Skip to content
Snippets Groups Projects
Commit e91f4648 authored by alex's avatar alex
Browse files

- minor fix in unit test

parent 6ea9ded4
No related branches found
No related tags found
No related merge requests found
...@@ -529,7 +529,7 @@ test_22() { # bug 6063 - AST during recovery ...@@ -529,7 +529,7 @@ test_22() { # bug 6063 - AST during recovery
LOCKS=`grep -v '^0$' /proc/fs/lustre/ldlm/namespaces/mds-*/lock_count` LOCKS=`grep -v '^0$' /proc/fs/lustre/ldlm/namespaces/mds-*/lock_count`
if [ "$LOCKS" != "" ]; then if [ "$LOCKS" != "" ]; then
echo "The lock got replayed before mkdir is replayed: $LOCKS" echo "The lock got replayed before mkdir is replayed: $LOCKS"
echo 0 >${IMP1} $LCTL --device %$mdc1dev enable_recovery
return 1 return 1
fi fi
......
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