Re: [libvirt] [PATCH sandbox 2/4] Sync and unmount filesystems during shutdown

2015-09-07 Thread Cedric Bosdonnat
On Fri, 2015-09-04 at 12:40 +0100, Daniel P. Berrange wrote: > To ensure that all pending I/O for filesytems backed by block > devices is flushed to disk, it is important to sync and unmount > the filesystems during shutdown. To avoid relying on the kernel > reboot-on-panic behaviour, we also

[libvirt] [PATCH sandbox 2/4] Sync and unmount filesystems during shutdown

2015-09-04 Thread Daniel P. Berrange
To ensure that all pending I/O for filesytems backed by block devices is flushed to disk, it is important to sync and unmount the filesystems during shutdown. To avoid relying on the kernel reboot-on-panic behaviour, we also explicitly call reboot to power off the guest. Signed-off-by: Daniel P.