1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

man lvmthin: change wording about mounting xfs

This commit is contained in:
David Teigland 2019-10-24 10:09:41 -05:00
parent c8b01f33a6
commit 0ba260e397

View File

@ -1330,12 +1330,16 @@ dummy transaction, but will require skipping the uuid check:
mount /dev/VG/SnapLV /mnt -o nouuid 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 xfs_admin -U generate /dev/VG/SnapLV
.br .br
mount /dev/VG/SnapLV /mnt 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 If the snapshot LV is readonly, the log recovery and uuid check need to be
skipped while mounting readonly: skipped while mounting readonly: