Whamcloud - gitweb
LU-2602 tests: add missing bug number to error_ignore call
[fs/lustre-release.git] / lustre / tests / recovery-small.sh
index 9104716..b44ce10 100755 (executable)
@@ -788,7 +788,8 @@ test_24b() {
        lctl set_param fail_loc=0x0
        client_reconnect
        [ $rc1 -eq 0 -o $rc2 -eq 0 ] &&
-       error_ignore "multiop didn't fail fsync: $rc1 or close: $rc2" || true
+       error_ignore 5494 "multiop didn't fail fsync: $rc1 or close: $rc2" ||
+               true
 
        dmesg | grep "dirty page discard:" || \
                error "no discarded dirty page found!"