CI: cephadm - set rbd application on pool creation

Change-Id: I15af98faedd81cccbc10e2cc7dab4205a35684be
This commit is contained in:
Michal Nasiadka 2023-05-26 14:49:41 +02:00
parent b26d25eb47
commit 86a3da5d7f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ ceph orch daemon add osd {{ osd }}
# Pools
{% for pool in cephadm_ceph_pools %}
ceph osd pool create {{ pool }}
ceph osd pool application enable {{ pool }} rbd
{% endfor %}
# Users