<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Arial;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Apple Color Emoji";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
p.m4887288985757788726m-5421677188630339607m7809793392827213556p1, li.m4887288985757788726m-5421677188630339607m7809793392827213556p1, div.m4887288985757788726m-5421677188630339607m7809793392827213556p1
        {mso-style-name:m_4887288985757788726m-5421677188630339607m7809793392827213556p1;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space
        {mso-style-name:m_4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space;}
span.m4887288985757788726m-5421677188630339607m7809793392827213556s1
        {mso-style-name:m_4887288985757788726m-5421677188630339607m7809793392827213556s1;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:Calibri;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">OK, I entered that verbatim and got this:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp;grubby --copy-default --add-kernel /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/vmlinuz-3.10.0-514.10.2.el7.x86_64 --initrd /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/initramfs-3.10.0-514.10.2.el7.x86_64.img
 --args rhgb crashkernel=auto root=/dev/onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 rd.lvm.lv=onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 rd.lvm.lv=onn_labvmhostt05/swap quiet img.bootid=ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 --title ovirt-node-ng-4.1.1.1-0.20170406.0
 --bad-image-okay<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">grubby: unexpected argument crashkernel=auto<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">It seemed to be tripping up after ‘—args’ so I added some double quotes:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">grubby --copy-default --add-kernel /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/vmlinuz-3.10.0-514.10.2.el7.x86_64 --initrd /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/initramfs-3.10.0-514.10.2.el7.x86_64.img
 --args &quot;rhgb crashkernel=auto root=/dev/onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 rd.lvm.lv=onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 rd.lvm.lv=onn_labvmhostt05/swap quiet img.bootid=ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1&quot; --title ovirt-node-ng-4.1.1.1-0.20170406.0
 --bad-image-okay<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">grubby fatal error: unable to find a suitable template<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">On a hunch, I checked ‘/etc/grub/default’ – which I recall having to edit at one point in order to allow kdump integration with ‘power management’ (out-of-bound management, Dell
 IDRAC in this case):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_TIMEOUT=5<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_DISTRIBUTOR=&quot;$(sed 's, release .*$,,g' /etc/system-release)&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_DEFAULT=saved<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_DISABLE_SUBMENU=true<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_TERMINAL_OUTPUT=&quot;console&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_CMDLINE_LINUX='crashkernel=auto rd.lvm.lv=onn_labvmhostt05/ovirt-node-ng-4.0.3-0.20160830.0&#43;1 rd.lvm.lv=onn_labvmhostt05/swap rhgb quiet'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_DISABLE_RECOVERY=&quot;true&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">And updated the GRUB_CMDLINE_LINUX line as follows:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">GRUB_CMDLINE_LINUX='crashkernel=auto rd.lvm.lv=onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 rd.lvm.lv=onn_labvmhostt05/swap rhgb quiet'<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Then ran this:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">grub2-mkconfig -o /boot/grub2/grub.cfg<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Generating grub configuration file ...<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1//vmlinuz-3.10.0-514.10.2.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/initramfs-3.10.0-514.10.2.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/ovirt-node-ng-4.0.3-0.20160830.0&#43;1//vmlinuz-3.10.0-327.28.3.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/ovirt-node-ng-4.0.3-0.20160830.0&#43;1/initramfs-3.10.0-327.28.3.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-514.16.1.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-514.16.1.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-514.10.2.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-514.10.2.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-514.6.1.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-514.6.1.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-327.28.3.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-327.28.3.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-514.16.1.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-514.16.1.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-514.10.2.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-514.10.2.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-514.6.1.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-514.6.1.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found linux image: /boot/vmlinuz-3.10.0-327.28.3.el7.x86_64<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found initrd image: /boot/initramfs-3.10.0-327.28.3.el7.x86_64.img<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">/usr/sbin/grub2-probe: error: disk `lvmid/TlxT0v-hF13-Z0Ex-Jubj-qPxe-3G6w-5a7Thb/u6GnMJ-Bx1p-a6tB-kNXm-6RiS-bRWQ-Uucioi' not found.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found CentOS Linux release 7.3.1611 (Core)&nbsp; on /dev/mapper/onn_labvmhostt05-ovirt--node--ng--4.1.1.1--0.20170406.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">/usr/sbin/grub2-probe: error: disk `lvmid/TlxT0v-hF13-Z0Ex-Jubj-qPxe-3G6w-5a7Thb/u6GnMJ-Bx1p-a6tB-kNXm-6RiS-bRWQ-Uucioi' not found.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">/usr/sbin/grub2-probe: error: disk `lvmid/TlxT0v-hF13-Z0Ex-Jubj-qPxe-3G6w-5a7Thb/jeo8ci-Ev4x-XF1m-DhYw-HHc2-fmpi-8rRfaS' not found.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found CentOS Linux release 7.3.1611 (Core)&nbsp; on /dev/mapper/onn_labvmhostt05-ovirt--node--ng--4.1.1.1--0.20170406.0&#43;1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">/usr/sbin/grub2-probe: error: disk `lvmid/TlxT0v-hF13-Z0Ex-Jubj-qPxe-3G6w-5a7Thb/qtjURN-CKIf-yAYe-IMUw-mV20-rtxP-WxKZdR' not found.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Found CentOS Linux release 7.2.1511 (Core)&nbsp; on /dev/mapper/onn_labvmhostt05-root<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Done<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">This looks encouraging…<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">[root@labvmhostt05 ~]# nodectl check<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Status: OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Bootloader ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Layer boot entries ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Valid boot entries ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Mount points ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Separate /var ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Discard is used ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Basic storage ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Initialized VG ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Initialized Thin Pool ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Initialized LVs ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">Thin storage ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Checking available space in thinpool ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">&nbsp; Checking thinpool auto-extend ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Arial;color:black">vdsmd ... OK<o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">After a reboot, all looks good and it’s running the newer kernel. But when I run a ‘yum update’ it wants to install a bunch of packages:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Package&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Arch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Repository&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 Size<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">================================================================================================================================================================================================================================<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Updating:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">ansible&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.2.2.0-3.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-centos-ovirt41&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.6 M<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 512 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-api&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 90 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-cli&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 183 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-client-xlators&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 781 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-fuse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 134 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-geo-replication&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 208 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-libs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 379 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-rdma&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;61 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">glusterfs-server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x86_64&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8.11-1.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1-centos-gluster38&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 1.4 M<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">imgbased&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.9.23-1.el7.centos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 126 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">ovirt-node-ng-nodectl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1.0-0.20170406.0.el7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 70 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">ovirt-release41&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1.1.1-1.el7.centos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ovirt-4.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 14 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Transaction Summary<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">================================================================================================================================================================================================================================<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Upgrade&nbsp; 13 Packages<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Then I tried this…<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">lvremove onn_labvmhostt05/ovirt-node-ng-4.0.3-0.20160830.0<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">lvremove onn_labvmhostt05/ovirt-node-ng-4.0.3-0.20160830.0&#43;1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">(rebooted)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">yum remove ovirt-node-ng-image-update ovirt-node-ng-image ovirt-release41<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">rm -f /etc/yum.repos.d/*<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">yum localinstall http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">yum update ovirt-release41<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">yum install ovirt-node-ng-image-update<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">But it hangs after this…<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Installing:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;ovirt-node-ng-image-update &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noarch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.1.1.1-1.el7.centos &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ovirt-4.1 &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.8 k<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Installing for dependencies:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;ovirt-node-ng-image&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noarch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.1.1.1-1.el7.centos &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ovirt-4.1 &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 526 M<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Transaction Summary<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">================================================================================================================================================================================================================================<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Install&nbsp; 1 Package (&#43;1 Dependent package)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Total size: 526 M<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Installed size: 526 M<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Is this ok [y/d/N]: y<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Downloading packages:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Running transaction check<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Running transaction test<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Transaction test succeeded<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Running transaction<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Installing : ovirt-node-ng-image-4.1.1.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1/2&nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Installing : ovirt-node-ng-image-update-4.1.1.1-1.el7.centos.noarch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2/2&nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">On another console, I see this is where it stops:<o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">[root@labvmhostt05 ~]# tail -f /tmp/imgbased.log
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp;&nbsp;&nbsp;return self.call([&quot;lvcreate&quot;] &#43; args, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; File &quot;/tmp/tmp.fN7Qb8tTs8/usr/lib/python2.7/site-packages/imgbased/utils.py&quot;, line 426, in call<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp;&nbsp; return super(LvmBinary, self).call(*args, stderr=DEVNULL, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; File &quot;/tmp/tmp.fN7Qb8tTs8/usr/lib/python2.7/site-packages/imgbased/utils.py&quot;, line 355, in call<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp;&nbsp; stdout = call(*args, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; File &quot;/tmp/tmp.fN7Qb8tTs8/usr/lib/python2.7/site-packages/imgbased/utils.py&quot;, line 140, in call<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp;&nbsp; return subprocess.check_output(*args, **kwargs).strip()<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; File &quot;/usr/lib64/python2.7/subprocess.py&quot;, line 575, in check_output<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp; &nbsp;raise CalledProcessError(retcode, cmd, output=output)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">subprocess.CalledProcessError: Command '['lvcreate', '--thin', '--virtualsize', u'360689172480B', '--name', 'ovirt-node-ng-4.1.1.1-0.20170406.0', u'onn_labvmhostt05/pool00']' returned non-zero
 exit status 5<o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Here are the LVs and current mounts:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">[root@labvmhostt05 ~]# lvs -a<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; LV &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VG &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Attr &nbsp; &nbsp; &nbsp; LSize &nbsp; Pool &nbsp; Origin &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Data%&nbsp; Meta%&nbsp; Move Log Cpy%Sync Convert<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; [lvol0_pmspare]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 ewi-------&nbsp; 88.00m &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; ovirt-node-ng-4.1.1.1-0.20170406.0 &nbsp; onn_labvmhostt05 Vri---tz-k 335.92g pool00&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 onn_labvmhostt05 Vwi-aotz-- 335.92g pool00 ovirt-node-ng-4.1.1.1-0.20170406.0 0.86&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; pool00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 twi-aotz-- 350.96g &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.91 &nbsp; 0.13 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; [pool00_tdata] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 Twi-ao---- 350.96g &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; [pool00_tmeta] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 ewi-ao---- &nbsp; 1.00g &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; root &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 Vwi---tz-- 335.92g pool00&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; swap &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 -wi-ao---- &nbsp; 4.00g &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; var&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onn_labvmhostt05 Vwi-aotz--&nbsp; 15.00g pool00&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 11.97 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">[root@labvmhostt05 ~]# mount<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=264013912k,nr_inodes=66003478,mode=755)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,mode=755)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_prio,net_cls)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">configfs on /sys/kernel/config type configfs (rw,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">/dev/mapper/onn_labvmhostt05-ovirt--node--ng--4.1.1.1--0.20170406.0&#43;1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbsize=256k,sunit=512,swidth=512,noquota)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">debugfs on /sys/kernel/debug type debugfs (rw,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">nfsd on /proc/fs/nfsd type nfsd (rw,relatime)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">/dev/mapper/361866da06a447c001fb358304710f8ea1 on /boot type ext4 (rw,relatime,seclabel,data=ordered)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">/dev/mapper/onn_labvmhostt05-var on /var type xfs (rw,relatime,seclabel,attr2,discard,inode64,logbsize=256k,sunit=512,swidth=512,noquota)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=52808308k,mode=700)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">/dev/mapper/onn_labvmhostt05-ovirt--node--ng--4.1.1.1--0.20170406.0&#43;1 on /tmp/tmp.O5CIMItAuZ type xfs (rw,relatime,seclabel,attr2,inode64,logbsize=256k,sunit=512,swidth=512,noquota)<o:p></o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Should I just blow away the disks and install fresh? &nbsp;Any last things to try?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Thanks,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri">Daniel<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:Calibri"><o:p>&nbsp;</o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-family:Calibri;color:black">From: </span>
</b><span style="font-family:Calibri;color:black">Yuval Turgeman &lt;yuvalt@redhat.com&gt;<br>
<b>Date: </b>Tuesday, May 9, 2017 at 9:55 AM<br>
<b>To: </b>&quot;Beckman, Daniel&quot; &lt;Daniel.Beckman@ingramcontent.com&gt;<br>
<b>Cc: </b>&quot;sbonazzo@redhat.com&quot; &lt;sbonazzo@redhat.com&gt;, Yedidyah Bar David &lt;didi@redhat.com&gt;, &quot;users@ovirt.org&quot; &lt;users@ovirt.org&gt;<br>
<b>Subject: </b>Re: [ovirt-users] Upgrade 4.0.6 to 4.1.1 -- How to Update oVirt Node (4.x) Hosts?<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">My pleasure ! :) <o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">The line should be as follows:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">grubby --copy-default --add-kernel /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/vmlinuz-3.10.0-514.10.2.el7.x86_64 --initrd /boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/initramfs-3.10.0-514.10.2.el7.x86_64.img --args rhgb crashkernel=auto root=/dev/onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1
<a href="http://rd.lvm.lv">rd.lvm.lv</a>=onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1
<a href="http://rd.lvm.lv">rd.lvm.lv</a>=onn_labvmhostt05/swap quiet img.bootid=ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 --title ovirt-node-ng-4.1.1.1-0.20170406.0 --bad-image-okay<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class="MsoNormal">On Tue, May 9, 2017 at 5:49 PM, Beckman, Daniel &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Hi Yuval,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thanks for your patience.
</span><span style="font-size:11.0pt;font-family:&quot;Apple Color Emoji&quot;">☺</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">I tried that – completely removing /boot/ovirt-node-ng-4.1.1.1* and performing the same previous steps. Before doing this I cleared
 out the imgbased.log file so it has only the latest entries. </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">I’m assuming this is the command you referenced:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">[DEBUG] Calling binary: (['grubby', '--copy-default', '--add-kernel', '/boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/vmlinuz-3.10.0-514.10.2.el7.x86_64',
 '--initrd', '/boot/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1/initramfs-3.10.0-514.10.2.el7.x86_64.img', '--args', 'rhgb crashkernel=auto root=/dev/onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1
<a href="http://rd.lvm.lv" target="_blank">rd.lvm.lv</a>=onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1
<a href="http://rd.lvm.lv" target="_blank">rd.lvm.lv</a>=onn_labvmhostt05/swap quiet img.bootid=ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1', '--title', 'ovirt-node-ng-4.1.1.1-0.20170406.0', '--bad-image-okay'],) {}</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">I could use some help in getting the correct syntax. I’ve attached the latest imgbased.log file.
</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thanks,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Daniel</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-family:Calibri;color:black">From:
</span></b><span style="font-family:Calibri;color:black">Yuval Turgeman &lt;<a href="mailto:yuvalt@redhat.com" target="_blank">yuvalt@redhat.com</a>&gt;<br>
<b>Date: </b>Tuesday, May 9, 2017 at 3:43 AM</span><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<b>To: </b>&quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt;<br>
<b>Cc: </b>&quot;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&quot; &lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;,
 &quot;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&quot; &lt;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&gt;<br>
<b>Subject: </b>Re: [ovirt-users] Upgrade 4.0.6 to 4.1.1 -- How to Update oVirt Node (4.x) Hosts?<o:p></o:p></p>
</div>
</div>
</div>
<div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi, it seems like some stuff was left on /boot from previous attempts, making the boot setup stage fail, which means that the node is actually installed on the&nbsp;onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1
 LV but the kernel wasn't installed, making it impossible to boot to that LV. <o:p>
</o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">The way I see it, you could try to clean up the /boot/ovirt-node-ng-4.1.1.1* files and retry everything just like you did (umount, lvremove, reinstall rpms, etc), but the thing
 is that in one of your runs, there's a 'grubby' line that failed and stderr is not shown in the log.&nbsp; Try to follow the steps above and retry, and if grubby fails again (you can see it in the last few lines of the imgbased.log), you could try to manually run&nbsp;that
 grubby line from the log and send its output and imgbased.log so we could continue from there.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thanks,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Yuval.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">On Mon, May 8, 2017 at 11:14 PM, Beckman, Daniel &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Hello,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">I was originally on 4.0.3 (from the ISO). The two 4.1.1 layers were not mounted; I went ahead and used lvremove to remove them.
 I removed all three packages,&nbsp; cleared out /etc/yum.repos.d, re-added ovirt-release41 from the URL, and then re-installed ovirt-node-ng-image-update, which installed ovirt-node-ng-image as a dependency. The install did not report any errors. It put the 4.1.1
 layers back in. I’ve uploaded the latest /tmp/imgbased.log. </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thanks,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Daniel</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-family:Calibri;color:black">From:
</span></b><span style="font-family:Calibri;color:black">Yuval Turgeman &lt;<a href="mailto:yuvalt@redhat.com" target="_blank">yuvalt@redhat.com</a>&gt;<br>
<b>Date: </b>Friday, May 5, 2017 at 12:32 PM</span><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><br>
<b>To: </b>&quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt;<br>
<b>Cc: </b>&quot;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&quot; &lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;,
 &quot;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&quot; &lt;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&gt;<br>
<b>Subject: </b>Re: [ovirt-users] Upgrade 4.0.6 to 4.1.1 -- How to Update oVirt Node (4.x) Hosts?<o:p></o:p></p>
</div>
</div>
</div>
<div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Were you on 4.0.3 or 4.0.6 ?&nbsp; Anyway, try to umount and lvremove the two 4.1.1 layers, then redo the steps from the last email.&nbsp; If it doesnt work please resend /tmp/imgbased.log
<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thanks,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Yuval<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">On May 5, 2017 6:17 PM, &quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Here is output of ‘lvs –a’:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">LV
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">VG
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">Attr
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">LSize
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">Pool
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">Origin
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">Data%</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">Meta%</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">Move Log Cpy%Sync Convert</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">[lvol0_pmspare]</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 ewi-------</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">88.00m
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">ovirt-node-ng-4.0.3-0.20160830.0
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 Vwi---tz-k 335.92g pool00 root
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">ovirt-node-ng-4.0.3-0.20160830.0&#43;1
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 Vwi-aotz-- 335.92g pool00 ovirt-node-ng-4.0.3-0.20160830.0
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">1.26</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">ovirt-node-ng-4.1.1.1-0.20170406.0
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 Vri---tz-k 335.92g pool00</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 onn_labvmhostt05 Vwi---tz-- 335.92g pool00 ovirt-node-ng-4.1.1.1-0.20170406.0
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">pool00
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 twi-aotz-- 350.96g
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">2.53
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">0.17
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">[pool00_tdata]
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 Twi-ao---- 350.96g
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">[pool00_tmeta]
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 ewi-ao----
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">1.00g
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">root
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 Vwi---tz-- 335.92g pool00</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">swap
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 -wi-ao----
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">4.00g
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="m4887288985757788726m-5421677188630339607m7809793392827213556p1"><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">var</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">onn_labvmhostt05 Vwi-aotz--</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">15.00g pool00</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556s1">8.47
</span><span class="m4887288985757788726m-5421677188630339607m7809793392827213556apple-converted-space">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thanks,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Daniel</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-family:Calibri;color:black">From:
</span></b><span style="font-family:Calibri;color:black">Yuval Turgeman &lt;<a href="mailto:yuvalt@redhat.com" target="_blank">yuvalt@redhat.com</a>&gt;<br>
<b>Date: </b>Thursday, May 4, 2017 at 4:18 PM<br>
<b>To: </b>&quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt;<br>
<b>Cc: </b>&quot;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&quot; &lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;,
 &quot;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&quot; &lt;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&gt;<br>
<b>Subject: </b>Re: [ovirt-users] Upgrade 4.0.6 to 4.1.1 -- How to Update oVirt Node (4.x) Hosts?</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">what does `lvs -a` show ?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">On May 4, 2017 21:50, &quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Hi Yuval,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">All three of those packages (ovirt-node-ng-image-update, ovirt-node-ng-image, ovirt-release41) were already installed. So I ran
 a ‘yum remove’ on all of them, removed everything from /etc/yum.repos.d, installed the release RPM, then installed the other two packages. Here’s the installation:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">======================================================================================================================================================================================================</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Package&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Arch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 Repository&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Size</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">======================================================================================================================================================================================================</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Installing:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">ovirt-node-ng-image-update&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1.1.1-1.el7.centos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 ovirt-4.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.8 k</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Installing for dependencies:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">ovirt-node-ng-image&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1.1.1-1.el7.centos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ovirt-4.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 526 M</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Transaction Summary</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">======================================================================================================================================================================================================</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Install&nbsp; 1 Package (&#43;1 Dependent package)</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Total download size: 526 M</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Installed size: 526 M</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Is this ok [y/d/N]: y</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Downloading packages:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">(1/2): ovirt-node-ng-image-update-4.1.1.1-1.el7.centos.noarch.rpm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
 3.8 kB&nbsp; 00:00:00&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">(2/2): ovirt-node-ng-image-4.1.1.1-1.el7.centos.noarch.rpm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 526 MB&nbsp; 00:01:55&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Total&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 4.6 MB/s | 526 MB&nbsp; 00:01:55&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Running transaction check</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Running transaction test</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Transaction test succeeded</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Running transaction</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Installing : ovirt-node-ng-image-4.1.1.1-1.el7.centos.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 1/2 </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp;Installing : ovirt-node-ng-image-update-4.1.1.1-1.el7.centos.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 2/2 </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">mount: special device /dev/onn_labvmhostt05/ovirt-node-ng-4.1.1.1-0.20170406.0&#43;1 does not exist</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">rm: cannot remove ‘/tmp/tmp.uEAD6kCtlR/usr/share/imgbased/*image-update*.rpm’: No such file or directory</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">umount: /tmp/tmp.uEAD6kCtlR: not mounted</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Verifying&nbsp; : ovirt-node-ng-image-update-4.1.1.1-1.el7.centos.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1/2
</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;&nbsp;Verifying&nbsp; : ovirt-node-ng-image-4.1.1.1-1.el7.centos.noarch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 2/2 </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Installed:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; ovirt-node-ng-image-update.noarch 0:4.1.1.1-1.el7.centos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Dependency Installed:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; ovirt-node-ng-image.noarch 0:4.1.1.1-1.el7.centos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Complete!</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Also, note output of ‘nodectl check’:</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">[root@labvmhostt05 yum.repos.d]# nodectl check</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Status: FAILED</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Bootloader ... FAILED - It looks like there are no valid bootloader entries. Please ensure this is fixed before rebooting.</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Layer boot entries ... FAILED - No bootloader entries which point to imgbased layers</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Valid boot entries ... FAILED - No valid boot entries for imgbased layers or non-imgbased layers</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Mount points ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Separate /var ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Discard is used ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Basic storage ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Initialized VG ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Initialized Thin Pool ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Initialized LVs ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thin storage ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Checking available space in thinpool ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp; Checking thinpool auto-extend ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">vdsmd ... OK</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">I’ll attach the /tmp/imgbased.log file.
</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thanks,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Daniel</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-family:Calibri;color:black">From:
</span></b><span style="font-family:Calibri;color:black">Yuval Turgeman &lt;<a href="mailto:yuvalt@redhat.com" target="_blank">yuvalt@redhat.com</a>&gt;<br>
<b>Date: </b>Wednesday, May 3, 2017 at 1:23 PM<br>
<b>To: </b>&quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt;<br>
<b>Cc: </b>&quot;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&quot; &lt;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&gt;, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;, &quot;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&quot;
 &lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;<br>
<b>Subject: </b>Re: [ovirt-users] Upgrade 4.0.6 to 4.1.1 -- How to Update oVirt Node (4.x) Hosts?</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi, you can try the following:
<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">1.&nbsp; Make sure you have a /etc/iscsi/initiatorname.iscsi file.&nbsp; If you don't, create an empty one (to avoid a migration bug)<o:p></o:p></p>
</div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">2.&nbsp; Install the ovirt-release41 rpm (<a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm" target="_blank">http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm</a>)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">3. &nbsp;yum update ovirt-node-ng-image-update<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">4.&nbsp; Make sure only 2 rpms are about to be installed (ovirt-node-ng-image-update and ovirt-node-ng-image) ~530M<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Save /tmp/imgbased.log in case something fails so we could take a look :)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thanks,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Yuval<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">On Wed, May 3, 2017 at 6:23 PM, Beckman, Daniel &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">I don’t recall doing anything special with the repositories, apart from (recently) adding the oVirt 4.1 repository. These hosts
 were originally deployed by downloading the oVirt Node 4.0.3 ISO image. </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">How should the repos be setup? Is there an RPM I can download that will install the appropriate repos?
</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Thanks,</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">Daniel</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:Calibri">&nbsp;</span><o:p></o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-family:Calibri;color:black">From:
</span></b><span style="font-family:Calibri;color:black">Yuval Turgeman &lt;<a href="mailto:yuvalt@redhat.com" target="_blank">yuvalt@redhat.com</a>&gt;<br>
<b>Date: </b>Tuesday, May 2, 2017 at 2:56 PM<br>
<b>To: </b>&quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt;<br>
<b>Cc: </b>&quot;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&quot; &lt;<a href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>&gt;, Yedidyah Bar David &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt;, &quot;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&quot;
 &lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;<br>
<b>Subject: </b>Re: [ovirt-users] Upgrade 4.0.6 to 4.1.1 -- How to Update oVirt Node (4.x) Hosts?</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Looks like your repos are not set up correctly. &nbsp;oVirt node is an image and the update is a complete image as well, containing a set packages that were tested and known to work
 well together.&nbsp; This means that when you yum update your system, a single &quot;ovirt-node-ng-image-update&quot; rpm should be installed instead of a list of packages like you mentioned.&nbsp; That's probably what messed things up.&nbsp; How did you configure your repos ?<o:p></o:p></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">On May 1, 2017 6:15 PM, &quot;Beckman, Daniel&quot; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt">Hello,<br>
<br>
I’ve attached the log file for one of the hosts from /var/log/ovirt-engine/host-deploy.<br>
<br>
As to the manual update: yes, I ran it after removing the ovirt40 repo and adding ovirt41 repo. Here are the packages it updated:<br>
Updated&nbsp; &nbsp; &nbsp;cockpit-ovirt-dashboard-0.10.6-1.4.2.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.10.7-0.0.16.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install collectd-5.7.0-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install collectd-disk-5.7.0-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install collectd-netlink-5.7.0-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install collectd-virt-5.7.0-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install collectd-write_http-5.7.0-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install fluentd-0.12.26-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install gdeploy-2.0.1-13.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@rnachimu-gdeploy<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-api-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-cli-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-client-xlators-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-fuse-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-geo-replication-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-libs-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-rdma-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;glusterfs-server-3.7.20-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3.8.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-centos-gluster38<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;imgbased-0.8.11-0.201612061451git1b9e081.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.9.23-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ioprocess-0.16.1-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@?ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.17.0-1.201611101241.gitb7e353c.el7.centos.x86_64&nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install libtomcrypt-1.17-23.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-epel<br>
&nbsp; &nbsp; Dep-Install libtommath-0.42.0-4.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-epel<br>
&nbsp; &nbsp; Dep-Install libtool-ltdl-2.4.2-22.el7_3.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @updates<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;mom-0.5.8-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@?ovirt-4.1<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.5.9-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install net-snmp-1:5.7.2-24.el7_3.2.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @updates<br>
&nbsp; &nbsp; Dep-Install net-snmp-agent-libs-1:5.7.2-24.el7_3.2.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@updates<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;openvswitch-2.5.0-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.7.0-1.el7.centos.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;otopi-1.5.2-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.6.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-host-deploy-1.5.3-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.6.3-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-hosted-engine-ha-2.0.6-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.1.0.5-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-hosted-engine-setup-2.0.4.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.1.0.5-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-imageio-common-0.4.0-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.0-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-imageio-daemon-0.4.0-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.0.0-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-node-ng-nodectl-4.0.6-0.20170111.0.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.1.0-0.20170406.0.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-release-host-node-4.0.6.1-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.1.1.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-release41-4.1.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@?ovirt-4.1<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.1.1.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;ovirt-setup-lib-1.0.2-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.1.0-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install python-babel-0.9.6-8.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@base<br>
&nbsp; &nbsp; Dep-Install python-dateutil-1.5-7.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install python-httplib2-0.9.1-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;python-ioprocess-0.16.1-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @?ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.17.0-1.201611101242.gitb7e353c.el7.centos.noarch @ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install python-jinja2-2.7.2-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install python-keyczar-0.71c-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Dep-Install python-markupsafe-0.11-10.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install python-setuptools-0.9.8-4.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install python2-crypto-2.6.1-13.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-epel<br>
&nbsp; &nbsp; Dep-Install python2-ecdsa-0.13-4.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1-epel<br>
&nbsp; &nbsp; Dep-Install python2-paramiko-1.16.1-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1-epel<br>
&nbsp; &nbsp; Dep-Install python2-passlib-1.6.5-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Dep-Install python2-pyasn1-0.1.9-7.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@base<br>
&nbsp; &nbsp; Dep-Install rng-tools-5-8.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install ruby-2.0.0.648-29.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install ruby-irb-2.0.0.648-29.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install ruby-libs-2.0.0.648-29.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@base<br>
&nbsp; &nbsp; Dep-Install rubygem-bigdecimal-1.2.0-29.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install rubygem-cool.io-1.2.4-2.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-fluent-plugin-rewrite-tag-filter-1.5.5-5.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-fluent-plugin-secure-forward-0.4.3-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-http_parser.rb-0.6.0-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-io-console-0.4.2-29.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install rubygem-json-1.7.7-29.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install rubygem-msgpack-0.5.11-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-proxifier-1.0.3-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-psych-2.0.0-29.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@base<br>
&nbsp; &nbsp; Dep-Install rubygem-rdoc-4.0.0-29.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install rubygem-resolve-hostname-0.0.4-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-sigdump-0.2.2-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-string-scrub-0.0.5-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-thread_safe-0.3.4-1.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-tzinfo-1.2.2-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-tzinfo-data-1.2014.10-2.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygem-yajl-ruby-1.2.1-1.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @centos-opstools-release<br>
&nbsp; &nbsp; Dep-Install rubygems-2.0.14.1-29.el7.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@base<br>
&nbsp; &nbsp; Dep-Install screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @base<br>
&nbsp; &nbsp; Dep-Install sshpass-1.05-5.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-centos-ovirt41<br>
&nbsp; &nbsp; Dep-Install tcpdump-14:4.5.1-3.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@base<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-4.18.21-1.el7.centos.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-api-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-cli-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install vdsm-client-4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-gluster-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-hook-ethtool-options-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-hook-fcoe-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-hook-macspoof-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-hook-nestedvt-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-hook-openstacknet-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install vdsm-hook-vhostmd-4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-hook-vmfex-dev-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-jsonrpc-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-python-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-xmlrpc-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-4.1<br>
&nbsp; &nbsp; Updated&nbsp; &nbsp; &nbsp;vdsm-yajsonrpc-4.18.21-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?<br>
&nbsp; &nbsp; Update&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4.19.10.1-1.el7.centos.noarch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ovirt-4.1<br>
&nbsp; &nbsp; Dep-Install vhostmd-0.5-11.el7.x86_64&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;@ovirt-centos-ovirt41<br>
<br>
Thanks,<br>
Daniel<br>
<br>
On 4/30/17, 12:44 AM, &quot;Yedidyah Bar David&quot; &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt; wrote:<br>
<br>
&nbsp; &nbsp; On Thu, Apr 27, 2017 at 6:48 PM, Beckman, Daniel<br>
&nbsp; &nbsp; &lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<br>
&nbsp; &nbsp; &gt; Didi,<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; Thanks for the tip on the utilities – I’ll add that for future upgrades. Since you pointed that out,&nbsp; I’m reminded that in a previous upgrade (following one of the developer’s suggestions) I had added this:<br>
&nbsp; &nbsp; &gt; /etc/ovirt-engine/engine.conf.d/99-custom-truststore.conf<br>
&nbsp; &nbsp; &gt; So I guess that’s why my https certificate was preserved.<br>
<br>
&nbsp; &nbsp; Good.<br>
<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; As to the documentation, I did submit a pull request (#923) and ‘JohnMarksRH’ added that along with some additional edits. I’ll move any continuing discussion on that to another thread. And yes, the RHV documentation is excellent and I’ve often turned
 to it. It’s too bad some of the effort ends up being duplicated. Anyway….<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; Here’s what I did with one of the oVirt nodes:<br>
&nbsp; &nbsp; &gt; yum -y remove ovirt-release40<br>
&nbsp; &nbsp; &gt; yum -y install <a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm" target="_blank">
http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm</a><br>
&nbsp; &nbsp; &gt; cd /etc/yum.repos.d<br>
&nbsp; &nbsp; &gt; # ls<br>
&nbsp; &nbsp; &gt; CentOS-Base.repo&nbsp; &nbsp; &nbsp; &nbsp;CentOS-fasttrack.repo&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CentOS-Sources.repo&nbsp; &nbsp; &nbsp; &nbsp;cockpit-preview-epel-7.repo<br>
&nbsp; <span style="font-family:&quot;Malgun Gothic&quot;">��</span> &gt; CentOS-CR.repo&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CentOS-fasttrack.repo.rpmnew&nbsp; CentOS-Vault.repo&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ovirt-4.0-dependencies.repo<br>
&nbsp; &nbsp; &gt; CentOS-Debuginfo.repo&nbsp; CentOS-Media.repo&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CentOS-Vault.repo.rpmnew&nbsp; ovirt-4.0.repo<br>
&nbsp; &nbsp; &gt; rm -f ovirt-4.0*<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; After doing that, when I check again in the admin GUI for an upgrade, it shows one available (4.1.1.1). From the GUI I tell it to upgrade, and it runs along with no errors, seems to finish, and then reboots the host.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; When the host comes back up, it’s still running 4.0.6. When I check again for an available upgrade, it doesn’t see it available. I’m attaching the installation log that is referenced in Events in the GUI.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; If I go straight into the node and run ‘yum update’ and reboot, then it gets the latest 4.1.x image and the engine detects it as such.<br>
<br>
&nbsp; &nbsp; You mean you do that after the above (removing 4.0 repos, adding 4.1)?<br>
<br>
&nbsp; &nbsp; What packages did it update?<br>
<br>
&nbsp; &nbsp; Please check also time-wise nearby log files for this host in<br>
&nbsp; &nbsp; /var/log/ovirt-engine/host-deploy and share them.<br>
&nbsp; &nbsp; 'ovirt-host-mgmt*' is the result of checking for updates from the admin web ui.<br>
<br>
&nbsp; &nbsp; &gt; But of course that’s not the ideal method. I used the manual method for the remaining hosts.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; I don’t know if this is related, but since the upgrade I’ve also noticed an unfamiliar error when I log in directly to the engine host. (It’s a standalone Centos7 VM running on a separate KVM host.) Here is is:<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; nodectl must be run as root!<br>
&nbsp; &nbsp; &gt; nodectl must be run as root!<br>
&nbsp; &nbsp; &gt; This comes up when *any* user logs into the box. When I switch to root I get this:<br>
&nbsp; &nbsp; &gt; /bin/python3: Error while finding spec for 'nodectl.__main__' (&lt;class 'ImportError'&gt;: No module named 'nodectl')<br>
&nbsp; &nbsp; &gt; /bin/python3: Error while finding spec for 'nodectl.__main__' (&lt;class 'ImportError'&gt;: No module named 'nodectl')<br>
&nbsp; &nbsp; &gt; So it looks like it’s been invoked from here:<br>
&nbsp; &nbsp; &gt; ls -llh /etc/profile.d/nodectl*<br>
&nbsp; &nbsp; &gt; -rwxr-xr-x. 1 root root 13 Apr&nbsp; 6 06:46 /etc/profile.d/nodectl-motd.sh<br>
&nbsp; &nbsp; &gt; -rwxr-xr-x. 1 root root 24 Apr&nbsp; 6 06:46 /etc/profile.d/nodectl-run-banner.sh<br>
&nbsp; &nbsp; &gt; According to ‘yum whatprovides’ this appears to have been installed by package “ovirt-node-ng-nodectl-4.1.0-0.20170406.0.el7.noarch”.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; Anyone else getting this? I can try fixing the python error by adding the module, but I thought I’d report this first. Any suggestions as to next steps?<br>
<br>
&nbsp; &nbsp; Adding Yuval for the node-specific issues.<br>
<br>
&nbsp; &nbsp; Best,<br>
<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; Thanks<br>
&nbsp; &nbsp; &gt; Daniel<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt; On 4/25/17, 2:01 AM, &quot;Yedidyah Bar David&quot; &lt;<a href="mailto:didi@redhat.com" target="_blank">didi@redhat.com</a>&gt; wrote:<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;On Tue, Apr 25, 2017 at 1:19 AM, Beckman, Daniel<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&lt;<a href="mailto:Daniel.Beckman@ingramcontent.com" target="_blank">Daniel.Beckman@ingramcontent.com</a>&gt; wrote:<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; So I successfully upgraded my engine from 4.06 to 4.1.1 with no major<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; issues.<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; A nice thing I noticed was that my custom CA certificate for https on the<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; admin and user portals wasn’t clobbered by setup.<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; I did have to restore my custom settings for ISO uploader, log collector,<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; and websocket proxy:<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; cp<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; /etc/ovirt-engine/isouploader.conf.d/10-engine-setup.conf.&lt;latest_timestamp&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; /etc/ovirt-engine/isouploader.conf.d/10-engine-setup.conf<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; cp<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; /etc/ovirt-engine/ovirt-websocket-proxy.conf.d/10-setup.conf.&lt;latest_timestamp&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; /etc/ovirt-engine/ovirt-websocket-proxy.conf.d/10-setup.conf<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; cp<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; /etc/ovirt-engine/logcollector.conf.d/10-engine-setup.conf.&lt;latest_timestamp&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; /etc/ovirt-engine/logcollector.conf.d/10-engine-setup.conf<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;The utilities read these files sorted by name, last wins. So you<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;can add '99-my.conf' to each and have it override whatever engine-setup does.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; Now I’m moving on to updating the oVirt node hosts, which are currently at<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; oVirt Node 4.0.6.1. (I’m assuming I should do that before attempting to<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; upgrade the cluster and data center compatibility level to 4.1.)<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; When I right-click on a host and go to Installation / Check for Upgrade, the<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; results are ‘no updates found.’ When I log into that host directly, I notice<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; it’s still got the oVirt 4.0 repo, not 4.1. Is there an extra step I’m<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; missing? The documentation I’ve found<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; (<a href="http://www.ovirt.org/documentation/upgrade-guide/chap-Updates_between_Minor_Releases/" target="_blank">http://www.ovirt.org/documentation/upgrade-guide/chap-Updates_between_Minor_Releases/</a>)<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; doesn’t mention this.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;You are right. It's mentioned for the engine in the release notes [1]<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;but not for the hosts. Please file a github issue or send a pull request :-)<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;[1] <a href="https://www.ovirt.org/release/4.1.0/" target="_blank">https://www.ovirt.org/release/4.1.0/</a><br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; **<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; If I can offer some unsolicited feedback: I feel like this list is populated<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; with a lot of questions that could be averted with a little care and feeding<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; of the documentation. It’s unfortunate because that makes for a rocky<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; introduction to oVirt, and it makes it look like a neglected project, which<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; I know is not the case.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;Patches are welcome :-)<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; On a related note, I know this has been discussed before but…<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; The centralized control in Github for the documentation does not really<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; encourage user contributions. What’s wrong with a wiki? If we’re really<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; concerned about bad or malicious edits being posted, keep the official in<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; git and add a separate wiki that is clearly marked as user-contributed.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;That was indeed discussed in the past, I am not aware of any conclusions.<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;Perhaps start a separate thread about this? Adding Duck.<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;Please also note that you can have a look at RHV documentation [2].<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;Almost all of it applies to oVirt as well (and oVirt's to RHV).<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;[2] <a href="https://access.redhat.com/documentation/en/red-hat-virtualization/" target="_blank">
https://access.redhat.com/documentation/en/red-hat-virtualization/</a><br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;Best,<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; **<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; Thanks,<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; Daniel<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; _______________________________________________<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; Users mailing list<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; <a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">
http://lists.ovirt.org/mailman/listinfo/users</a><br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;&gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;--<br>
&nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp;Didi<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
&nbsp; &nbsp; &gt;<br>
<br>
<br>
<br>
&nbsp; &nbsp; --<br>
&nbsp; &nbsp; Didi<o:p></o:p></p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
</body>
</html>