]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-rgw: add cluster parameter on ceph_ec_profile
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 11 Dec 2020 19:18:51 +0000 (14:18 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Sat, 12 Dec 2020 05:54:46 +0000 (06:54 +0100)
81233dd introduced a regression with the ceph_ec_profile module call in
the ceph-rgw role due the missing cluster module parameter.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-rgw/tasks/rgw_create_pools.yml

index 401c046a185b05f69e30eae552effba3eaac6269..6d9918329fde55f24406da7d4d3df05656f6134d 100644 (file)
@@ -2,6 +2,7 @@
 - name: create ec profile
   ceph_ec_profile:
     name: "{{ item.value.ec_profile }}"
+    cluster: "{{ cluster }}"
     k: "{{ item.value.ec_k }}"
     m: "{{ item.value.ec_m }}"
   delegate_to: "{{ groups[mon_group_name][0] }}"