ci: set mon allow pool delete

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2017-01-12 15:19:14 -08:00
parent fd5c141175
commit 3b0e26e76e
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ auth cluster required = none
auth service required = none
auth client required = none
osd pool default size = 1
mon allow pool delete = true
EOF
export CEPH_ARGS="--conf ${DIR}/ceph.conf"