From 2ad02fbfe3c253c42c19b2994b8ab83a55a49dc3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 9 Mar 2019 09:34:49 -0600 Subject: [PATCH] qa/standalone/erasure-code/test-erasure-eio.sh: still need to create rbd pool Signed-off-by: Sage Weil --- qa/standalone/erasure-code/test-erasure-eio.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/standalone/erasure-code/test-erasure-eio.sh b/qa/standalone/erasure-code/test-erasure-eio.sh index 856931728bb..7c17a038d00 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 -- 2.39.5