From: Mykola Golub Date: Sun, 1 Mar 2020 08:47:21 +0000 (+0000) Subject: test/run-rbd-tests: properly initialize newly created rbd pool X-Git-Tag: v15.1.1~169^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f863d18d644042674b2922450b723359a898ec1c;p=ceph.git 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 --- diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests index 9e3a95e8473ee..e431dd95d8603 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() {