Skip to content
Snippets Groups Projects
Commit 24f2840d authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13932

i=Adilger

test_29 cleanup
parent ce84143c
No related merge requests found
...@@ -1062,14 +1062,15 @@ test_29() { ...@@ -1062,14 +1062,15 @@ test_29() {
cleanup_nocli cleanup_nocli
#writeconf to remove all ost2 traces for subsequent tests #writeconf to remove all ost2 traces for subsequent tests
writeconf writeconf
start_mds
start_ost
cleanup
} }
run_test 29 "permanently remove an OST" run_test 29 "permanently remove an OST"
test_30() { test_30() {
# start mds first after writeconf setup
start_mds
start_ost
mount_client $MOUNT
TEST="cat $LPROC/llite/$FSNAME-*/max_read_ahead_whole_mb" TEST="cat $LPROC/llite/$FSNAME-*/max_read_ahead_whole_mb"
ORIG=$($TEST) ORIG=$($TEST)
for i in $(seq 1 20); do for i in $(seq 1 20); do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment