diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-30 17:34:23 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-30 17:34:23 +0100 |
commit | f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8 (patch) | |
tree | c0026038f845c5ec934d89aa3be5c3f1c307e305 /guestfish-actions.pod | |
parent | e4733575efff31742444b180cdcfbc2504b144c8 (diff) | |
download | libguestfs-f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8.tar.gz libguestfs-f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8.tar.xz libguestfs-f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8.zip |
Autosync now runs umount-all; sync
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 62688eed..fce1b319 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -823,9 +823,13 @@ Remove the single directory C<path>. set-autosync true|false If C<autosync> is true, this enables autosync. Libguestfs will make a -best effort attempt to run C<sync> when the handle is closed +best effort attempt to run C<umount-all> followed by +C<sync> when the handle is closed (also if the program exits without closing handles). +This is disabled by default (except in guestfish where it is +enabled by default). + =head2 set-e2label set-e2label device label |