]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Add depraction message for xfs_check
authorChandra Seetharaman <sekharan@us.ibm.com>
Wed, 17 Apr 2013 16:47:24 +0000 (16:47 +0000)
committerRich Johnston <rjohnston@sgi.com>
Fri, 19 Apr 2013 12:28:37 +0000 (07:28 -0500)
Add deprecation message for xfs_check and suggest to use xfs_repair -n
instead.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
db/xfs_check.sh
man/man8/xfs_check.8

index c76b5403facffc086abf7a5fd285dd18dd160e45..553da63930682eb313033ceb60cef29b1c1ed32d 100755 (executable)
@@ -7,6 +7,9 @@ OPTS=" "
 DBOPTS=" "
 USAGE="Usage: xfs_check [-fsvV] [-l logdev] [-i ino]... [-b bno]... special"
 
+echo "xfs_check is deprecated and scheduled for removal in June 2014."
+echo "Please use xfs_repair -n <dev> instead."
+
 while getopts "b:fi:l:stvV" c
 do
        case $c in
index 620d0fc945ad24bf8803e07d16f68a7d4a9866b0..1654532b2d304d69b35c8ed8da37d069e33eecdb 100644 (file)
@@ -35,11 +35,11 @@ during the execution of
 .BR xfs_check .
 Otherwise, spurious problems are reported.
 .PP
-Note that using
+Note that
 .B xfs_check
-is NOT recommended. Please use 
+is deprecated and scheduled for removal in June 2014. Please use
 .BR xfs_repair " " \-n
-instead, for better scalability and speed.
+instead.
 .SH
 OPTIONS
 .TP