From 0d6549944780377562ef5fe7cad93490da95bae9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 16 Apr 2013 14:55:08 -0700 Subject: [PATCH] pipe 'rbd rm ...' stderr to /dev/null The rbd progress indicator now goes to stderr; send that to the bit bucket too. Signed-off-by: Sage Weil --- common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.rc b/common.rc index 26811ca..08470af 100644 --- a/common.rc +++ b/common.rc @@ -88,7 +88,7 @@ _cleanup_test_img() ;; rbd) - rbd rm $TEST_DIR/t.$IMGFMT > /dev/null + rbd rm $TEST_DIR/t.$IMGFMT >/dev/null 2>/dev/null ;; sheepdog) -- 2.47.3