<div> </div><div> </div><div>16.12.2016, 13:19, "Gianluca Cecchi" &lt;gianluca.cecchi@gmail.com&gt;:</div><blockquote type="cite"><div><div><div>On Fri, Dec 16, 2016 at 6:44 AM, Николаев Алексей <span>&lt;<a target="_blank" href="mailto:alexeynikolaev.post@yandex.ru">alexeynikolaev.post@yandex.ru</a>&gt;</span> wrote:<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;"><div>Hi, community!</div><div> </div><div>15.12.2016, 20:16, "Yaniv Dary" &lt;<a target="_blank" href="mailto:ydary@redhat.com">ydary@redhat.com</a>&gt;:</div><blockquote type="cite"><div><span>It may work, but we don't support 3.6 for a while and I'm not sure what issues you may encounter. </span></div></blockquote><div><span> </span></div><div>We are using oVirt engine 3.6. How can I prevent upgrade my hosts with CentOS 7.2 to unsupported 7.3? Thx.</div><div> </div></blockquote><div> </div><div>I would do this way</div><div> </div><div>yum clean all</div><div>modify your repo fies in /etc/yum.repos.d</div><div>- verify CentOS-CR is disabled</div><div>- at least in</div><div>CentOS-Base.repo</div><div>where you don't have "enabled=0" (so both where there is no enabled=.. line and where enabled=1)</div><div> </div><div>comment mirrorlist and uncomment baseurl</div><div> </div><div>in baseurl line substitute the word </div><div>$releasever</div><div>with </div><div>7.2.1511</div><div> </div><div>try a yum update and verify that no 7.3 packages come in.</div><div> </div><div>The problem is that epel repo don't track minor versions, so that if you have an update in epel that requires a 7.3 package you would get dependency error.</div><div>or you can disable also epel in the mean time if this is the case....</div><div> </div><div>HIH,</div><div>Gianluca</div></div></div></div></blockquote><div> </div><div>Well, I remember that ovirt-engine uses some yum plugin to lock pkgs versions. And i found this plugin - <strong>yum-plugin-versionlock.</strong> I will try it to lock <span>vdsm version.</span></div><div> </div><div><a href="http://www.tecmint.com/yum-lock-disable-blacklist-certain-package-update-version/">http://www.tecmint.com/yum-lock-disable-blacklist-certain-package-update-version/</a></div><div> </div><div><a href="https://pkgs.org/centos-7/centos-x86_64/yum-plugin-versionlock-1.1.31-40.el7.noarch.rpm.html">https://pkgs.org/centos-7/centos-x86_64/yum-plugin-versionlock-1.1.31-40.el7.noarch.rpm.html</a></div><div> </div>