Re: Bad Gateway buhaa
by Dominik Holler
On Fri, 5 Jul 2019 06:36:15 +0000
"Vrgotic, Marko" <M.Vrgotic(a)activevideo.com> wrote:
> Thank you Dominik,
>
> I will look into ovn-provider configuration than.
>
It is step 8 in
https://www.ovirt.org/documentation/admin-guide/chap-External_Providers.h...
> Where can I found some more technical information on ovn-provider (is it in any way related to openvswitch) and how it’s utilized by oVirt? I am talking besides oVirt online documentation.
>
Happy you ask!
We have created the document
https://github.com/oVirt/ovirt-provider-ovn/blob/master/docs/provider_api...
and would be interested in your feedback, to improve it.
>
> — — —
> Met vriendelijke groet / Best regards,
>
> Marko Vrgotic
> Sr. System Engineer
> ActiveVideo
>
> Tel. +31 (0)35 677 4131
> email: m.vrgotic(a)activevideo.com
> skype: av.mvrgotic.se
> www.activevideo.com
> ________________________________
> From: Dominik Holler <dholler(a)redhat.com>
> Sent: Friday, July 5, 2019 8:06:29 AM
> To: Vrgotic, Marko
> Cc: users(a)ovirt.org
> Subject: Re: [ovirt-users] Bad Gateway buhaa
>
> On Thu, 4 Jul 2019 13:10:52 +0000
> "Vrgotic, Marko" <M.Vrgotic(a)activevideo.com> wrote:
>
> > 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 assigned to VM Guest instances and it has Default Gateway, working one 😊.
> > Why am I still seeing this message:
> >
> > 2019-07-04 12:53:08,991Z ERROR [org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-54) [2cfff521] Command 'org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand' failed: EngineException: (Failed with error Bad Gateway and code 5050)
> >
> > What am I doing wrong?
> >
>
>
> There seems to be a problem with the configuration of the
> ovirt-provider-ovn. If you do not want to use OVN networking, you can
> just disable the "Automatic Synchronization" of the ovirt-provider-ovn.
>
> > If you need more info or log data, just let me know.
> >
> > oVIrt 4.3.3
> >
> > Kindly awating your reply.
> >
> > Marko Vrgotic
> > ActiveVideo
>
3 years, 11 months
Bad Gateway buhaa
by 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 assigned to VM Guest instances and it has Default Gateway, working one 😊.
Why am I still seeing this message:
2019-07-04 12:53:08,991Z ERROR [org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand] (EE-ManagedThreadFactory-engineScheduled-Thread-54) [2cfff521] Command 'org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand' failed: EngineException: (Failed with error Bad Gateway and code 5050)
What am I doing wrong?
If you need more info or log data, just let me know.
oVIrt 4.3.3
Kindly awating your reply.
Marko Vrgotic
ActiveVideo
3 years, 11 months
How to set custom VM property in ovirt ?
by 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=<regex>'
I tried below regex but server throw 500 error code after setting property.
regex =(^[a-z_A-Z0-9]+:[0-9]+\;)+$
And even if match entire contain as string that also fine for me.
Please please help me.
Thanks,
~Rohit
3 years, 11 months
Re: Anaconda crashing on start while trying to Install oVirt Node on bare metal
by 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 controlled from lvm) can easily be recovered on any type of linux (as long as it is not too old ofc) and do not have the minuses of the fake raid.
Best Regards,
Strahil NikolovOn Jul 4, 2019 13:41, rubentrindade(a)live.com wrote:
>
> 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 bios. Maybe poor wording on my side.
>
> The thing is, as soon as I try to create partitions/LVMs it returns me an error. Here's the three different outputs:
> LVM Thin Provisioning https://i.imgur.com/tfbi0oo.jpg (curiously, it's the same output error as when it crashed)
> LVM https://i.imgur.com/nJXo3aK.jpg
> Standard Partition https://i.imgur.com/j6gNRpo.jpg
>
> After taking the screenshots above, I tried the same process using a CentOS7 minimal image on text mode to see the output, and there's no error output what so ever.
> Out of curiosity, I tried with a 4.3.3 ovirt node image and I had similar error as above(above I'm using 4.3.4) with a slight different wording, but still the same issue.
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/23EXVASBCCE...
3 years, 11 months
Re: lvm agregation of lun in a storage domain
by 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 <blanchet(a)abes.fr> wrote:
>
> 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 Informatiques
>
> 227 avenue Professeur-Jean-Louis-Viala
>
> 34193 MONTPELLIER CEDEX 5
>
> Tél. 33 (0)4 67 54 84 55
>
> Fax 33 (0)4 67 54 84 14
>
> blanchet(a)abes.fr
3 years, 11 months
Can't unsubscribe myself from here
by csi-laser@cisco.com
Hi,
I sent a mail in order to unsubsribe my mailer team "csi-laser(a)cisco.com", and I'm still getting e-mails.
I already sent mails to "'users-leave(a)ovirt.org'
Who should I talk more in order it'll stop ??
3 years, 11 months
lvm agregation of lun in a storage domain
by 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 Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5
Tél. 33 (0)4 67 54 84 55
Fax 33 (0)4 67 54 84 14
blanchet(a)abes.fr
3 years, 11 months
console issue after installing 3rd party certificate
by ada per
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, it comes up with error cannot connect to graphic server and libvirt uri:none.
any advice will be greatly appreciated
3 years, 11 months
Issue adding Network to host with Python SDK
by Don Dupuis
I am having issue with adding network to host nic with python SDK. It works
just fine using the portal GUI. I have the following:
bond0 that is setup as mode 4
bond0.120 that is attached to ovirtmgmt network
bond0.96 that I am trying to attach a new installed network called External.
Below is a code snippet of what I am trying to do:
hosts_service = connection.system_service().hosts_service()
host = hosts_service.list(search='name=%s' % HOSTNAME)[0]
host_service = hosts_service.host_service(host.id)
hostnics_service = hosts_service.host_service(host.id).nics_service()
n = None
for n in hostnics_service.list():
if n.name == 'bond0.96':
n_id = n.id
print("n is %s" % n_id)
system_service = connection.system_service()
networks_service = connection.system_service().networks_service()
network = networks_service.list(
search='name=External and datacenter=%s-local' % HOSTNAME) [0]
print ("Network name is %s" % network.name)
print ("Network id is %s" % network.id)
net_attachments_service = host_service.network_attachments_service()
net_attachment = net_attachments_service.add(
types.NetworkAttachment(
network=types.Network(id=network.id),
host_nic=types.HostNic(name='bond0.96')
),
),
I will end up with an error of
File "./add_host_py", line 193, in Add_External_network
host_nic=types.HostNic(name='bond0.96')
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line
15441, in add
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 98,
in _check_fault
Service._raise_error(response, fault)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 71,
in _raise_error
raise Error(msg)
ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is
"[Cannot setup Networks. The attachment of network 'External' references
vlan device 'bond0.96'. Network attachment cannot reference vlan device.]".
HTTP response code is 400.
Can someone guide me on what I am doing wrong or not understanding with the
NetworkAttachment Service?
Thanks
Don
3 years, 11 months
Spice console very poor performance for Windows 10 vm
by Leo David
Hello Everyone,
Maybe I am something wrong, but spice console seem to be very laggy and
slow for windows 10 vms. I have tried both qxl and qxl-dod drivers, but no
luck so far...
As a notice, the Win 2012R2 vm console is running fine, the problem seems
to only affect Windows 10.
Any ideas, what should I do to sort this out ?
Thank you very much !
Leo
--
Best regards, Leo David
3 years, 11 months