Skip to content

Commit

Permalink
discard rbd error output when not relevant in qemu-iotests
Browse files Browse the repository at this point in the history
Suppress rbd progress messages with --no-progress so they are not
confused with an error output when comparing test results ( progress is
displayed on stderr ).

Signed-off-by: Loic Dachary <loic@dachary.org>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
Loic Dachary authored and stefanhaRH committed Feb 28, 2014
1 parent 69bef79 commit 9147d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qemu-iotests/common.rc
Expand Up @@ -203,7 +203,7 @@ _cleanup_test_img()
;;

rbd)
rbd rm "$TEST_DIR/t.$IMGFMT" > /dev/null
rbd --no-progress rm "$TEST_DIR/t.$IMGFMT" > /dev/null
;;

sheepdog)
Expand Down

0 comments on commit 9147d01

Please sign in to comment.