From b0af39713b6d016fb4b5923eeb3915f9e7855e3c Mon Sep 17 00:00:00 2001 From: liuchang0812 Date: Mon, 22 May 2017 10:23:54 +0800 Subject: [PATCH] test/cephtool: convert FS_NAME to local variable Signed-off-by: liuchang0812 --- qa/workunits/cephtool/test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 01401601021d6..afb6dbc9e124f 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -788,7 +788,7 @@ function without_test_dup_command() function test_mds_tell() { - FS_NAME=cephfs + local FS_NAME=cephfs if ! mds_exists ; then echo "Skipping test, no MDS found" return @@ -834,7 +834,7 @@ function test_mds_tell() function test_mon_mds() { - FS_NAME=cephfs + local FS_NAME=cephfs remove_all_fs ceph osd pool create fs_data 10 @@ -2053,7 +2053,7 @@ function test_osd_tell_help_command() function test_mds_tell_help_command() { - FS_NAME=cephfs + local FS_NAME=cephfs if ! mds_exists ; then echo "Skipping test, no MDS found" return -- 2.39.5