mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
test_librbd_fsx: sleep before exit
This gives the log time to flush to disk. Kludgey! Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
45946c2fe9
commit
4fb6a00357
@ -400,6 +400,7 @@ report_failure(int status)
|
||||
}
|
||||
close(fsxgoodfd);
|
||||
}
|
||||
sleep(3); // so the log can flush to disk. KLUDGEY!
|
||||
exit(status);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user