]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix cephadm-adopt test scenario
authorTeoman ONAY <tonay@ibm.com>
Wed, 15 May 2024 14:04:04 +0000 (16:04 +0200)
committerTeoman ONAY <tonay@redhat.com>
Thu, 16 May 2024 09:33:37 +0000 (11:33 +0200)
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 ca191fad2ab45d4c4217251078efcfe965898d6a)

tests/functional/all_daemons/container/group_vars/clients

index ec0bb3e099a123c576b536275818e6c655b0078f..33add855f44a855abf60ed22815fec96cae429a9 100644 (file)
@@ -5,9 +5,11 @@ test:
   name: "test"
   rule_name: "HDD"
   size: 1
+  application: "rbd"
 test2:
   name: "test2"
   size: 1
+  application: "rbd"
 pools:
   - "{{ test }}"
   - "{{ test2 }}"