mirror of https://github.com/ceph/go-ceph
ci: set mon allow pool delete
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
fd5c141175
commit
3b0e26e76e
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue