<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 13, 2017 at 11:55 AM, gflwqs gflwqs <span dir="ltr">&lt;<a href="mailto:gflwqs@gmail.com" target="_blank">gflwqs@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>[root@engine ~]# rpm -q cloud-utils-growpart</div><div>package cloud-utils-growpart is not installed</div></div></blockquote><div><br></div><div>I opened a bug to track it:</div><div><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1431624">https://bugzilla.redhat.com/show_bug.cgi?id=1431624</a><br></div><div>thanks for pointing it out.</div><div><br></div><div>now in your case the quick option to get if fixed is:</div><div>- choose the host where the engine VM is running</div><div>- set global maintenance mode with</div><div>  hosted-engine --set-maintenance --mode=global</div><div>- connect to the engine VM and run </div><div>  fdisk /dev/vda</div><div>- press d to and delete the root partition</div><div>- press n to add a new one, ensure it starts on the same sector where the original partition was starting (2048)</div><div>- press w to write it</div><div>- shut down the engine VM</div><div>- come back to the host and restart the engine VM with </div><div>  hosted-engine --vm-start</div><div>- connect again to the engine VM and run</div><div>  resize2fs /dev/vda1</div><div>  to resize the FS</div><div>- come back to the host and exit the global maintenance mode with</div><div>  hosted-engine --set-maintenance --mode=none</div><div><br></div><div>Before this, please use engine-backup on the engine VM to create a backup of your engine.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>From the engine-setup log:</div><div><div>2017-02-14 17:08:17 INFO otopi.plugins.gr_he_common.vm.<wbr>boot_disk boot_disk._setup:509 Detecting available oVirt engine appliances</div><div>2017-02-14 17:08:17 DEBUG otopi.plugins.gr_he_common.vm.<wbr>boot_disk boot_disk._detect_appliances:<wbr>253 parsing: /etc/ovirt-hosted-engine/10-<wbr>appliance.conf</div><div>2017-02-14 17:08:17 DEBUG otopi.plugins.gr_he_common.vm.<wbr>boot_disk boot_disk._detect_appliances:<wbr>269 available appliances: [{&#39;path&#39;: u&#39;/usr/share/ovirt-engine-<wbr>appliance/ovirt-engine-<wbr>appliance-4.1-20170201.1.el7.<wbr>centos.ova&#39;, &#39;version&#39;: u&#39;4.1-20170201.1.el7.centos&#39;, &#39;index&#39;: &#39;1&#39;, &#39;description&#39;: u&#39;The oVirt Engine Appliance image (OVA)&#39;, &#39;sha1sum&#39;: u&#39;<wbr>87aef3093c93896ab1c40adf112286<wbr>af385247df&#39;}]</div></div><div><br></div></div><div class="gmail-HOEnZb"><div class="gmail-h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-03-13 11:43 GMT+01:00 Simone Tiraboschi <span dir="ltr">&lt;<a href="mailto:stirabos@redhat.com" target="_blank">stirabos@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, Mar 13, 2017 at 11:31 AM, gflwqs gflwqs <span dir="ltr">&lt;<a href="mailto:gflwqs@gmail.com" target="_blank">gflwqs@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Simone,<div>Since there is a lot of stuff in the setup log that i don&#39;t want to send to the internet, are there anything specific that i could pick out from the log?</div><div><br></div><div>Here is the lsbl and fdisk output from the engine:</div><div><br></div><div><div>[root@engine ~]# lsblk </div><div>NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT</div><div>sr0     11:0    1 1024M  0 rom  </div><div>vda    253:0    0   90G  0 disk </div><div>└─vda1 253:1    0   10G  0 part /</div></div><div><br></div></div></blockquote><div><br></div></span><div>OK, so the disk is 90 GB but the partition is just 10 GB.</div><div><br></div><div>Could you please check if you have cloud-utils-growpart package inside your engine VM?</div><div>If not, could you please report the version of ovirt-engine-appliance you used at setup time?</div><div><div class="gmail-m_6581012348972650711h5"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div><div>[root@engine ~]# fdisk -l /dev/vda</div><div><br></div><div>Disk /dev/vda: 96.6 GB, 96636764160 bytes, 188743680 sectors</div><div>Units = sectors of 1 * 512 = 512 bytes</div><div>Sector size (logical/physical): 512 bytes / 512 bytes</div><div>I/O size (minimum/optimal): 512 bytes / 512 bytes</div><div>Disk label type: dos</div><div>Disk identifier: 0x0009e1bc</div><div><br></div><div>   Device Boot      Start         End      Blocks   Id  System</div><div>/dev/vda1   *        2048    20971519    10484736   83  Linux</div></div></div><div class="gmail-m_6581012348972650711m_-4074817604154119698gmail-HOEnZb"><div class="gmail-m_6581012348972650711m_-4074817604154119698gmail-h5"><div class="gmail_extra"><br><div class="gmail_quote">2017-03-13 10:44 GMT+01:00 Simone Tiraboschi <span dir="ltr">&lt;<a href="mailto:stirabos@redhat.com" target="_blank">stirabos@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Mon, Mar 13, 2017 at 8:26 AM, gflwqs gflwqs <span dir="ltr">&lt;<a href="mailto:gflwqs@gmail.com" target="_blank">gflwqs@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, I have recently installed a new ovirt environment from scratch.<div>The version is 4.1.0.</div><div>I made a 90GB disk for the hosted engine.</div><div>When i had installed it and log into the engine i see that it has only configured 10GB of those 90GB.</div><div>So there is 80GB of unconfigured disk unused.</div></div></blockquote><div><br></div></span><div>Can you please attach your hosted-engine-setup log file?</div><div><br></div><div>Could you please check if the disk is 90GB but the main disk partition is just 10 GB?</div><div><br></div><div>cloud-utils-growpart should grow the partition on the first boot, if the issue is there we need to understand why it didn&#39;t triggered in your case.<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>That is fine as long as it had used lvm but it has not meaning i have to take the engine down to extend the disk?</div><div><br></div><div>My questions is:</div><div>1. Why does it not configure all disk?</div><div>2. Why is it not using lvm?</div><div>3. What should i do to extend the disk?</div></div></blockquote><div><br></div></span><div>It depends on where the issue is (is on the disk size or just on the partition size?).</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Regards</div><div>Christian</div></div>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/users</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>