Ceph: Dont create volume pool by default
The Cinder chart can now manage its storage init itself. This PS now removes the unrequired pool creation in the Ceph bootstrap job. It also updates the `ensure_pool` to better support luminious. Change-Id: I4a71df9a6d3a0e45c6ef6812926d66455055ae9f
This commit is contained in:
parent
55f1bacf35
commit
235325ba45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user