[ovirt-users] Re: How to set custom VM property in ovirt ?

2019-07-04 Thread TranceWorldLogic .
Hi, If anyone stuck like me then below is solution for this : => ^[a-z_A-Z0-9]+=\d+(,[a-z_A-Z0-9]+=\d+)*$ [a-z_A-Z0-9]+ => this indicate match for string. here + mean multiple character . = => as ":" was not shown in engine-config suggesion I used '=' as seperator. \d+ => any number. + indicate

[ovirt-users] Regarding VDSM_Hooks

2019-07-04 Thread Vrgotic, Marko
Dear oVIrt, Happy to report I have deployed my first python vdsm_hook which removes A, , TXT records of VM each time after_vm_destroy event is triggered, and it works fine. This was required to be able to quickly redploy/rebuild VMs using same hostname. Issue I am observing/just discovered

[ovirt-users] Bad Gateway buhaa

2019-07-04 Thread Vrgotic, Marko
Dear oVIrt, Although it should be simple, I am failing to understand the connection between Default Gateway setting and Bad Gateway issue. On which network I need to set default gateway: Our ovirtmgmt is set not to be used by Guest VMs, only Hosted-Engine. We have tenant1 network which is

[ovirt-users] Re: Anaconda crashing on start while trying to Install oVirt Node on bare metal

2019-07-04 Thread Strahil
If you don't have a raid controller with battery-backed cache - disable the raid in bios. Fake raids are just like software raid, use the cpu for calculations and could be a potential problem if the Motherboard dies. Software raid (controlled by mdadm) and lvm raid (sane driver but

[ovirt-users] Re: lvm agregation of lun in a storage domain

2019-07-04 Thread Strahil
I think the simplest way is to get a new LUN and migrate the VM disks to it. Once the 2 old LUNs are free - you can release them both. Best Regards, Strahil NikolovOn Jul 4, 2019 12:06, Nathanaël Blanchet wrote: > > Hello > > We made a mistake at the conception of our storage domain and we

[ovirt-users] Re: iptables with 4.3+?

2019-07-04 Thread Darrell Budic
I’m in the same boat, puppet managing iptables rules, and was able to continue forcing it on my 4.3.x ovirt systems. Engine-setup complains all the time, but so far it hasn’t broken anything. -Darrell > On Jul 4, 2019, at 9:38 AM, Jordan Conway wrote: > > Hello, > I'm working on migrating

[ovirt-users] Re: Managed Block Storage

2019-07-04 Thread dan . poltawski
> Can you provide logs? mainly engine.log and cinderlib.log > (/var/log/ovirt-engine/cinderlib/cinderlib.log If I create two volumes, the first one succeeds successfully, the second one hangs. If I look in the processlist after creating the second volume which doesn't succceed, I see the

[ovirt-users] iptables with 4.3+?

2019-07-04 Thread Jordan Conway
Hello, I'm working on migrating an existing ovirt setup to a new hosted-engine setup and I've been seeing messages about iptables support being deprecated and slated to be removed. Can I continue using iptables to manage the firewalls on my ovirt hosts if I don't care about allowing ovirt to

[ovirt-users] How to set custom VM property in ovirt ?

2019-07-04 Thread TranceWorldLogic .
Hi, I want to set custom vm property as shown below testme = String1:45;String2:67; I know engine-config command to run in ovirt, but not able to construct regular expresion. Please help me. engine-config -s UserDefinedVMProperties='multiq=' I tried below regex but server throw 500 error code

[ovirt-users] Re: Managed Block Storage

2019-07-04 Thread Benny Zlotnik
On Thu, Jul 4, 2019 at 1:03 PM wrote: > I'm testing out the managed storage to connect to ceph and I have a few > questions: * Would I be correct in assuming that the hosted engine VM needs > connectivity to the storage and not just the underlying hosts themselves? > It seems like the cinderlib

[ovirt-users] Re: Anaconda crashing on start while trying to Install oVirt Node on bare metal

2019-07-04 Thread rubentrindade
So, following your advise, what I did was "dd status=progress if=/dev/zero of=/dev/sda count=1" and that did indeed fix the anaconda starting up issue. By the way, when I said mirrored, it's raid 1, so if I do to one, I do on both at the same time. The raid is being done and managed on the

[ovirt-users] Re: lvm agregation of lun in a storage domain

2019-07-04 Thread Fred Rolland
Yes, you need to put the Storage Domain in maintenance. Then you will have a "Remove button" on the LUN row like this: https://imgur.com/a/9bZNz On Thu, Jul 4, 2019 at 12:13 PM Nathanaël Blanchet wrote: > Hello > > We made a mistake at the conception of our storage domain and we > aggreggated

[ovirt-users] Managed Block Storage

2019-07-04 Thread dan . poltawski
I'm testing out the managed storage to connect to ceph and I have a few questions: * Would I be correct in assuming that the hosted engine VM needs connectivity to the storage and not just the underlying hosts themselves? It seems like the cinderlib client runs from the engine? * Does the

[ovirt-users] Can't unsubscribe myself from here

2019-07-04 Thread csi-laser
Hi, I sent a mail in order to unsubsribe my mailer team "csi-la...@cisco.com", and I'm still getting e-mails. I already sent mails to "'users-le...@ovirt.org' Who should I talk more in order it'll stop ?? ___ Users mailing list -- users@ovirt.org To

[ovirt-users] lvm agregation of lun in a storage domain

2019-07-04 Thread Nathanaël Blanchet
Hello We made a mistake at the conception of our storage domain and we aggreggated two FC luns like so: We need to retrieve one of the two luns for other use, is there a way to easy detach one of the two luns from the VG ? -- Nathanaël Blanchet Supervision réseau Pôle Infrastrutures

[ovirt-users] Fwd: console issue after installing 3rd party certificate

2019-07-04 Thread ada per
> On 2 Jul 2019, at 16:16, ada per wrote: > > Hello Everyone, > > I followed the instructions on installing a 3rd party certificate on hosted engine. > The certificate is installed properly and in all the correct paths, everything seems to be working fine but i cannot access teh spice console

[ovirt-users] Re: Issue adding Network to host with Python SDK

2019-07-04 Thread Joey Ma
Hi Don, so glad to see it worked. :) On Wed, Jul 3, 2019 at 11:42 PM Don Dupuis wrote: > Joey > The setup_networks/modified_network_attachments methods took care of my > issue. > > Thanks > Don > > On Wed, Jul 3, 2019 at 8:15 AM Don Dupuis wrote: > >> Thanks, I will check it out. >> >> On Wed,