mirror of https://github.com/ceph/ceph-ansible.git
Fix cephadm-adopt test scenario
Fixes cephadm-adopt test scenario by configuring rbd application
on test and test2 pools. Otherwise cephadm-adopt failed at task
"Check pools have an application enabled"
Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit ca191fad2a
)
pull/7561/head
parent
e6f7ef7f56
commit
89097bec22
|
@ -5,9 +5,11 @@ test:
|
|||
name: "test"
|
||||
rule_name: "HDD"
|
||||
size: 1
|
||||
application: "rbd"
|
||||
test2:
|
||||
name: "test2"
|
||||
size: 1
|
||||
application: "rbd"
|
||||
pools:
|
||||
- "{{ test }}"
|
||||
- "{{ test2 }}"
|
||||
|
|
Loading…
Reference in New Issue