OpenStack cinder provides these storages' snapshot feature, but it cannot
quiesce the guest filesystems automatically for now.
This patchset adds virDomainFSFreeze()/virDomainFSThaw() APIs and virsh
domfsfreeze/domfsthaw commands to enable the users to freeze and thaw
domain's filesystems cleanly.
Do these API's ( commands ) also push the dirty buffer to the disk, or it has to be done separately before freezing, to take snapshots.
If we don't specify any mount points, how different is domfsfreeze/domfsthaw from suspend/resume. Which of them would be better to take live incremental external snapshots of iSCSI devices.
Regards,
Payes