Michael Marineau

Results 25 comments of Michael Marineau

Hm, it is possible that we are racing with udev. I don't know for sure but maybe if udev triggered BLKRRPART before us and is now probing the filesystems on...

Interesting, so there must be two races going on. There is a race with udev, it uses inotify to detect if the full-disk node has been written to and will...

Well, unlike ntpd timesyncd will only use one upstream server instead of ntpd's 4. You can try configuring timesyncd to use a local ntp server if you aren't already or...

Thanks. One advantage of timesyncd is being integrated with networkd so if dhcp provides a local ntp server it will be used. The issue may simply be a bug in...

Ok, I would recommend switching back to ntpd for now then. I'll dig more to see if timesyncd can be improved or if we need to change the default again....

We should check if a unit is in Gentoo yet or not too.

I've also been wanting a `machine.Start()` to provide a more flexible machine setup by being able to call methods to configure networking and so on before booting the machine for...

I just want to note that although start/stop will be easy to implement on gce and aws the qemu code will need some reworking in order to do that. So...

Why bother with qcow? performance is shit and the only difference between it and the base image is a larger disk size

images should be sparse though so it shouldn't make a difference