<div dir="ltr"><div><div>re-installed and configured it without a partition table on the block device. the updated procedure for increasing the volume size:<br></div>if there is still available space in the lvm group jenkins_lvm (can be seen using vgdisplay):<br>1. lvextend /dev/mapper/jenkins_lvm-data -L410G<br>2. xfs_growfs /dev/mapper/jenkins_lvm-data</div><div><br>else:<br>1. increase volume size in engine-ui<br>2. pvresize /dev/vdb<br>3. lvextend /dev/mapper/jenkins_lvm-data -L410G<br>4. xfs_growfs /dev/mapper/jenkins_lvm-data<br><br></div><div> <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 10, 2016 at 11:54 AM, Barak Korren <span dir="ltr">&lt;<a href="mailto:bkorren@redhat.com" target="_blank">bkorren@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10 February 2016 at 11:22, Anton Marchukov &lt;<a href="mailto:amarchuk@redhat.com">amarchuk@redhat.com</a>&gt; wrote:<br>
&gt; Hello All.<br>
&gt;<br>
&gt; Why do we need LVM at all there? It is good when you cannot resize the<br>
&gt; underlying disk and have to combine it from several hardware ones into one<br>
&gt; virtual. But here we have &quot;cloud&quot; and disks are already resizeable.<br>
&gt;<br>
</span>Becasue LVM lets you do snapshots you can mount and copy somewhere<br>
else (e.g. to do atomic backups). You cannot do that easily with oVirt<br>
disk snapshots ATM.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<br>
Barak Korren<br>
<a href="mailto:bkorren@redhat.com">bkorren@redhat.com</a><br>
RHEV-CI Team<br>
</div></div></blockquote></div><br></div>