diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-25 13:22:17 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-27 10:59:45 +0100 |
commit | f48cd1f262312ad278a293a20ab442dcfc076a69 (patch) | |
tree | 9fd2f2f86c63591a34fe0432cf752cad3203f641 /generator | |
parent | 9160dee922ad0866a3f6245fb1e0ad0b2e90170c (diff) | |
download | libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.gz libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.xz libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.zip |
Enable autosync by default.
Diffstat (limited to 'generator')
-rw-r--r-- | generator/generator_actions.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 38f1db3b..8add55fe 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -286,11 +286,11 @@ best effort attempt to run C<guestfs_umount_all> followed by C<guestfs_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)."); +This is enabled by default (since libguestfs 1.5.24, previously it was +disabled by default)."); ("get_autosync", (RBool "autosync", [], []), -1, [], - [InitNone, Always, TestRun ( + [InitNone, Always, TestOutputTrue ( [["get_autosync"]])], "get autosync mode", "\ |