Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab1144
)
Branch b1_8_gate
author
adilger
<adilger>
Thu, 28 Aug 2008 05:34:06 +0000
(
05:34
+0000)
committer
adilger
<adilger>
Thu, 28 Aug 2008 05:34:06 +0000
(
05:34
+0000)
Remove spurious "grep" that wasn't hit in testing due to skipping test.
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
706e43d
..
227b820
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-5492,7
+5492,6
@@
test_200() {
[ -z "$(lctl get_param -n mdc.*.connect_flags | grep pools)" ] &&
skip "missing pools support on server" && return
remote_mds_nodsh && skip "remote MDS" && return
- grep *pools
do_facet mgs $LCTL pool_new $FSNAME.$POOL
do_facet mgs $LCTL get_param -n lov.$FSNAME-mdtlov.pools.$POOL
[ $? == 0 ] || error "Pool creation of $POOL failed"