summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-10-01 08:20:50 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-10-01 08:20:50 +0100
commit5c2f1a2d9433eeb5aebeec26f0412c703bbe7269 (patch)
treee85c23ac34c149df558b537d576361aa84401417 /src
parent4e9ed018475ff4bd5171ed50a47ffae7abbdda4b (diff)
downloadlibguestfs-5c2f1a2d9433eeb5aebeec26f0412c703bbe7269.tar.gz
libguestfs-5c2f1a2d9433eeb5aebeec26f0412c703bbe7269.tar.xz
libguestfs-5c2f1a2d9433eeb5aebeec26f0412c703bbe7269.zip
mount: No longer implicitly add -o sync,noatime options.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 7580498b..b87a9978 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -802,6 +802,9 @@ can make this very puzzling if you are trying to debug a problem.
=item Mount option C<-o sync> should not be the default.
+I<Update:> L</guestfs_mount> no longer adds any options starting
+from libguestfs 1.13.16. This section only applies to older versions.
+
If you use L</guestfs_mount>, then C<-o sync,noatime> are added
implicitly. However C<-o sync> does not add any reliability benefit,
but does have a very large performance impact.