]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_metadump: manpage fix regarding frozen fs
authorEric Sandeen <sandeen@redhat.com>
Tue, 16 Jul 2013 02:16:52 +0000 (21:16 -0500)
committerBen Myers <bpm@sgi.com>
Mon, 22 Jul 2013 21:22:23 +0000 (16:22 -0500)
commit46f34a259939d8e815da1a5a5374d39153ed57e3
tree43d6866abba4f3d2cb9172ecd81dbdacea302a90
parent6697bce2f8345917a983e94bdc5e95bfd5d60ae9
xfs_metadump: manpage fix regarding frozen fs

The xfs_metadump manpage states that metadump works
on a frozen filesystem; it does not.  In fact, there is
no way to detect a frozen filesystem, so we can't make it
work, either.

So just remove this from the manpage; unmounted or RO
mounted is what is enforced by xfs_metadump.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
man/man8/xfs_metadump.8