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:
parent
c8b01f33a6
commit
0ba260e397
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user