diff options
author | Zhilong Liu <zlliu@suse.com> | 2018-02-02 07:10:49 +0100 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2018-03-08 20:30:36 +0100 |
commit | b3872c0284c6fb0a80980cecd19789e4b4afea4a (patch) | |
tree | f2756401fc7b1ad9b70ffab39aef474d577b5623 /clustermd_tests/func.sh | |
parent | mdadm/clustermd_tests: add nobitmap in check (diff) | |
download | mdadm-b3872c0284c6fb0a80980cecd19789e4b4afea4a.tar.xz mdadm-b3872c0284c6fb0a80980cecd19789e4b4afea4a.zip |
mdadm/clustermd_tests: delete meaningless commands in check
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'clustermd_tests/func.sh')
-rw-r--r-- | clustermd_tests/func.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clustermd_tests/func.sh b/clustermd_tests/func.sh index 329f6103..c2be0e59 100644 --- a/clustermd_tests/func.sh +++ b/clustermd_tests/func.sh @@ -278,8 +278,6 @@ check() bitmap ) for ip in ${NODES[@]} do - echo $ip - ssh $ip cat /proc/mdstat ssh $ip "grep -sq '$2' /proc/mdstat" || die "$ip: no '$2' found in /proc/mdstat." done |