]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots
authorDarrick J. Wong <djwong@kernel.org>
Fri, 7 Mar 2025 17:55:01 +0000 (09:55 -0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 11 Mar 2025 10:16:18 +0000 (11:16 +0100)
commitc34735adb5116b4edae110d788c44d2462017765
tree6301e82700a91ed03bd7affc77e89d760f387bd2
parent88940d905da40bbd94d1c70cfdda25e9b4210bd4
xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots

Augment the messaging in xfs_admin and xfs_repair to advise the user to
replay a dirty log on a snapshotted filesystem by mounting with nouuid
if the origin filesystem is still mounted.  A user accidentally zapped
the log when trying to mount a backup snapshot because the instructions
we gave them weren't sufficient.

Reported-by: Kjetil Torgrim Homme <kjetilho@ifi.uio.no>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>
[add missing whitespace in 'the nouuid option.If you are']
db/sb.c
man/man5/xfs.5
repair/phase2.c