diff --git a/etc/kayobe/ansible/growroot.yml b/etc/kayobe/ansible/growroot.yml index 6bfe63e41..f1367df4c 100644 --- a/etc/kayobe/ansible/growroot.yml +++ b/etc/kayobe/ansible/growroot.yml @@ -76,4 +76,7 @@ pv: "{{ pvs.stdout | from_json }}" disk: "{{ pv.report[0].pv[0].pv_name }}" become: True - when: "'NOCHANGE' not in growpart.stdout" +# when: "'NOCHANGE' not in growpart.stdout" +# Commenting out the conditional because growpart is already triggered by cloud-init - hence it emits NOCHANGE +# Cloud-Inits growpart implementation has a bug https://bugzilla.redhat.com/show_bug.cgi?id=2122575 +# PVresize is not being triggered