From f863d18d644042674b2922450b723359a898ec1c Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Sun, 1 Mar 2020 08:47:21 +0000 Subject: [PATCH] test/run-rbd-tests: properly initialize newly created rbd pool The scheduler tests from cli_generic expect 'rbd' pool marked as rbd application pool. Signed-off-by: Mykola Golub --- src/test/run-rbd-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests index 9e3a95e8473..e431dd95d86 100755 --- a/src/test/run-rbd-tests +++ b/src/test/run-rbd-tests @@ -18,6 +18,7 @@ recreate_pool() { PG_NUM=100 ceph osd pool delete $POOL_NAME $POOL_NAME --yes-i-really-really-mean-it ceph osd pool create $POOL_NAME $PG_NUM + rbd pool init $POOL_NAME } run_cli_tests() { -- 2.39.5