]> sourceware.org Git - lvm2.git/commitdiff
man lvmthin: change wording about mounting xfs
authorDavid Teigland <teigland@redhat.com>
Thu, 24 Oct 2019 15:09:41 +0000 (10:09 -0500)
committerDavid Teigland <teigland@redhat.com>
Thu, 24 Oct 2019 15:10:18 +0000 (10:10 -0500)
man/lvmthin.7_main

index 27bad5731633e2ef16e8f51c91fbdaee0f5c70cb..84256141daa1614a861ed63a827f0c9648d409fb 100644 (file)
@@ -1330,12 +1330,16 @@ dummy transaction, but will require skipping the uuid check:
 
 mount /dev/VG/SnapLV /mnt -o nouuid
 
-Or, the uuid can be changed on disk before mounting:
+After the first mount with the above approach, the UUID can subsequently be
+changed using:
 
 xfs_admin -U generate /dev/VG/SnapLV
 .br
 mount /dev/VG/SnapLV /mnt
 
+Once the UUID has been changed, the mount command will no longer require
+the nouuid option.
+
 If the snapshot LV is readonly, the log recovery and uuid check need to be
 skipped while mounting readonly:
 
This page took 0.036746 seconds and 5 git commands to generate.