[ovirt-users] Re: [ovirt-devel] Re: how to UI/API certificates with a valid one (ex: let's encrypt) ? ( as open shift required one )

2022-01-25 Thread Guillaume Pavese
Hello,
I too have a problem using custom cert with OCP provisioning on oVirt

I followed the following documentation to update the default cert with my
letsencrypt one :

https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/administration_guide/appe-red_hat_enterprise_virtualization_and_ssl

This documentation is similar to the one linked by Yedidyah Bar David :
https://www.ovirt.org/documentation/administration_guide/index.html#appe-Red_Hat_Enterprise_Virtualization_and_SSL

After following these steps, I can verify in my browser that the engine is
now behind the new custom certificate from letsencrypt.

However, the old certificate is still served by the url :
https://engine.fqdn/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA

When running openshift-install create install-config, the certificate that
is automaticlly retrived from engine.fqdn:443 is the old one, not the new
custom one.

Are there missing steps in the above procedures?

Best,

Guillaume Pavese
Ingénieur Système et Réseau
Interactiv-Group


On Tue, Jan 25, 2022 at 1:57 AM Sandro Bonazzola 
wrote:

>
>
> Il giorno dom 23 gen 2022 alle ore 08:15 Eric Tiquet <
> eric.tiq...@gmail.com> ha scritto:
>
>> Hello community,
>> Would like to use ovirt & openshift, a this might be trivial but I am
>> juste blocked at 'step two'.
>> (As openshift refuse to use the ovirt without valid certificates and the
>> insecure workaround does'not work)
>>
>> I can't find any usefull information to setup the UI/API certificates. (
>> ex: there is no apache...)
>> Could someone please point me to the correct tuto's or instruction ?
>>
>
> This is the development mailing list. For looking for help on oVirt, I
> recommend asking on user mailing list instead:
> https://lists.ovirt.org/archives/list/users@ovirt.org/ .
> I assume you are following
> https://docs.okd.io/4.9/installing/installing_rhv/installing-rhv-default.html
>
> If the documentation there is not clear enough, I would recommend opening
> an issue on https://github.com/openshift/openshift-docs/issues or
> discussing it on https://github.com/openshift/okd/discussions
>
>
>
>>
>> With kind regards,
>> Eric
>> ___
>> Devel mailing list -- de...@ovirt.org
>> To unsubscribe send an email to devel-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/de...@ovirt.org/message/A6S264FUJVUNOPGQAA73Y54CWTM6FVJ3/
>>
>
>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
>
> *Red Hat respects your work life balance. Therefore there is no need to
> answer this email out of your office hours.*
>
>
> ___
> Devel mailing list -- de...@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/de...@ovirt.org/message/Y4XAESPURFI2T3NW34QJUHARWWC3UIPQ/
>

-- 


Ce message et toutes les pièces jointes (ci-après le “message”) sont 
établis à l’intention exclusive de ses destinataires et sont confidentiels. 
Si vous recevez ce message par erreur, merci de le détruire et d’en avertir 
immédiatement l’expéditeur. Toute utilisation de ce message non conforme a 
sa destination, toute diffusion ou toute publication, totale ou partielle, 
est interdite, sauf autorisation expresse. L’internet ne permettant pas 
d’assurer l’intégrité de ce message . Interactiv-group (et ses filiales) 
décline(nt) toute responsabilité au titre de ce message, dans l’hypothèse 
ou il aurait été modifié. IT, ES, UK.  

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZN7DJKQ2GAFGYICRSSE5JZFZLAEALY2Q/


[ovirt-users] Re: What happened to oVirt engine-setup?

2022-01-25 Thread Yedidyah Bar David
On Tue, Jan 25, 2022 at 8:57 PM Nir Soffer  wrote:
>
> On Tue, Jan 25, 2022 at 7:21 PM Richard W.M. Jones  wrote:
> >
> > On Tue, Jan 25, 2022 at 06:37:24PM +0200, Nir Soffer wrote:
> > > On Tue, Jan 25, 2022 at 5:46 PM Richard W.M. Jones  
> > > wrote:
> > > >
> > > > A while back I had oVirt 4.4.7 installed which I used for testing.
> > > > For some reason that installation has died in some way, so I'm trying
> > > > to install a fresh new oVirt 4.4.10.
> > > >
> > > > Last time I installed ovirt, it was very easy - I provisioned a couple
> > > > of machines, ran engine-setup in one, answered a few questions and
> > > > after a few minutes the engine was installed.

This is still the situation, if you install a "standalone" engine:

https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_manager_with_local_databases/index.html

> > > >
> > > > Somehow this has changed and now it's really far more complicated,
> > > > involving some ansible things and wanting to create VMs and ssh
> > > > everywhere.

Perhaps you tried a self-hosted engine installation?

https://www.ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_command_line/index.html

> > > >
> > > > Can I go back to the old/easy way of installing oVirt engine?  And if
> > > > so, what happened to the instructions for that?
> > >
> > > engine-setup still works, maybe you can give move details on what went 
> > > wrong?
> >
> > So I managed to dnf install /usr/bin/engine-setup.  When I ran it, it
> > wanted to connect to an external PostgreSQL server.  I'm pretty sure
> > that never happened last time.

Was that a clean machine, with no left-overs?

Do you see the connection attempts interactively, or only if you check
the setup log?

> >
> > TBH I'm also going to erase everything and start again because I've
> > been round several loops here already.

If the machine has cruft accumulated, this is often the simplest approach,
if you do not need the data there.

> >
> > Do we recommend RHEL or CentOS as the initial OS?
>
> For 4.4.10 your best option is RHEL 8.5.

At least in theory. Do you do this yourself? Heard of others doing it?
I personally only use, for development, either CentOS Stream 8 + oVirt,
or RHEL+RHV. Over the years we did get reports of people using RHEL+oVirt,
and also fixed a few bugs around this. But if not many people do, we'll
not hear about the problems, if any, so won't fix them...

>
> I'm not sure about the status of the RHEL clones (e.g. Rocky). In the past

We did get here a few reports about this. I didn't try this myself.
Generally speaking, it should work, with current master (4.5), and if
not, should be rather easy to patch/fix. Not sure about 4.4.

> they were missing the advanced virtualization packages, and could be
> installed using Centos advanced virtuatation packages which probably are not
> available now (EOL).

Not sure why you think so. Isn't that exactly the same thing people
are using when using CentOS? What's the difference? Indeed, if people
want to use Rocky/Alma/etc and insist on not using anything from CentOS,
they'll have to rebuild these manually, unless there is already a
relevant repo with these rebuilt on Rocky/Alma/etc., which I am not
aware of.

>
> If you cannot use RHEL, Centos Stream 8 is the only option. This is the
> version we test on in ovirt system tests.
>
> I don't know about any issue with Centos Stream 8 for engine host, but for
> hosts you are stuck with qemu-6.0, since qemu-6.1 is broken, and 6.2 is
> not available.

Indeed.

Best regards,
-- 
Didi
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6FFQO6CQO5AJQ22CBKOJKLOWBIJ567ZB/


[ovirt-users] Re: New oVirt setup with OVN : Hypervisor with LACP bond : queries

2022-01-25 Thread Ales Musil
On Tue, Jan 25, 2022 at 6:48 PM ravi k  wrote:

> >With those conditions you don't need to start any
> > service, everything should be running and the hosts installed
> > in the cluster will have tunnels ready on ovirtmgmt.
>
> Thanks for that. It is clear now. We have an existing oVirt setup with
> logical networks created. In order to test OVN we are going to add a new
> cluster with switch type as OVS and the default network provider as
> ovirt-provider-ovn. We will then add a host to this cluster.
>
> The section 14.2.7.5 mentions "You can create an external provider network
> that overlays a native Red Hat Virtualization network so that the virtual
> machines on each appear to be sharing the same subnet."
> Does this mean that we should always first create a native RHV network
> that talks to the physical network? Is it not possible for OVN to talk
> directly to the physical network by using the LACP bond configured in the
> physical host?
>

So bond and it's configuration has nothing to do with it, in other words
OVN does not care what the physical network is. The recommended way is to
have a RHV network which will be used for OVN.
This is due to the fact that we need to create a mapping on the host, so
OVN knows what bridge to use for this connection. Then the OVN network
created can use the "Connect to physical network" which
will connect the OVN network to the physical one.


> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/AHMBUFPAMNGNOCX47UCFZCDAJ3PKXLSR/
>


-- 

Ales Musil

Senior Software Engineer - RHV Network

Red Hat EMEA 

amu...@redhat.comIM: amusil

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6OUOWFBUAUOBGURKEX7RV54P236IUFAI/


[ovirt-users] Re: What happened to oVirt engine-setup?

2022-01-25 Thread Nir Soffer
On Tue, Jan 25, 2022 at 7:21 PM Richard W.M. Jones  wrote:
>
> On Tue, Jan 25, 2022 at 06:37:24PM +0200, Nir Soffer wrote:
> > On Tue, Jan 25, 2022 at 5:46 PM Richard W.M. Jones  
> > wrote:
> > >
> > > A while back I had oVirt 4.4.7 installed which I used for testing.
> > > For some reason that installation has died in some way, so I'm trying
> > > to install a fresh new oVirt 4.4.10.
> > >
> > > Last time I installed ovirt, it was very easy - I provisioned a couple
> > > of machines, ran engine-setup in one, answered a few questions and
> > > after a few minutes the engine was installed.
> > >
> > > Somehow this has changed and now it's really far more complicated,
> > > involving some ansible things and wanting to create VMs and ssh
> > > everywhere.
> > >
> > > Can I go back to the old/easy way of installing oVirt engine?  And if
> > > so, what happened to the instructions for that?
> >
> > engine-setup still works, maybe you can give move details on what went 
> > wrong?
>
> So I managed to dnf install /usr/bin/engine-setup.  When I ran it, it
> wanted to connect to an external PostgreSQL server.  I'm pretty sure
> that never happened last time.
>
> TBH I'm also going to erase everything and start again because I've
> been round several loops here already.
>
> Do we recommend RHEL or CentOS as the initial OS?

For 4.4.10 your best option is RHEL 8.5.

I'm not sure about the status of the RHEL clones (e.g. Rocky). In the past
they were missing the advanced virtualization packages, and could be
installed using Centos advanced virtuatation packages which probably are not
available now (EOL).

If you cannot use RHEL, Centos Stream 8 is the only option. This is the
version we test on in ovirt system tests.

I don't know about any issue with Centos Stream 8 for engine host, but for
hosts you are stuck with qemu-6.0, since qemu-6.1 is broken, and 6.2 is
not available.

Nir
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/S4BYUHWLBWVPFPEUX6HBZPAA3OMW5V57/


[ovirt-users] Re: New oVirt setup with OVN : Hypervisor with LACP bond : queries

2022-01-25 Thread ravi k
>With those conditions you don't need to start any
> service, everything should be running and the hosts installed
> in the cluster will have tunnels ready on ovirtmgmt.

Thanks for that. It is clear now. We have an existing oVirt setup with logical 
networks created. In order to test OVN we are going to add a new cluster with 
switch type as OVS and the default network provider as ovirt-provider-ovn. We 
will then add a host to this cluster.

The section 14.2.7.5 mentions "You can create an external provider network that 
overlays a native Red Hat Virtualization network so that the virtual machines 
on each appear to be sharing the same subnet."
Does this mean that we should always first create a native RHV network that 
talks to the physical network? Is it not possible for OVN to talk directly to 
the physical network by using the LACP bond configured in the physical host?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AHMBUFPAMNGNOCX47UCFZCDAJ3PKXLSR/


[ovirt-users] Re: What happened to oVirt engine-setup?

2022-01-25 Thread Richard W.M. Jones
On Tue, Jan 25, 2022 at 06:37:24PM +0200, Nir Soffer wrote:
> On Tue, Jan 25, 2022 at 5:46 PM Richard W.M. Jones  wrote:
> >
> > A while back I had oVirt 4.4.7 installed which I used for testing.
> > For some reason that installation has died in some way, so I'm trying
> > to install a fresh new oVirt 4.4.10.
> >
> > Last time I installed ovirt, it was very easy - I provisioned a couple
> > of machines, ran engine-setup in one, answered a few questions and
> > after a few minutes the engine was installed.
> >
> > Somehow this has changed and now it's really far more complicated,
> > involving some ansible things and wanting to create VMs and ssh
> > everywhere.
> >
> > Can I go back to the old/easy way of installing oVirt engine?  And if
> > so, what happened to the instructions for that?
> 
> engine-setup still works, maybe you can give move details on what went wrong?

So I managed to dnf install /usr/bin/engine-setup.  When I ran it, it
wanted to connect to an external PostgreSQL server.  I'm pretty sure
that never happened last time.

TBH I'm also going to erase everything and start again because I've
been round several loops here already.

Do we recommend RHEL or CentOS as the initial OS?

> When working with the current development version, sometimes
> upgrading engine fails and requires manual steps, or dropping
> reinstalling. But since you use a stable version it should always
> work.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/62B632U24FAL7JNKXFT6NABEWDPYBJ5X/


[ovirt-users] Re: What happened to oVirt engine-setup?

2022-01-25 Thread Nir Soffer
On Tue, Jan 25, 2022 at 5:46 PM Richard W.M. Jones  wrote:
>
> A while back I had oVirt 4.4.7 installed which I used for testing.
> For some reason that installation has died in some way, so I'm trying
> to install a fresh new oVirt 4.4.10.
>
> Last time I installed ovirt, it was very easy - I provisioned a couple
> of machines, ran engine-setup in one, answered a few questions and
> after a few minutes the engine was installed.
>
> Somehow this has changed and now it's really far more complicated,
> involving some ansible things and wanting to create VMs and ssh
> everywhere.
>
> Can I go back to the old/easy way of installing oVirt engine?  And if
> so, what happened to the instructions for that?

engine-setup still works, maybe you can give move details on what went wrong?

When working with the current development version, sometimes upgrading
engine fails and requires manual steps, or dropping reinstalling. But since you
use a stable version it should always work.

Nir
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/3FFANMC5T2W5RN5Q5DOX72GF4Z4FPXIP/


[ovirt-users] Re: Migration failed due to an Error: Fatal error during migration

2022-01-25 Thread Gunasekhar Kothapalli via Users
This helped to resolve the issue. thank you
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BLV4B5NKRWKZHQHK64LF6LLFKP4CIREQ/


[ovirt-users] Re: VM Migrations failing to newly upgraded host

2022-01-25 Thread Gunasekhar Kothapalli via Users
This helped to resolve the issue. thank you
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/W2VAHDIX6ICI6ZDBGKHDICZ6CGJPJX4Z/


[ovirt-users] What happened to oVirt engine-setup?

2022-01-25 Thread Richard W.M. Jones
A while back I had oVirt 4.4.7 installed which I used for testing.
For some reason that installation has died in some way, so I'm trying
to install a fresh new oVirt 4.4.10.

Last time I installed ovirt, it was very easy - I provisioned a couple
of machines, ran engine-setup in one, answered a few questions and
after a few minutes the engine was installed.

Somehow this has changed and now it's really far more complicated,
involving some ansible things and wanting to create VMs and ssh
everywhere.

Can I go back to the old/easy way of installing oVirt engine?  And if
so, what happened to the instructions for that?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JRF5MCC3VBZA7775XVH7PEOV5Z5SUUC4/


[ovirt-users] Re: Import an exported VM using Ansible

2022-01-25 Thread hserna74
Hello

Had you fixed the missing feature that you needed?

I would be pleased, if you could share the playbook with me. 

I'm trying to do someting similar, but I've got some problems to export vm to 
export domain

I could use your code like guide

Best regards
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FPXJAIGOVAKVIVV67Z3I5XMEK3DUPVL5/


[ovirt-users] Re: Migration failed due to an Error: Fatal error during migration

2022-01-25 Thread Liran Rotenberg
On Tue, Jan 25, 2022 at 10:36 AM Sandro Bonazzola 
wrote:

> Hi, can you please provide versions of the non-upgraded hosts, of the
> upgraded hosts  (I'm assuming you are using oVirt Node, if not, please
> provide the reports form `sos report -o rpm
> `) and of the engine?
>
> Il giorno mar 25 gen 2022 alle ore 02:49 Gunasekhar Kothapalli via Users <
> users@ovirt.org> ha scritto:
>
>>
>> I am able to power on vms on newly upgraded host, But not able to migrate
>> VMs from other
>> hosts to new host or newly upgraded hosts to other hosts. This was worked
>> fine before
>> upgraded.
>>
>> Host logs
>>
>> ==
>> Unable to read from monitor: Connection reset by peer
>> internal error: qemu unexpectedly closed the monitor:
>> 2022-01-24T17:51:46.598571Z
>> qemu-kvm: get_pci_config_device: Bad config >
>> 2022-01-24T17:51:46.598627Z qemu-kvm: Failed to load PCIDevice:config
>> 2022-01-24T17:51:46.598635Z qemu-kvm: Failed to load
>> pcie-root-port:parent_obj.parent_obj.parent_obj
>> 2022-01-24T17:51:46.598642Z qemu-kvm: error while loading state for
>> instance 0x0 of device
>> ':00:02.0/pcie-root-port'
>> 2022-01-24T17:51:46.598830Z qemu-kvm: load of migration failed: Invalid
>> argument
>> Guest agent is not responding: QEMU guest agent is not connected
>> Guest agent is not responding: QEMU guest agent is not connected
>> Guest agent is not responding: QEMU guest agent is not connected
>>
>> Engine Logs
>> ===
>>
>> 2022-01-24 11:31:25,080-07 INFO
>> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
>> (ForkJoinPool-1-worker-21) [] Adding VM
>> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) to re-run list
>> 2022-01-24 11:31:25,099-07 ERROR
>> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
>> (EE-ManagedThreadFactory-engine-Thread-2331914) [] EVENT_ID:
>> VM_MIGRATION_TO_SERVER_FAILED(120), Migration failed due to an Error: Fatal
>> error during migration (VM: zzz2019, Source:
>> lcoskvmp07.cos.is.keysight.com, Destination:
>> lcoskvmp03.cos.is.keysight.com).
>> 2022-01-24 18:39:47,897-07 INFO
>> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
>> (default task-771) [a78e85d4-068a-41c1-a8fa-b3acd8c69317] EVENT_ID:
>> VM_MIGRATION_START(62), Migration started (VM: zzz2019, Source:
>> lcoskvmp07.cos.is.keysight.com, Destination:
>> lcoskvmp03.cos.is.keysight.com, User: k.gunasek...@non.keysight.com
>> @KEYSIGHT).
>> 2022-01-24 18:40:01,417-07 INFO
>> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
>> (ForkJoinPool-1-worker-27) [] VM
>> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) was unexpectedly detected
>> as 'Down' on VDS 'ee23b44d-976d-4889-8769-59b56e4b23c0'(
>> lcoskvmp03.cos.is.keysight.com) (expected on
>> '0d58953f-b3cc-4bac-b3b2-08ba1bca')
>> 2022-01-24 18:40:01,589-07 INFO
>> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
>> (ForkJoinPool-1-worker-27) [] VM
>> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) was unexpectedly detected
>> as 'Down' on VDS 'ee23b44d-976d-4889-8769-59b56e4b23c0'(
>> lcoskvmp03.cos.is.keysight.com) (expected on
>> '0d58953f-b3cc-4bac-b3b2-08ba1bca')
>> 2022-01-24 18:40:01,589-07 ERROR
>> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
>> (ForkJoinPool-1-worker-27) [] Migration of VM 'zzz2019' to host '
>> lcoskvmp03.cos.is.keysight.com' failed: VM destroyed during the startup.
>> 2022-01-24 18:40:01,591-07 INFO
>> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
>> (ForkJoinPool-1-worker-17) [] VM
>> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) moved from 'MigratingFrom'
>> --> 'Up'
>> 2022-01-24 18:40:01,591-07 INFO
>> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
>> (ForkJoinPool-1-worker-17) [] Adding VM
>> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) to re-run list
>> 2022-01-24 18:40:01,611-07 ERROR
>> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
>> (EE-ManagedThreadFactory-engine-Thread-2348837) [] EVENT_ID:
>> VM_MIGRATION_TO_SERVER_FAILED(120), Migration failed due to an Error: Fatal
>> error during migration (VM: zzz2019, Source:
>> lcoskvmp07.cos.is.keysight.com, Destination:
>> lcoskvmp03.cos.is.keysight.com).
>> [root@lcosovirt02 ovirt-engine]#
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/privacy-policy.html
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/2W5OEBPZM3TLS3P6DXPWWKNU5SPPEGAD/
>>
>
> Hi,
I answered on the other thread. This is a known problem with qemu-kvm 6.1.
Please try to downgrade to 6.0.
Regards,
Liran

>
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 

[ovirt-users] Re: Migration failed due to an Error: Fatal error during migration

2022-01-25 Thread Sandro Bonazzola
Hi, can you please provide versions of the non-upgraded hosts, of the
upgraded hosts  (I'm assuming you are using oVirt Node, if not, please
provide the reports form `sos report -o rpm
`) and of the engine?

Il giorno mar 25 gen 2022 alle ore 02:49 Gunasekhar Kothapalli via Users <
users@ovirt.org> ha scritto:

>
> I am able to power on vms on newly upgraded host, But not able to migrate
> VMs from other
> hosts to new host or newly upgraded hosts to other hosts. This was worked
> fine before
> upgraded.
>
> Host logs
>
> ==
> Unable to read from monitor: Connection reset by peer
> internal error: qemu unexpectedly closed the monitor:
> 2022-01-24T17:51:46.598571Z
> qemu-kvm: get_pci_config_device: Bad config >
> 2022-01-24T17:51:46.598627Z qemu-kvm: Failed to load PCIDevice:config
> 2022-01-24T17:51:46.598635Z qemu-kvm: Failed to load
> pcie-root-port:parent_obj.parent_obj.parent_obj
> 2022-01-24T17:51:46.598642Z qemu-kvm: error while loading state for
> instance 0x0 of device
> ':00:02.0/pcie-root-port'
> 2022-01-24T17:51:46.598830Z qemu-kvm: load of migration failed: Invalid
> argument
> Guest agent is not responding: QEMU guest agent is not connected
> Guest agent is not responding: QEMU guest agent is not connected
> Guest agent is not responding: QEMU guest agent is not connected
>
> Engine Logs
> ===
>
> 2022-01-24 11:31:25,080-07 INFO
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
> (ForkJoinPool-1-worker-21) [] Adding VM
> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) to re-run list
> 2022-01-24 11:31:25,099-07 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-2331914) [] EVENT_ID:
> VM_MIGRATION_TO_SERVER_FAILED(120), Migration failed due to an Error: Fatal
> error during migration (VM: zzz2019, Source:
> lcoskvmp07.cos.is.keysight.com, Destination:
> lcoskvmp03.cos.is.keysight.com).
> 2022-01-24 18:39:47,897-07 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (default task-771) [a78e85d4-068a-41c1-a8fa-b3acd8c69317] EVENT_ID:
> VM_MIGRATION_START(62), Migration started (VM: zzz2019, Source:
> lcoskvmp07.cos.is.keysight.com, Destination:
> lcoskvmp03.cos.is.keysight.com, User: k.gunasek...@non.keysight.com
> @KEYSIGHT).
> 2022-01-24 18:40:01,417-07 INFO
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
> (ForkJoinPool-1-worker-27) [] VM
> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) was unexpectedly detected
> as 'Down' on VDS 'ee23b44d-976d-4889-8769-59b56e4b23c0'(
> lcoskvmp03.cos.is.keysight.com) (expected on
> '0d58953f-b3cc-4bac-b3b2-08ba1bca')
> 2022-01-24 18:40:01,589-07 INFO
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
> (ForkJoinPool-1-worker-27) [] VM
> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) was unexpectedly detected
> as 'Down' on VDS 'ee23b44d-976d-4889-8769-59b56e4b23c0'(
> lcoskvmp03.cos.is.keysight.com) (expected on
> '0d58953f-b3cc-4bac-b3b2-08ba1bca')
> 2022-01-24 18:40:01,589-07 ERROR
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
> (ForkJoinPool-1-worker-27) [] Migration of VM 'zzz2019' to host '
> lcoskvmp03.cos.is.keysight.com' failed: VM destroyed during the startup.
> 2022-01-24 18:40:01,591-07 INFO
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
> (ForkJoinPool-1-worker-17) [] VM
> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) moved from 'MigratingFrom'
> --> 'Up'
> 2022-01-24 18:40:01,591-07 INFO
> [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer]
> (ForkJoinPool-1-worker-17) [] Adding VM
> '9838c44b-710f-407a-b775-56bb0a3d4221'(zzz2019) to re-run list
> 2022-01-24 18:40:01,611-07 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engine-Thread-2348837) [] EVENT_ID:
> VM_MIGRATION_TO_SERVER_FAILED(120), Migration failed due to an Error: Fatal
> error during migration (VM: zzz2019, Source:
> lcoskvmp07.cos.is.keysight.com, Destination:
> lcoskvmp03.cos.is.keysight.com).
> [root@lcosovirt02 ovirt-engine]#
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/2W5OEBPZM3TLS3P6DXPWWKNU5SPPEGAD/
>


-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to 

[ovirt-users] Re: VM Migrations failing to newly upgraded host

2022-01-25 Thread Liran Rotenberg
On Mon, Jan 24, 2022 at 8:04 PM k.gunasekhar--- via Users 
wrote:

> I am able to power on vms on newly upgraded host, But not able to migrate
> VMs from other hosts to new host or newly upgraded hosts to other hosts.
> This was worked fine before upgraded.
>
> i see below logs
>
> Unable to read from monitor: Connection reset by peer
> internal error: qemu unexpectedly closed the monitor:
> 2022-01-24T17:51:46.598571Z qemu-kvm: get_pci_config_device: Bad config >
> 2022-01-24T17:51:46.598627Z qemu-kvm: Failed to load PCIDevice:config
> 2022-01-24T17:51:46.598635Z qemu-kvm: Failed to load
> pcie-root-port:parent_obj.parent_obj.parent_obj
> 2022-01-24T17:51:46.598642Z qemu-kvm: error while loading state for
> instance 0x0 of device ':00:02.0/pcie-root-port'
> 2022-01-24T17:51:46.598830Z qemu-kvm: load of migration failed: Invalid
> argument
> Guest agent is not responding: QEMU guest agent is not connected
> Guest agent is not responding: QEMU guest agent is not connected
> Guest agent is not responding: QEMU guest agent is not connected
>
> OS Version:
> RHEL - 8.6 - 1.el8
> OS Description:
> CentOS Stream 8
> Kernel Version:
> 4.18.0 - 358.el8.x86_64
> KVM Version:
> 6.1.0 - 5.module_el8.6.0+1040+0ae94936
> LIBVIRT Version:
> libvirt-7.10.0-1.module_el8.6.0+1046+bd8eec5e
> VDSM Version:
> vdsm-4.40.100.2-1.el8
> SPICE Version:
> 0.14.3 - 4.el8
> GlusterFS Version:
> [N/A]
> CEPH Version:
> librbd1-16.2.7-1.el8s
> Open vSwitch Version:
> openvswitch-2.11-1.el8
> Nmstate Version:
> nmstate-1.2.1-0.1.alpha1.el8
>

Hi,
Unfortunately the qemu-kvm 6.1 is buggy. This is a known issue that should
be fixed on 6.2.
For now, please try to downgrade it into 6.0.

Regards,
Liran

> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/XBZY2SXD42NL5JETM4O2AAYDZFEUR27M/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MCOIBZQZHXZJHXJFND5BY3A5UBTQ2N6C/