Merge "Ceph: Dont create volume pool by default"
This commit is contained in:
commit
6e70733dc7
@ -295,8 +295,9 @@ bootstrap:
|
|||||||
ceph -s
|
ceph -s
|
||||||
function ensure_pool () {
|
function ensure_pool () {
|
||||||
ceph osd pool stats $1 || ceph osd pool create $1 $2
|
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
|
# if you change provision_storage_class to false
|
||||||
# it is presumed you manage your own storage
|
# it is presumed you manage your own storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user