From fa119f4673f5a119d2f64230d743a7321aaab804 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 24 Aug 2005 05:24:14 +0000 Subject: [PATCH] Branch b1_4 Fix "service lustre status" on OST_only hosts. b=7396 --- lustre/scripts/lustre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/scripts/lustre b/lustre/scripts/lustre index 60b1bda..ac13779 100755 --- a/lustre/scripts/lustre +++ b/lustre/scripts/lustre @@ -144,7 +144,7 @@ status() { # check for either a server or a client filesystem MDS="`ls /proc/fs/lustre/mds/*/recovery_status 2> /dev/null`" - OST="`ls /proc/fs/lustre/mds/*/recovery_status 2> /dev/null`" + OST="`ls /proc/fs/lustre/obdfilter/*/recovery_status 2> /dev/null`" LLITE="`ls /proc/fs/lustre/llite/fs* 2> /dev/null`" [ "$MDS" -o "$OST" -o "$LLITE" ] && STATE="running" -- 1.8.3.1