4.2.8 and yum update

Hi all, I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?. Carl

Here is a sample os the error : glusterfs = 3.12.15-1.el7 Error: Package: glusterfs-server-3.12.15-1.el7.x86_64 (ovirt-4.2-centos-gluster312) Requires: glusterfs-api = 3.12.15-1.el7 Removing: glusterfs-api-3.12.11-1.el7.x86_64 (@ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.11-1.el7 Updated By: glusterfs-api-6.0-29.el7.x86_64 (base) glusterfs-api = 6.0-29.el7 Available: glusterfs-api-3.12.0-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.0-1.el7 Available: glusterfs-api-3.12.1-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.1-1.el7 Available: glusterfs-api-3.12.1-2.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.1-2.el7 Available: glusterfs-api-3.12.3-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.3-1.el7 Available: glusterfs-api-3.12.4-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.4-1.el7 Available: glusterfs-api-3.12.5-2.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.5-2.el7 Available: glusterfs-api-3.12.6-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.6-1.el7 Available: glusterfs-api-3.12.8-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.8-1.el7 Available: glusterfs-api-3.12.9-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.9-1.el7 Available: glusterfs-api-3.12.13-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.13-1.el7 Available: glusterfs-api-3.12.14-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.14-1.el7 Available: glusterfs-api-3.12.15-1.el7.x86_64 (ovirt-4.2-centos-gluster312) glusterfs-api = 3.12.15-1.el7 You could try using --skip-broken to work around the problem On Thu, Aug 6, 2020 at 8:43 AM carl langlois <crl.langlois@gmail.com> wrote:
Hi all,
I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?.
Carl

Hi On Thu, Aug 6, 2020 at 3:45 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi all,
I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?.
you need to amend /etc/yum.repos.d/ovirt-4.2-dependencies.repo and edit the repos that contain the name ovirt-4.2 as following: from: *mirror.centos.org/centos/7 <http://mirror.centos.org/centos/7>* to: *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>* You will need to amend also base repo to avoid centos going to 7.8, as you will face dependency issues with 4.2. You can point base repo at 7.6.1810, yum update, then follow upgrade to 4.3. For the base repo you need to comment out mirrorlist lines, uncomment baseurl and replace mirror.centos.org/centos/$releasever with *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>. * Just followed this path the previous days and managed to complete the upgrade from 4.2 to 4.3. Good luck.
Carl _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/QTPJBNLETMHMDH...

Hi, Thanks for the suggestion. I will try it. But at one point I will need to update the OS past 7.6 as 4.3.9 needs 7.7 or later. Regards Carl On Thu, Aug 6, 2020 at 9:49 AM Alex K <rightkicktech@gmail.com> wrote:
Hi
On Thu, Aug 6, 2020 at 3:45 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi all,
I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?.
you need to amend /etc/yum.repos.d/ovirt-4.2-dependencies.repo and edit the repos that contain the name ovirt-4.2 as following:
from: *mirror.centos.org/centos/7 <http://mirror.centos.org/centos/7>* to: *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>*
You will need to amend also base repo to avoid centos going to 7.8, as you will face dependency issues with 4.2. You can point base repo at 7.6.1810, yum update, then follow upgrade to 4.3. For the base repo you need to comment out mirrorlist lines, uncomment baseurl and replace mirror.centos.org/centos/$releasever with *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>. * Just followed this path the previous days and managed to complete the upgrade from 4.2 to 4.3. Good luck.
Carl _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/QTPJBNLETMHMDH...

On Thu, Aug 6, 2020 at 6:42 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi,
Thanks for the suggestion. I will try it. But at one point I will need to update the OS past 7.6 as 4.3.9 needs 7.7 or later.
At that point you just switch back your repos at their previous state, install 4.3 repo, and proceed with your major upgrade. In this way centos will upgrade also to latest (7.8.2003) Upon completion of the major upgrade, you remove 4.2 repo.
Regards Carl
On Thu, Aug 6, 2020 at 9:49 AM Alex K <rightkicktech@gmail.com> wrote:
Hi
On Thu, Aug 6, 2020 at 3:45 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi all,
I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?.
you need to amend /etc/yum.repos.d/ovirt-4.2-dependencies.repo and edit the repos that contain the name ovirt-4.2 as following:
from: *mirror.centos.org/centos/7 <http://mirror.centos.org/centos/7>* to: *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>*
You will need to amend also base repo to avoid centos going to 7.8, as you will face dependency issues with 4.2. You can point base repo at 7.6.1810, yum update, then follow upgrade to 4.3. For the base repo you need to comment out mirrorlist lines, uncomment baseurl and replace mirror.centos.org/centos/$releasever with *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>. * Just followed this path the previous days and managed to complete the upgrade from 4.2 to 4.3. Good luck.
Carl _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/QTPJBNLETMHMDH...

Hi , I was able to update to ovirt 4.2.8 on one of my host using 7.6 centos repo like Alex suggested. But now when i try to activate it i get this error in the engine log 020-08-06 16:43:44,903-04 INFO [org.ovirt.engine.core.vdsbroker.gluster.ManageGlusterServiceVDSCommand] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] START, ManageGlusterServiceVDSCommand(HostName = ovhost3, GlusterServiceVDSParameters:{hostId='c85cd64e-94ff-4b0f-a9a0-c888d348b1aa'}), log id: 5677f568 2020-08-06 16:43:44,970-04 * ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] EVENT_ID: VDS_BROKER_COMMAND_FAILURE(10,802), VDSM ovhost3 command ManageGlusterServiceVDS failed: The method does not exist or is not available: {'method': u'GlusterService.action'}2020-08-06 16:43:44,970-04 ERROR [org.ovirt.engine.core.vdsbroker.gluster.ManageGlusterServiceVDSCommand] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] Command 'ManageGlusterServiceVDSCommand(HostName = ovhost3, GlusterServiceVDSParameters:{hostId='c85cd64e-94ff-4b0f-a9a0-c888d348b1aa'})' execution failed: VDSGenericException: VDSErrorException: Failed to ManageGlusterServiceVDS, error = The method does not exist or is not available: {'method': u'GlusterService.action'}, code = -32601* 2020-08-06 16:43:44,970-04 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] Activate host finished. Lock released. Monitoring can run now for host 'ovhost3' from data-center 'Default' 2020-08-06 16:43:44,983-04 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] EVENT_ID: VDS_ACTIVATE_FAILED(18), Failed to activate Host ovhost3.(User: admin@internal-authz after that the host end up in unassign. my engine is also on 4.2.8 any suggestions will be appreciated. Regards Carl On Thu, Aug 6, 2020 at 11:42 AM carl langlois <crl.langlois@gmail.com> wrote:
Hi,
Thanks for the suggestion. I will try it. But at one point I will need to update the OS past 7.6 as 4.3.9 needs 7.7 or later.
Regards Carl
On Thu, Aug 6, 2020 at 9:49 AM Alex K <rightkicktech@gmail.com> wrote:
Hi
On Thu, Aug 6, 2020 at 3:45 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi all,
I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?.
you need to amend /etc/yum.repos.d/ovirt-4.2-dependencies.repo and edit the repos that contain the name ovirt-4.2 as following:
from: *mirror.centos.org/centos/7 <http://mirror.centos.org/centos/7>* to: *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>*
You will need to amend also base repo to avoid centos going to 7.8, as you will face dependency issues with 4.2. You can point base repo at 7.6.1810, yum update, then follow upgrade to 4.3. For the base repo you need to comment out mirrorlist lines, uncomment baseurl and replace mirror.centos.org/centos/$releasever with *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>. * Just followed this path the previous days and managed to complete the upgrade from 4.2 to 4.3. Good luck.
Carl _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/QTPJBNLETMHMDH...

HI again, I found out that the vdsm-gluster was not installed on the host I had just upgraded.. probably a bad manipulation i did grrrr. I will need to be more careful with the other host everything seems to be back to normal.. Thanks for your help.. Carl On Thu, Aug 6, 2020 at 4:49 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi ,
I was able to update to ovirt 4.2.8 on one of my host using 7.6 centos repo like Alex suggested. But now when i try to activate it i get this error in the engine log
020-08-06 16:43:44,903-04 INFO [org.ovirt.engine.core.vdsbroker.gluster.ManageGlusterServiceVDSCommand] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] START, ManageGlusterServiceVDSCommand(HostName = ovhost3, GlusterServiceVDSParameters:{hostId='c85cd64e-94ff-4b0f-a9a0-c888d348b1aa'}), log id: 5677f568 2020-08-06 16:43:44,970-04 * ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] EVENT_ID: VDS_BROKER_COMMAND_FAILURE(10,802), VDSM ovhost3 command ManageGlusterServiceVDS failed: The method does not exist or is not available: {'method': u'GlusterService.action'}2020-08-06 16:43:44,970-04 ERROR [org.ovirt.engine.core.vdsbroker.gluster.ManageGlusterServiceVDSCommand] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] Command 'ManageGlusterServiceVDSCommand(HostName = ovhost3, GlusterServiceVDSParameters:{hostId='c85cd64e-94ff-4b0f-a9a0-c888d348b1aa'})' execution failed: VDSGenericException: VDSErrorException: Failed to ManageGlusterServiceVDS, error = The method does not exist or is not available: {'method': u'GlusterService.action'}, code = -32601* 2020-08-06 16:43:44,970-04 INFO [org.ovirt.engine.core.bll.ActivateVdsCommand] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] Activate host finished. Lock released. Monitoring can run now for host 'ovhost3' from data-center 'Default' 2020-08-06 16:43:44,983-04 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-97) [51530ac3-6864-47fd-8910-9c1a2a825da8] EVENT_ID: VDS_ACTIVATE_FAILED(18), Failed to activate Host ovhost3.(User: admin@internal-authz
after that the host end up in unassign. my engine is also on 4.2.8
any suggestions will be appreciated.
Regards Carl
On Thu, Aug 6, 2020 at 11:42 AM carl langlois <crl.langlois@gmail.com> wrote:
Hi,
Thanks for the suggestion. I will try it. But at one point I will need to update the OS past 7.6 as 4.3.9 needs 7.7 or later.
Regards Carl
On Thu, Aug 6, 2020 at 9:49 AM Alex K <rightkicktech@gmail.com> wrote:
Hi
On Thu, Aug 6, 2020 at 3:45 PM carl langlois <crl.langlois@gmail.com> wrote:
Hi all,
I am in the process of upgrading our cluster to 4.3. But first i need to update everything to 4.2.8 and update the os to the latest 7.x. I was able to update the self-hosted engine to the latest 4.2.8 and centos 7.8. But when i tried to update the host yum update got broken gluster packages. The current host that i'm trying to update is on 7.5. If i look at the release note i can see that ovirt 4.2.8 needs 7.6. Not sure how to resolve this. Any suggestions?.
you need to amend /etc/yum.repos.d/ovirt-4.2-dependencies.repo and edit the repos that contain the name ovirt-4.2 as following:
from: *mirror.centos.org/centos/7 <http://mirror.centos.org/centos/7>* to: *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>*
You will need to amend also base repo to avoid centos going to 7.8, as you will face dependency issues with 4.2. You can point base repo at 7.6.1810, yum update, then follow upgrade to 4.3. For the base repo you need to comment out mirrorlist lines, uncomment baseurl and replace mirror.centos.org/centos/$releasever with *vault.centos.org/centos/7.6.1810 <http://vault.centos.org/centos/7.6.1810>. * Just followed this path the previous days and managed to complete the upgrade from 4.2 to 4.3. Good luck.
Carl _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/QTPJBNLETMHMDH...
participants (2)
-
Alex K
-
carl langlois