CI: cephadm - set rbd application on pool creation
Change-Id: I15af98faedd81cccbc10e2cc7dab4205a35684be
This commit is contained in:
parent
b26d25eb47
commit
86a3da5d7f
@ -12,6 +12,7 @@ ceph orch daemon add osd {{ osd }}
|
|||||||
# Pools
|
# Pools
|
||||||
{% for pool in cephadm_ceph_pools %}
|
{% for pool in cephadm_ceph_pools %}
|
||||||
ceph osd pool create {{ pool }}
|
ceph osd pool create {{ pool }}
|
||||||
|
ceph osd pool application enable {{ pool }} rbd
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# Users
|
# Users
|
||||||
|
Loading…
Reference in New Issue
Block a user