From 5b809cd3308377507abdac98a7f4ca03bc983a4c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 13 Nov 2019 23:13:59 +0000 Subject: [PATCH] qa/workunits/rados/test_python: make sure rbd pool exists The ceph2 task doesn't create it for you. Signed-off-by: Sage Weil --- qa/workunits/rados/test_python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh index 80369c8d15a..45bdbc52e1a 100755 --- a/qa/workunits/rados/test_python.sh +++ b/qa/workunits/rados/test_python.sh @@ -1,4 +1,5 @@ #!/bin/sh -ex +ceph osd pool create rbd ${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py exit 0 -- 2.39.5