Merge "Ceph: Dont create volume pool by default"

This commit is contained in:
Zuul 2018-01-04 00:44:54 +00:00 committed by Gerrit Code Review
commit 6e70733dc7

View File

@ -295,8 +295,9 @@ bootstrap:
ceph -s
function ensure_pool () {
ceph osd pool stats $1 || ceph osd pool create $1 $2
ceph osd pool application enable $1 $3
}
ensure_pool volumes 8
#ensure_pool volumes 8 cinder
# if you change provision_storage_class to false
# it is presumed you manage your own storage