diff --git a/ceph/values.yaml b/ceph/values.yaml index a0017cbd3b..6cc6d17f42 100644 --- a/ceph/values.yaml +++ b/ceph/values.yaml @@ -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