Skip to content
Snippets Groups Projects
Commit 42d90983 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Do what I actually did in b_bug974 when I was testing this.

parent 79c3ccdf
No related branches found
No related tags found
No related merge requests found
......@@ -1521,7 +1521,7 @@ test_52b() {
run_test 52b "immutable flag test (should return errors) ======="
test_53() {
for i in `ls /proc/fs/lustre/osc/OSC*mds1 2> /dev/null` ; do
for i in `ls -d /proc/fs/lustre/osc/OSC*mds1 2> /dev/null` ; do
ostname=`echo $i | cut -d _ -f 3-4 | sed -e s/_mds1//`
ost_last=`cat /proc/fs/lustre/obdfilter/$ostname/last_id`
mds_last=`cat $i/prealloc_last_id`
......
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