Description of problem: cloud-utils-growpart is used by cloud-init to extend the VM main partition to fill the whole disk. At setup time the user can select to grow the engine VM disk but we also need cloud-utils-growpart to grow the partition. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. deploy hosted-engine growing the disk size at this question 'Please specify the size of the VM disk in GB: [25]: 80' 2. once ready, connect to the engine VM and ensure that cloud-utils-growpart is there and the root partition has been grow to the disk size. Actual results: [root@enginevm ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom vda 253:0 0 80G 0 disk └─vda1 253:1 0 10G 0 part / Expected results: [root@enginevm ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom vda 253:0 0 80G 0 disk └─vda1 253:1 0 80G 0 part / Additional info:
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
Verified with: rhvm-appliance-20170403.0-1 # rpm -qa cloud-utils-growpart cloud-utils-growpart-0.27-13.el7.noarch