Skip to content

Commit

Permalink
osd: Run ceph-volume lvm list on all nodes independently (#36)
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
gtirloni authored Jul 17, 2024
1 parent 7d045a4 commit 2a8666f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/osd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
osd_query: "[?starts_with(name, 'osd.')]"

- name: Get `ceph-volume lvm list` status
run_once: true
ansible.builtin.command: cephadm shell -- ceph-volume lvm list --format json
register: ceph_lvm_stat
changed_when: false
Expand Down

0 comments on commit 2a8666f

Please sign in to comment.