Skip to content

Commit

Permalink
fix: fix ci with mon_data_avail_warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Dec 5, 2023
1 parent dd103a2 commit fb116a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/aio/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ provisioner:
option: auth allow insecure global id reclaim
value: false
- section: mon
option: mon data avail warn
option: mon_data_avail_warn
value: 10
controllers:
cephs:
Expand Down
2 changes: 1 addition & 1 deletion roles/mon/tasks/adopt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# the rest of the main.yml runs fine

- name: Validate monitor adoption
ansible.builtin.command: ceph orch ps
ansible.builtin.command: cephadm shell -- ceph orch ps
register: ps_result
until: >
"mon.{{ inventory_hostname_short }}" in ps_result.stdout
Expand Down

0 comments on commit fb116a6

Please sign in to comment.