X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre-iokit%2Fobdfilter-survey%2Flibecho;h=e12c853c8c65bdb7e6a652bd7d9bc2cf8190ad9b;hp=319df459a2ce1c56a742303a1d675d6eb12f3a21;hb=052988e4f27b702bcfcefa9abd9ea99f6da00a6f;hpb=4f5fc8f9f0a93274c7b7ba7ab79d7a338cd0dfb8 diff --git a/lustre-iokit/obdfilter-survey/libecho b/lustre-iokit/obdfilter-survey/libecho index 319df45..e12c853 100644 --- a/lustre-iokit/obdfilter-survey/libecho +++ b/lustre-iokit/obdfilter-survey/libecho @@ -259,9 +259,6 @@ get_ec_devno () { local host=$1 local client_name="$2" local ost_name="$3" - local dev_type="${4:-obdfilter}" - local stack_type="${5:-}" - if [ -z "$client_name" ]; then if [ -z "$ost_name" ]; then echo "client and ost name both null" @@ -279,7 +276,7 @@ get_ec_devno () { "$client_name, host: $host" exit 1 fi - ost=`get_devno $host $dev_type $ost_name` + ost=`get_devno $host obdfilter $ost_name` if [ -z "$ost" ]; then echo "OST $ost_name not setup" exit 1 @@ -287,7 +284,7 @@ get_ec_devno () { client_name=${ost_name}_ecc remote_shell $host "$lctl <