oVirt 4.3.5.1 failed to configure management network on the host
by Mitja Pirih
Hi,
I am trying to deploy hosted engine on Ovirt Node 4.3.5.1 and I am
getting: ovirt failed to configure management network on the host. I am
pretty sure the problem lies in my network config that is actually
working quite nice.
My current network config is:
team0:
- Switch1: bond0 (LACP): eno1,eno3
- Switch2: bond1 (LACP): eno2,eno4
Switch1 and switch2 are interconnected by a different LAG group.
Current network config was tested against all kinds of failures, nic
port failure, switch failure...etc...and it works. Although I am open to
suggestions how to implement high availability with high throughput.
By default on hosted engine deployment team0 is selected as bridge
interface.
Br,
Mitja
Logs:
=== supervdsm.log: https://pastebin.com/raw/bijW7uhi
=== vdsm.log part1: https://pastebin.com/raw/BYGsieCw
=== vdsm.log part2: https://pastebin.com/raw/rgzQCDjw
5 years, 3 months
distribute storage domains
by Jason M. Stallings
Hello
I'm trying to figure out a way to automatically distribute our storage
domain occupation evenly or at least avoid them getting full. We have a lot
of users creating vms and they seem to select the first available storage
domain, thus one is nearly full and the rest are barely used.
Is there a way to accomplish that?
Thank you
Jason
5 years, 3 months
Not able to import vm from kvm host
by Crazy Ayansh
Hi Team,
I am trying to convert/import few vm from KVM to ovirt but i am getting
below error message.
Aug 7 15:56:11 IONDELSVR46 journal: authentication failed: Failed to start
SASL negotiation: -20 (SASL(-13): user not found: unable to canonify user
and get auxprops)
Aug 7 15:56:11 IONDELSVR46 journal: authentication failed: authentication
failed
Please help!
Thanks
Shashank
5 years, 3 months
(no subject)
by Crazy Ayansh
Hi Team,
I am trying to convert/import few vm from KVM to ovirt but i am getting
below error message.
Aug 7 15:56:11 IONDELSVR46 journal: authentication failed: Failed to start
SASL negotiation: -20 (SASL(-13): user not found: unable to canonify user
and get auxprops)
Aug 7 15:56:11 IONDELSVR46 journal: authentication failed: authentication
failed
Please help!
Thanks
Shashank
5 years, 3 months
port_security in external networks-API
by ada per
Hello everyone,
I have the following python script that creates an external network, but now after updating ovirt a new option "network port security" exists that is set as enabled by default.
How can i disable the network port security?
thanks!! :)
networks_service = connection.system_service().networks_service()
# Use the "add" method to create new VM logical network in data center
network = networks_service.add(
network=types.Network(
name= ext_net_name,
description='Network for testing API',
data_center=types.DataCenter(
name='Default'
),
usages=[types.NetworkUsage.VM],
external_provider=types.OpenStackNetworkProvider(
id=provider.id
)
),
5 years, 3 months
hosted engine installation / multipath / iscsi
by Michael Frank
Hi,
since several days i try to install the hosted engine initially to an iscsi multipath device without success.
Some information on the environment:
- Version 4.3.3
- using two 10gbe interfaces as single bond for the ovirtmgmt interface
- using two 10gbe storage interfaces on each hypervisor for iscsi storage
-- each storage interface is configured without any bonding, etc
-- each storage interface lives in a separate vlan were also the iscsi Portals/target are available, the iscsi portals have 4x10ge interfaces each, (2 in vlan xx and 2 interfaces in vlan yy )
-- so; each storage interface is connected to two iscsi Portals via 4 interfaces
The documentation here is for me unclear:
https://ovirt.org/documentation/self-hosted/chap-Deploying_Self-Hosted_En...
>Note: To specify more than one iSCSI target, you must enable multipathing before deploying the self-hosted engine. There is also a Multipath >Helper tool that generates a script to install and configure multipath with different options.
This indicates for me that it should be possbile to install the HE directly on the /dev/mapper/mpath device which is availibale when I have prepared the host accordingly before installing the HE (log in to multiple iscsi targets, create proper multipath,conf, etc) - right ?
I login to the two iscsi portals and get in sum 8 pathes, 4 from each interface and iscsi target.
Basically I have then the mpath device on the hypervisor available and i can mount the mpath device and put data on it.
In the cockpit interface the mount can also be activated and is recognized correctly.
multipathd -ll and lsblk looks good. Everything seems to be fine.
But when I run the "hosted-engine" --deploy, the last option while running the assistant is to enter the iscsi data.
So, basically i just want to define my mpath device - when entering the data (ip, port)for the iscsi Portal I can see the 4 pathes of the single hosted Engine target,
and when i choose the path where the "lun" is finally available it fails. I think in general this option is not that what i want to have
here for using the multipath device.
I' m lost - what is the usual way to install the HE on a multipath device ?
Do i have to change the configuration of the storage interfaces or the iscsi network design?
Did I missed something obvious ?
Can I put in my multipath data into the answerfile to get rid of the last step of the assistant ?
Can I use the related ansible role for specify the Mpath device which is available when activating the multipath service ?
Is it not possible in general ?? :
https://bugzilla.redhat.com/show_bug.cgi?id=1193961
Sorry in advance for the long mail .... 1!^^
br,
michael
Sent from a mobile device
5 years, 3 months
Re: Linux VM keeps crashing on copying files "with lost communication with qemu"
by Strahil
Maybe the libvirtd < - > libgfapi communication is somehow broken.
I'm using FUSE and I have no issues, but my lab is not I/O intensive .
Have you noticed if the issue happens during I/O (for example - full backup) intensive load?
You can even try to stop using libgfapi and check if it happens again.
Best Regards,
Strahil NikolovOn Aug 3, 2019 00:39, Darrell Budic <budic(a)onholyground.com> wrote:
>
> I’ve been seeing similar issues lately (since upgrading to 4.3.4 and later) with gluster storage (and libgfapi), but haven’t pinned to anything particular yet. But libvirt seems to have some issues and vdsmd stops being able to poll disk usage. My VMs don’t crash or stop working, but they do report as ? in the management interface and can’t be migrated. Current work around is to restart libvirtd then vdsmd, occasionally restarting libvirtd restarts a VM (presumably the one that had broken some disk something…).
>
> Sorry I don’t have more info to go on, but I’ll update here if I get more on anything similar.
>
> -Darrell
>
> > On Aug 2, 2019, at 9:23 AM, kevin.doyle(a)manchester.ac.uk wrote:
> >
> > HI
> > I think it is a bug with qemu, and isci disks. Has anyone else seen this issue VM crashes and lost communication with qemu Can I update qemu ? if so what is the latest support version to use on Ovirt 4.3.2.1-1.el7 Current versions of qemu installed
> >
> > Installed Packages
> > qemu-img-ev.x86_64 10:2.12.0-18.el7_6.3.1
> > qemu-kvm-common-ev.x86_64 10:2.12.0-18.el7_6.3.1
> > qemu-kvm-ev.x86_64 10:2.12.0-18.el7_6.3.1
> >
> > Many thanks
> > Kevin
> > _______________________________________________
> > 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/FDMHYEJXRG6...
> _______________________________________________
> 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/ZAOILBQRM7X...
5 years, 3 months
oVirt- UX Research Study Participation
by Laura Wright
Hello!
The UX Research team at Red Hat is conducting a new oVirt study and is
looking to test out the usability of a few features in oVirt.
We are currently recruiting participants located in the United States and
internationally. If you are interested, please use this calendar to sign up
for a spot:
https://calendar.google.com/calendar/selfsched?sstoken=UUhJcjBDd09oOXg5fG...
The study is open to international participants but getting compensated is
only available to US based participants currently.
For this study, you will be required to use FireFox and allow your screen
and audio to be recorded. This study should only take about 45 minutes to
complete and will be conducted via Bluejeans. All data will be totally
anonymous and viewed only by the UX research team. As a token of our
gratitude, we will be providing you with an Amazon gift card to compensate
you for your time. Your feedback will help us make the project better!
Thank you in advance for your time!
Please let me know if you have any questions.
Thank you,
Sara Chizari & Laura Wright
--Red Hat UXD
Laura Wright
She/Her/Hers
UXD Team
Red Hat Massachusetts <https://www.redhat.com/>
314 Littleton Rd
lwright(a)redhat.com
<https://www.redhat.com/>
5 years, 3 months
4.3.5.1 failed deployment SSL ovn errors
by Vincent Royer
I had a failed HCI replica 3 deployment, a fresh 4.3.5.1 install. I fixed
some things, ran the cleanup script and rebooted.
The first host's logs are now full of:
ovs|00330|stream_ssl|ERR|Certificate must be configured to use SSL
ovn-controller
ovs|00329|stream_ssl|ERR|Private key must be configured to use SSL
ovn-controller
ovs|00328|stream_ssl|ERR|Certificate must be configured to use SSL
ovn-controller
ovs|00327|stream_ssl|ERR|Private key must be configured to use SSL
ovn-controller
how do I fix that?
5 years, 3 months
bond for vm interfaces
by Edoardo Mazza
Hello everyone,
I need to create a bond for vm interfaces but I don't kown what is the best
solution, you can help me?
Thanks
Edoardo
5 years, 3 months