Hi Jingjie,

You're mixing a normal centos host with an ovirt-node installation.  If
you'd like to use ovirt with centos nodes, you simply need to do yum
update.  The ovirt-node-ng-image-update is an update rpm for a host that is
installed with ovirt-node-ng-installer.iso.

Thanks,
Yuval

On Wed, Jan 15, 2020 at 11:43 PM Jingjie Jiang <jingjie.ji...@oracle.com>
wrote:

> Hi Paul,
>
> Thanks for your reply.
>
> I did install ovirt-release43 before I install the
> ovirt-node-ng-image-update package.
>
>
> Here is the brief procedure:
>
> 1. Install the 4.2.8 ovirt host on CentOS7.6 by adding the node from
> AdminPortal.
>
> 2. Upgrade ovirt 4.2.8 engine to 4.3.6.
>
> 3. Set the host to maintainence from AdminPortal.
>
> 4. Yum install ovirt-release43 rpm
>
>     # yum install
> http://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
>
> 5.Yum install node update package
>
>    # yum install
> https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image-update-4.3.6-1.el7.noarch.rpm
>
> 6. reboot
>
>
> vdsm did not get update.
>
>
> -Jingjie
>
>
> On 1/15/20 6:14 AM, Staniforth, Paul wrote:
>
> Hel# yum install
> https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image-update-4.3.6-1.el7.noarch.rpmlo
> Jingjie,
>                        I think you need to install
> https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fresources.ovirt.org%2Fpub%2Fyum-repo%2Fovirt-release43.rpm&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936590027&sdata=BOE0YfK%2F%2FEPkKc8723INi4Y375we1HkkKlclLYsMpx8%3D&reserved=0>
> so yum updates to the 4.3 release otherwise it will stay on the 4.2 release
> (4.2.8 being the last version).
>
>
> Regards,
>            Paul S.
> ------------------------------
> *From:* Jingjie Jiang <jingjie.ji...@oracle.com>
> <jingjie.ji...@oracle.com>
> *Sent:* 14 January 2020 15:30
> *To:* Parth Dhanjal <dpa...@redhat.com> <dpa...@redhat.com>
> *Cc:* users <users@ovirt.org> <users@ovirt.org>
> *Subject:* [ovirt-users] Re: upgrade issue
>
>
> *Caution External Mail:* Do not click any links or open any attachments
> unless you trust the sender and know that the content is safe.
>
> Hi Path,
>
> Thanks for your rely.
>
> Please check my inline comments
>
> -Jingjie
> On 1/14/20 2:28 AM, Parth Dhanjal wrote:
>
> Hello Jingjie!
>
> You can follow
> https://www.ovirt.org/documentation/upgrade-guide/chap-Upgrading_from_4.1_to_oVirt_4.2.html
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fdocumentation%2Fupgrade-guide%2Fchap-Upgrading_from_4.1_to_oVirt_4.2.html&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936580031&sdata=rNAyw2VK2uDl%2B7%2FuNmFRs%2BCImQR92KmTPOVNkW6sH9U%3D&reserved=0>
>
> I tried the above link before and it worked.
>
> But, I'd like to know how  the upgrade with ovirt-node-ng-image-update
> package works.
>
> Any suggestion about the issue I reported in previous email?
>
> Also, about the link you pointed, "imgbase check" command crashed when I
> ran from the ovirt host based on CentOS:
>
> # imgbase check
> Traceback (most recent call last):
>   File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
>     "__main__", fname, loader, pkg_name)
>   File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
>     exec code in run_globals
>   File "/usr/lib/python2.7/site-packages/imgbased/__main__.py", line 53,
> in <module>
>     CliApplication()
>   File "/usr/lib/python2.7/site-packages/imgbased/__init__.py", line 82,
> in CliApplication
>     app.hooks.emit("post-arg-parse", args)
>   File "/usr/lib/python2.7/site-packages/imgbased/hooks.py", line 120, in
> emit
>     cb(self.context, *args)
>   File "/usr/lib/python2.7/site-packages/imgbased/plugins/core.py", line
> 185, in post_argparse
>     run_check(app)
>   File "/usr/lib/python2.7/site-packages/imgbased/plugins/core.py", line
> 225, in run_check
>     status = Health(app).status()
>   File "/usr/lib/python2.7/site-packages/imgbased/plugins/core.py", line
> 358, in status
>     status.results.append(group().run())
>   File "/usr/lib/python2.7/site-packages/imgbased/plugins/core.py", line
> 385, in check_thin
>     pool = self.app.imgbase._thinpool()
>   File "/usr/lib/python2.7/site-packages/imgbased/imgbase.py", line 120,
> in _thinpool
>     return LVM.Thinpool.from_tag(self.thinpool_tag)
>   File "/usr/lib/python2.7/site-packages/imgbased/lvm.py", line 227, in
> from_tag
>     assert len(lvs) == 1
> AssertionError
>
>
>
> Under this link you can find a tab to upgrade the hosts. Instead of
> https://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fresources.ovirt.org%2Fpub%2Fyum-repo%2Fovirt-release42.rpm&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936580031&sdata=b5b5roNp795i0AWvUqTNsS%2FJ9RJ6DHM%2FcOZg5rwxiBs%3D&reserved=0>
> You can use https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fresources.ovirt.org%2Fpub%2Fyum-repo%2Fovirt-release43.rpm&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936590027&sdata=BOE0YfK%2F%2FEPkKc8723INi4Y375we1HkkKlclLYsMpx8%3D&reserved=0>
>
> Regards
> Parth Dhanjal
>
> On Mon, Jan 13, 2020 at 11:44 PM <jingjie.ji...@oracle.com> wrote:
>
> Hello,
>
> By following the instruction at
> https://www.ovirt.org/documentation/upgrade-guide/appe-Manually_Updating_Hosts.html
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fdocumentation%2Fupgrade-guide%2Fappe-Manually_Updating_Hosts.html&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936590027&sdata=vZZOePa9JzFJ6NAZDLzF0SPtsny6c8NcoWcIAmZCnv0%3D&reserved=0>,
> I tried to upgrade host from 4.2.8(CentOS 7.6) to 4.3.7.
> After the reboot, the host still running 4.2.8 vdsm.
>  # rpm -qa | grep vdsm
> vdsm-common-4.20.46-1.el7.noarch
> vdsm-yajsonrpc-4.20.46-1.el7.noarch
> vdsm-hook-vhostmd-4.20.46-1.el7.noarch
> vdsm-4.20.46-1.el7.x86_64
> vdsm-client-4.20.46-1.el7.noarch
> vdsm-python-4.20.46-1.el7.noarch
> vdsm-hook-fcoe-4.20.46-1.el7.noarch
> vdsm-network-4.20.46-1.el7.x86_64
> vdsm-jsonrpc-4.20.46-1.el7.noarch
> vdsm-hook-vmfex-dev-4.20.46-1.el7.noarch
> vdsm-http-4.20.46-1.el7.noarch
> vdsm-api-4.20.46-1.el7.noarch
> vdsm-hook-ethtool-options-4.20.46-1.el7.noarch
> vdsm-hook-openstacknet-4.20.46-1.el7.noarch
> [root@ovs260 ~]#
>
>
> Looks like the upgrade did not take place as expected.
> Any clue?
>
> Thanks in advance,
> Jingjie
> _______________________________________________
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fsite%2Fprivacy-policy%2F&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936600024&sdata=A4W8ldKqmn%2BMDBJVcJrROnmwrWE6V2aIyi8X8al4%2Fws%3D&reserved=0>
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.org%2Fcommunity%2Fabout%2Fcommunity-guidelines%2F&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936600024&sdata=3XOwctq81Fgfa5ceW65ihkw%2FV7GqHCI64S3xK%2F2xI9Y%3D&reserved=0>
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/BLE3M55EMIDECUEZ6XWIFYNRHGDYO7RA/
> <https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ovirt.org%2Farchives%2Flist%2Fusers%40ovirt.org%2Fmessage%2FBLE3M55EMIDECUEZ6XWIFYNRHGDYO7RA%2F&data=02%7C01%7Cp.staniforth%40leedsbeckett.ac.uk%7C9ac3f12e79584ad9d21108d7993f68d1%7Cd79a81124fbe417aa112cd0fb490d85c%7C0%7C0%7C637146369936610018&sdata=fADsvqyOO4NrtdlF7NanrwWPp%2FR2hCcZUP6a2c%2Fj6NI%3D&reserved=0>
>
> To view the terms under which this email is distributed, please go to:-
> http://leedsbeckett.ac.uk/disclaimer/email/
>
> _______________________________________________
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/7KEV2N5X7L5GWH27MND3YHOMVJAEXHTW/
>
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OTJGILM7UFJKAWGQVQVAJIVCPWN757O2/

Reply via email to