Re: Upgrade from 4.3.5 rc5 to 4.3.6 rc5 strange errors
by Strahil
Hm... It seems that I missed the complain about libibverbs.so.1 which is part of package libibverbs-22.1-3.el7.x86_64 .
Once I have deployed that, no more issues are observed.
I guess there is a missing dependency.
Best Regards,
Strahil NikolovOn Sep 18, 2019 19:57, Strahil <hunter86_bg(a)yahoo.com> wrote:
>
> Hello Community,
>
> I was waiting for 7.7 to come up before I upgrade my lab.
>
> The engine got upgraded without issues, same for OS - but after the system powered up I receive the following:
>
> [root@ovirt1 ~]# ssh engine
> root@engine's password:
> Last login: Wed Sep 18 19:48:32 2019 from ovirt1.localdomainnet_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
> net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5)
> PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
> PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4)
> net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
> net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5)
> PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
> PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4)
> [root@engine ~]#
>
> Anyone else experiecing this ?
> I can't find libmlx4 or libmlx5 in the repos.
>
> P.S.: I have a gluster snapshot, so I can rollback if needed.
> For now I will postpone my hosts' upgrade.
>
> Best Regards,
> Strahil Nikolov
5 years, 2 months
no hosted engine deploy while adding new host (oVirt 4.3.5)
by lars.stolpe@bvg.de
I tryed to add a new host to my oVirt environment. I remember a checkbox whether the engine HA wil depoyed or not in oVirt 4.1.
Now the environmentist oVirt 4.3.5. In the add host dialog windows I cant find that option anymore. In edit window after host installation ther ist also no hosted engine tab.
hosted-engine --deploy don't ask, if it is an additional host (like it used to in 4.1), so it will install a new engine instead of depoying the existing engine.
Is there a new way of depoying the engine HA to additional hosts?
5 years, 2 months
Find MAC for VM
by Colin Coe
Hi all
I've got the following Python snippet which works fine under 4.3 but I need
it to work under 4.1 as well.
---
nics_service = vms_service.vm_service(vm.id).nics_service()
nic = nics_service.list(search='name=nic1')[0]
---
Under 4.1, it barfs on "nics_service.list(search='name=nic1')[0]".
What do I need to do to make it work under 4.1?
Thanks
5 years, 2 months
Re: Changing ISO domains
by Strahil
ISO domains are deprecated.
I guess you can upload to regular data domains.
Best Regards,
Strahil NikolovOn Sep 17, 2019 16:50, Mark Steele <msteele(a)telvue.com> wrote:
>
> Hello,
>
> I recently removed our ISO domain from out cluster (oVirt Engine Version: 3.5.0.1-1.el6) because it was on a storage location we no longer want to use.
>
> I am now not clear on how to add the new ISO domain in. I created a new ISO domain type via storage and pointed to an NFS share on the new storage, however it does not behave as I anticipated (I cannot see ISO's when creating new VM's)
>
> I suspect I missed a step - how are new ISO domains added to a cluster?
>
> Mark
>
> ***
> Mark Steele
> CIO / VP Technical Operations | TelVue Corporation
> TelVue - We Share Your Vision
> 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
> 800.885.8886 x128 | msteele@telvue.com | http://www.telvue.com
> twitter: http://twitter.com/telvue | facebook: https://www.facebook.com/telvue
5 years, 2 months
ovirt-imagio-proxy upload speed slow
by Dev Ops
I am working on integrating a backup solution for our ovirt environment and having issues with the time it takes to backup the VM's. This backup solution is simply taking a snapshot and making a clone and backing the clone up to a backup server.
A VM that is 100 gig takes 52 minutes to back up. The same VM doing a file backup using the same product, and bypassing their rhv plugin, takes 14 minutes. So the throughput is there but the ovirt imageio-proxy process seems to be what manages how images are uploaded and is officially my bottle neck. Load is not high on the engine or kvm hosts.
I had bumped up the Upload image size from 100MB to 10gig weeks ago and that didn't seem to help.
[root@blah-lab-engine ~]# engine-config -a |grep Upload
UploadImageChunkSizeKB: 10240000 version: general
[root@bgl-vms-engine ~]# rpm -qa |grep ovirt-image
ovirt-imageio-proxy-1.4.6-1.el7.noarch
ovirt-imageio-common-1.4.6-1.el7.x86_64
ovirt-imageio-proxy-setup-1.4.6-1.el7.noarch
I have seen bugs reported to redhat about this but I am running above the affected releases.
engine software is 4.2.8.2-1.el7
Any idea what we can tweak to open up this bottleneck?
5 years, 2 months
Re: Changing ISO domains
by Strahil
Yes.
But check SELINUX and DAC permissions.
Best Regards,
Strahil NikolovOn Sep 17, 2019 18:04, Mark Steele <msteele(a)telvue.com> wrote:
>
> OK - so if I put them in the 1111-11111... directory with scp that should work?
>
>
> ***
> Mark Steele
> CIO / VP Technical Operations | TelVue Corporation
> TelVue - We Share Your Vision
> 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
> 800.885.8886 x128 | msteele@telvue.com | http://www.telvue.com
> twitter: http://twitter.com/telvue | facebook: https://www.facebook.com/telvue
>
>
> On Tue, Sep 17, 2019 at 10:57 AM Derek Atkins <derek(a)ihtfp.com> wrote:
>>
>> If you push down a level or two you'll see your .iso files.
>> I just scp them directly in.
>> -derek
>>
>>
>> On Tue, September 17, 2019 10:52 am, Mark Steele wrote:
>> > Additional information:
>> >
>> > The directory for the domain appear to have been created properly so I am
>> > not clear on why the upload from the ovirt engine is failing:
>> > drwxr-xr-x. 3 36 36 88 Sep 17 10:40 .
>> > drwxr-xr-x. 5 36 36 126 Oct 17 2018 ..
>> > drwxr-xr-x. 4 36 36 46 Sep 17 10:40 bdd2a547-dde9-4248-b2de-ae67063da8e4
>> > -rwxr-xr-x. 1 36 36 0 Sep 17 10:50 __DIRECT_IO_TEST__
>> > [root@phl-tevestore-01 iso-store]#
>> >
>> > ***
>> > *Mark Steele*
>> > CIO / VP Technical Operations | TelVue Corporation
>> > TelVue - We Share Your Vision
>> > 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
>> > 800.885.8886 x128 | msteele(a)telvue.com | http://www.telvue.com
>> > twitter: http://twitter.com/telvue | facebook:
>> > https://www.facebook.com/telvue
>> >
>> >
>> > On Tue, Sep 17, 2019 at 10:46 AM Mark Steele <msteele(a)telvue.com> wrote:
>> >
>> >> I was not using the uploader - I have the new domain active and attached
>> >> now.
>> >>
>> >> I am attempting to upload the iso using the following command:
>> >>
>> >> engine-iso-uploader --iso-domain=phl-iso-03 upload
>> >> ./windows-server-2012.iso
>> >>
>> >> Unfortunately I keep getting this error:
>> >>
>> >> Uploading, please wait...
>> >> ERROR: mount.nfs: Connection timed out
>> >>
>> >>
>> >>
>> >> ***
>> >> *Mark Steele*
>> >> CIO / VP Technical Operations | TelVue Corporation
>> >> TelVue - We Share Your Vision
>> >> 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
>> >> 800.885.8886 x128 | msteele(a)telvue.com | http://www.telvue.com
>> >> twitter: http://twitter.com/telvue
5 years, 2 months
Re: Disaster recovery active-active question
by Strahil
We use Active-Active Hp XP replication between 2 DCs for our VmWare Clusters.
I guess you can use the same replication for oVirt or even Hyper-V.
Best Regards,
Strahil NikolovOn Sep 17, 2019 14:30, wodel youchi <wodel.youchi(a)gmail.com> wrote:
>
> Hi,
>
> On the active-active DR, in the documentation it is said :
> "You require replicated storage that is writeable on both sites to allow virtual machines to migrate between sites and continue running on the site’s storage."
>
> I know that it's not a direct oVirt question, but if someone has implemented this ...
>
> Which type of storage that can offer both real time synchronization and read/write on both ends on the replicated volumes?
>
>
> Regards.
5 years, 2 months
GFS/GFS2
by marzoccafabio@gmail.com
Is GFS/GFS2 supported by oVirt as shared storage?
5 years, 2 months
FW: user role
by Staniforth, Paul
Hi Kim,
If you add them to a group in AD then add the users and group to oVirt you can add the permissions to the group.
Then add the VmCreator and DiskProfileUser to the Datacenter.
Add the UserTemplateBasedVM permission to any templates you want them to be able to use
Add the VnicProfileUser permission to any vNIC profiles they should have access ( make sure public isn't enabled on any vNIC profiles you don't want them to have access to)
When they create a VM they will then get UserVmManager permission and the DiskOperator permissions on any disks.
This means they should be able to do all 1 to 8 for their own VMs and also delete their VMs and Disks.
Paul Staniforth
To view the terms under which this email is distributed, please go to:-
http://leedsbeckett.ac.uk/disclaimer/email/
5 years, 2 months
Changing ISO domains
by Mark Steele
Hello,
I recently removed our ISO domain from out cluster (oVirt Engine Version:
3.5.0.1-1.el6) because it was on a storage location we no longer want to
use.
I am now not clear on how to add the new ISO domain in. I created a new ISO
domain type via storage and pointed to an NFS share on the new storage,
however it does not behave as I anticipated (I cannot see ISO's when
creating new VM's)
I suspect I missed a step - how are new ISO domains added to a cluster?
Mark
***
*Mark Steele*
CIO / VP Technical Operations | TelVue Corporation
TelVue - We Share Your Vision
16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
800.885.8886 x128 | msteele(a)telvue.com | http://www.telvue.com
twitter: http://twitter.com/telvue | facebook:
https://www.facebook.com/telvue
5 years, 2 months