Skip to content

Commit

Permalink
Fix cephadm-adopt test scenario
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit ca191fa)
  • Loading branch information
asm0deuz authored and mergify[bot] committed May 16, 2024
1 parent e6f7ef7 commit 738673d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/all_daemons/container/group_vars/clients
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ test:
name: "test"
rule_name: "HDD"
size: 1
application: "rbd"
test2:
name: "test2"
size: 1
application: "rbd"
pools:
- "{{ test }}"
- "{{ test2 }}"

0 comments on commit 738673d

Please sign in to comment.