sync
Description:
sync disks, writes are flushed through to the disk image
This syncs the disk, so that any writes are flushed through to the underlying disk image.
You should always call this if you have modified a disk image, before closing the handle.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |