discard rbd error output when not relevant in qemu-iotests

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>
This commit is contained in:
Loic Dachary 2014-01-08 21:05:38 +01:00 committed by Stefan Hajnoczi
parent 69bef7931e
commit 9147d019f3

View file

@ -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)