Skip to content

Commit 5545c37

Browse files
authored
Add 'ceph-volume' to default installation packages for ceph
1 parent 6b87bba commit 5545c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/identify_needed_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- name: Stage Ceph packages if Ceph is enabled
1616
ansible.builtin.set_fact:
17-
_pve_install_packages: "{{ _pve_install_packages | union(['ceph', 'ceph-common', 'ceph-mds', 'ceph-fuse', 'gdisk']) }}"
17+
_pve_install_packages: "{{ _pve_install_packages | union(['ceph', 'ceph-common', 'ceph-mds', 'ceph-fuse', 'ceph-volume', 'gdisk']) }}"
1818
when: "pve_ceph_enabled | bool"
1919

2020
- name: Stage any extra packages the user has specified

0 commit comments

Comments
 (0)