From: Sage Weil Date: Sat, 9 Mar 2019 15:34:49 +0000 (-0600) Subject: qa/standalone/erasure-code/test-erasure-eio.sh: still need to create rbd pool X-Git-Tag: v14.1.1~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F26869%2Fhead;p=ceph.git qa/standalone/erasure-code/test-erasure-eio.sh: still need to create rbd pool Signed-off-by: Sage Weil --- diff --git a/qa/standalone/erasure-code/test-erasure-eio.sh b/qa/standalone/erasure-code/test-erasure-eio.sh index 856931728bb2..7c17a038d001 100755 --- a/qa/standalone/erasure-code/test-erasure-eio.sh +++ b/qa/standalone/erasure-code/test-erasure-eio.sh @@ -33,6 +33,7 @@ function run() { setup $dir || return 1 run_mon $dir a || return 1 run_mgr $dir x || return 1 + create_pool rbd 4 || return 1 # check that erasure code plugins are preloaded CEPH_ARGS='' ceph --admin-daemon $(get_asok_path mon.a) log flush || return 1