[ovirt-users] Re: Engine insists on running on 1 host in cluster when that host is online

2021-10-12 Thread David White via Users
I think I'm making progress.

I had 1 storage domain that was hardly used, so in the oVirt UI, I migrated 
production data onto a different storage domain, and then I put that storage 
domain into maintenance mode. I was then able to edit the mount options for 
that storage domain.

The path is still as it was originally:
cha1-storage.my-domain.com:/data

But I added the following as a mount option. Does this look right?
backup-volfile-servers=cha2-storage.my-domain.com

Essentially, my goal here is for high availability storage. I want to be able 
to reboot cha1-storage, and still have everything remain online.

For the Hosted Storage, can I do this from the command line without putting 
that into maintenance mode? This is what I see right now:

[root@cha2-storage dwhite]# hosted-engine --get-shared-config storage 
--type=he_local
storage : cha1-storage.my-domain.com:/engine, type : he_local

Sent with ProtonMail Secure Email.

‐‐‐ Original Message ‐‐‐

On Tuesday, October 12th, 2021 at 4:38 PM, David White via Users 
 wrote:

> > Check the scores of the systems via 'hosted-engine --vm-status'.
> That must be the problem.
> 

> Host a has a score of 1800.
> Host c has a score of 3400.
> 

> I was able to deploy the hosted-engine to Host B through the web UI.
> 

> 1) Put it in maintenance mode
> 

> 2) Installation -> Reinstall ... and make sure to select "Deploy" for the 
> hosted-engine
> 

> How do I fix / change the score on the first node?
> 

> Separately, I'm still confused how I would update oVirt to use the 2nd 
> replica as a mount point. Healing the volume seems to me like a completely 
> different task than reconfiguring oVirt to mount the 2nd replica in its mount 
> options?
> 

> Sent with ProtonMail Secure Email.
> 

> ‐‐‐ Original Message ‐‐‐
> 

> On Tuesday, October 12th, 2021 at 3:14 PM, Strahil Nikolov 
>  wrote:
> 

> > >How do I reconfigure oVirt to use the 2nd replica as a secondary mount 
> > >point?
> > 

> > Verify that your engine's volume is really OK.
> > 

> > gluster volume info enginegluster volume status enginegluster volume heal 
> > engine info summary
> > 

> > >I cannot migrate the engine off of c.
> > And if the engine is running on the other host a, then I turn host c back 
> > on, the engine shuts down from a, and comes back up on c.
> > 

> > Check the scores of the systems via 'hosted-engine --vm-status'.Check vdsm 
> > logs on both hosts.Check the logs in the engine itself.
> > 

> > Best Regards,Strahil Nikolov
> > 

> > > On Tue, Oct 12, 2021 at 13:34, David White via Users 
> > > wrote:About a month ago, I completely rebuilt my oVirt cluster, as I 
> > > needed to move all my hardware from 1 data center to another with minimal 
> > > downtime.
> > > All my hardware is in the new data center (yay for HIPAA compliance and 
> > > 24/7 access, unlike the old place!)
> > > 

> > > I originally built the cluster as a single-node hyperconverged. I then 
> > > added nodes to it, and then, finally, I reconfigured gluster to run in a 
> > > replica 2 / arbiter 1 configuration.
> > > 

> > > As of now:
> > > 

> > > -   I have 4 compute hosts
> > > -   Gluster is running fine and replicating fine between the two full 
> > > replicas, along with the arbiter node
> > > 

> > > -   I need to revisit my recent email about gluster replication speed, 
> > > though
> > > 

> > > However, I'm worried about two things:
> > > 

> > > -   I think that my hosts, and hosted-engine, are all still configured to 
> > > use the single mount point from the original single-node hyperconverged 
> > > ... i.e. if I shutdown / reboot that host, then the storage "goes away"
> > > 

> > > -   How do I reconfigure oVirt to use the 2nd replica as a secondary 
> > > mount point?
> > > 

> > > 

> > > -   Currently, the Engine is deployed on two of the servers (a and c). 
> > > But any time one of those servers is online (c), the hosted-engine 
> > > insists on running on that server c. I cannot migrate the engine off of c.
> > > 

> > > And if the engine is running on the other host a, then I turn host c 
> > > back on, the engine shuts down from a, and comes back up on c.
> > > 

> > > -   How do I "fix" this so that the engine will run on host a, even when 
> > > host c is turned on?
> > > -   How do I deploy the hosted-engine to host b?
> > > 

> > > -   Is it as simple as logging into host b, and running "hosted-engine 
> > > --deploy" ?
> > > 

> > > Sent with ProtonMail Secure Email.
> > > 

> > > ___
> > > 

> > > 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: 
> > > 

[ovirt-users] Re: Engine insists on running on 1 host in cluster when that host is online

2021-10-12 Thread David White via Users
> Check the scores of the systems via 'hosted-engine --vm-status'.
That must be the problem.

Host a has a score of 1800.
Host c has a score of 3400.

I was able to deploy the hosted-engine to Host B through the web UI.

1) Put it in maintenance mode

2) Installation -> Reinstall ... and make sure to select "Deploy" for the 
hosted-engine

How do I fix / change the score on the first node?

Separately, I'm still confused how I would update oVirt to use the 2nd replica 
as a mount point. Healing the volume seems to me like a completely different 
task than reconfiguring oVirt to mount the 2nd replica in its mount options?

Sent with ProtonMail Secure Email.

‐‐‐ Original Message ‐‐‐

On Tuesday, October 12th, 2021 at 3:14 PM, Strahil Nikolov 
 wrote:

> >How do I reconfigure oVirt to use the 2nd replica as a secondary mount point?
> 

> Verify that your engine's volume is really OK.
> 

> gluster volume info enginegluster volume status enginegluster volume heal 
> engine info summary
> 

> >I cannot migrate the engine off of c.
> And if the engine is running on the other host a, then I turn host c back on, 
> the engine shuts down from a, and comes back up on c.
> 

> Check the scores of the systems via 'hosted-engine --vm-status'.Check vdsm 
> logs on both hosts.Check the logs in the engine itself.
> 

> Best Regards,Strahil Nikolov
> 

> > On Tue, Oct 12, 2021 at 13:34, David White via Users 
> > wrote:About a month ago, I completely rebuilt my oVirt cluster, as I needed 
> > to move all my hardware from 1 data center to another with minimal downtime.
> > All my hardware is in the new data center (yay for HIPAA compliance and 
> > 24/7 access, unlike the old place!)
> > 

> > I originally built the cluster as a single-node hyperconverged. I then 
> > added nodes to it, and then, finally, I reconfigured gluster to run in a 
> > replica 2 / arbiter 1 configuration.
> > 

> > As of now:
> > 

> > -   I have 4 compute hosts
> > -   Gluster is running fine and replicating fine between the two full 
> > replicas, along with the arbiter node
> > 

> > -   I need to revisit my recent email about gluster replication speed, 
> > though
> > 

> > However, I'm worried about two things:
> > 

> > -   I think that my hosts, and hosted-engine, are all still configured to 
> > use the single mount point from the original single-node hyperconverged ... 
> > i.e. if I shutdown / reboot that host, then the storage "goes away"
> > 

> > -   How do I reconfigure oVirt to use the 2nd replica as a secondary mount 
> > point?
> > 

> > 

> > -   Currently, the Engine is deployed on two of the servers (a and c). But 
> > any time one of those servers is online (c), the hosted-engine insists on 
> > running on that server c. I cannot migrate the engine off of c.
> > 

> > And if the engine is running on the other host a, then I turn host c 
> > back on, the engine shuts down from a, and comes back up on c.
> > 

> > -   How do I "fix" this so that the engine will run on host a, even when 
> > host c is turned on?
> > -   How do I deploy the hosted-engine to host b?
> > 

> > -   Is it as simple as logging into host b, and running "hosted-engine 
> > --deploy" ?
> > 

> > Sent with ProtonMail Secure Email.
> > 

> > ___
> > 

> > 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/74UV4MC3VH2DSNWBO6CWFRRBR27XJ5XR/

publickey - dmwhite823@protonmail.com - 0x320CD582.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
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/Y5DCAX4NSEYGW5MULTVNFT2AXPIEVXL6/


[ovirt-users] Re: Engine insists on running on 1 host in cluster when that host is online

2021-10-12 Thread Strahil Nikolov via Users
>How do I reconfigure oVirt to use the 2nd replica as a secondary mount point?
Verify that your engine's volume is really OK.
gluster volume info enginegluster volume status enginegluster volume heal 
engine info summary
>I cannot migrate the engine off of c.
And if the engine is running on the other host a, then I turn host c back on, 
the engine shuts down from a, and comes back up on c.
Check the scores of the systems via 'hosted-engine --vm-status'.Check vdsm logs 
on both hosts.Check the logs in the engine itself.
Best Regards,Strahil Nikolov 
 
  On Tue, Oct 12, 2021 at 13:34, David White via Users wrote:  
 About a month ago, I completely rebuilt my oVirt cluster, as I needed to move 
all my hardware from 1 data center to another with minimal downtime.
All my hardware is in the new data center (yay for HIPAA compliance and 24/7 
access, unlike the old place!)

I originally built the cluster as a single-node hyperconverged. I then added 
nodes to it, and then, finally, I reconfigured gluster to run in a replica 2 / 
arbiter 1 configuration.

As of now:
   
   - I have 4 compute hosts   

   - Gluster is running fine and replicating fine between the two full 
replicas, along with the arbiter node   

   
   - I need to revisit my recent email about gluster replication speed, though
However, I'm worried about two things:
   
   - I think that my hosts, and hosted-engine, are all still configured to use 
the single mount point from the original single-node hyperconverged ... i.e. if 
I shutdown / reboot that host, then the storage "goes away"   

   
   - How do I reconfigure oVirt to use the 2nd replica as a secondary mount 
point?   
   

   
   - Currently, the Engine is deployed on two of the servers (a and c). But any 
time one of those servers is online (c), the hosted-engine insists on running 
on that server c. I cannot migrate the engine off of c.
And if the engine is running on the other host a, then I turn host c back on, 
the engine shuts down from a, and comes back up on c.
   
   - How do I "fix" this so that the engine will run on host a, even when host 
c is turned on?   

   - How do I deploy the hosted-engine to host b?   

   
   - Is it as simple as logging into host b, and running "hosted-engine 
--deploy" ?   




Sent with ProtonMail Secure Email.
___
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/74UV4MC3VH2DSNWBO6CWFRRBR27XJ5XR/
  
___
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/LT6JPVHX6BKLNUDEHFDLFA7OZ3YQK5HG/


[ovirt-users] Re: How to add a note to a VM

2021-10-12 Thread Nir Soffer
On Tue, Oct 12, 2021 at 4:46 PM Gianluca Cecchi
 wrote:
>
> On Tue, Oct 12, 2021 at 3:29 PM Nir Soffer  wrote:
>>
>> On Tue, Oct 12, 2021 at 3:24 PM Gianluca Cecchi
>>  wrote:
>> >
>> > Hello,
>> > I know there are the "Comment" and "Description" columns available in many 
>> > areas of the Webadmin Gui.
>> > But there are some tasks, like "shutdown VM" or "Management -> 
>> > Maintenance" for a host, where I can specify a "reason" for doing that 
>> > task and then a note icon appears, aside the object, with the mouse over 
>> > showing the note text, like in this image:
>> > https://drive.google.com/file/d/1v3Yd2t7AtuRFMT6HPFYYZqYUmJLMHYMY/view?usp=sharing
>> >
>> > Is there a way to do it in general? So for example I have a VM and I want 
>> > to put a note (for some colleague, or to remind me to do an action 
>> > tomorrow, ecc...)
>> >
>> > And btw: how can I manually remove the note? Eg I shutdown a VM and fill 
>> > in the "Reason" field and then in a second moment I want to remove it
>>
>> The "comment" field was designed exactly for this purpose.
>>
>> Maybe this is not documented?
>>
>> Nir
>>
>
> Probably yes, but it results less visible than having a tooltip with the icon 
> of a note...
> And also, sometimes the "Comment" column is not one of the first, so you have 
> to arrange / order it so that it comes to the left...

The web console can show a note icon if an entity has a comment.

Please file engine RFE explaining the use case.

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/IZ23NCVSNHGMHAQFCUKQ7KIV6ZQU3I24/


[ovirt-users] Public Glance repository for oVirt

2021-10-12 Thread p . staniforth
Hello,
  can anyone get to the public openstack image repository  
ovirt-image-repository?

Also when I try  browse the site I get

This site can’t be reached
https://glance.ovirt.org/ is unreachable.
ERR_ADDRESS_UNREACHABLE

Regards,
   Paul S.
___
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/2PB5Y57V2P2QA2YNW5RBV5GYBYL35BWT/


[ovirt-users] Visualize and Monitor the oVirt environment with Grafana

2021-10-12 Thread Aviv Litman
Hi all,
I'm happy to share with you my new oVirt blog:
Visualize and Monitor the oVirt environment with Grafana

.
In this blog we’ll explore how to monitor the oVirt environment so you can
visualize performance, resources and trends.

In this blog:

   - How to use oVirt dashboards.
   - Explanation of default dashboards.
   - How to create custom dashboards from the built-in options that come
   with oVirt.


Feedback, comments and suggestions are more than welcome!
-- 

Aviv Litman

BI Associate Software Engineer

Red Hat 

alit...@redhat.com

___
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/MWUYNYR4FEJGJPFSYNU65S753PX6ALZ3/


[ovirt-users] Re: How to add a note to a VM

2021-10-12 Thread Gianluca Cecchi
On Tue, Oct 12, 2021 at 3:29 PM Nir Soffer  wrote:

> On Tue, Oct 12, 2021 at 3:24 PM Gianluca Cecchi
>  wrote:
> >
> > Hello,
> > I know there are the "Comment" and "Description" columns available in
> many areas of the Webadmin Gui.
> > But there are some tasks, like "shutdown VM" or "Management ->
> Maintenance" for a host, where I can specify a "reason" for doing that task
> and then a note icon appears, aside the object, with the mouse over showing
> the note text, like in this image:
> >
> https://drive.google.com/file/d/1v3Yd2t7AtuRFMT6HPFYYZqYUmJLMHYMY/view?usp=sharing
> >
> > Is there a way to do it in general? So for example I have a VM and I
> want to put a note (for some colleague, or to remind me to do an action
> tomorrow, ecc...)
> >
> > And btw: how can I manually remove the note? Eg I shutdown a VM and fill
> in the "Reason" field and then in a second moment I want to remove it
>
> The "comment" field was designed exactly for this purpose.
>
> Maybe this is not documented?
>
> Nir
>
>
Probably yes, but it results less visible than having a tooltip with the
icon of a note...
And also, sometimes the "Comment" column is not one of the first, so you
have to arrange / order it so that it comes to the left...
___
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/ANFKPM53FOCFPZR6AZXXD7VJRTFXNNMK/


[ovirt-users] Re: How to add a note to a VM

2021-10-12 Thread Nir Soffer
On Tue, Oct 12, 2021 at 3:24 PM Gianluca Cecchi
 wrote:
>
> Hello,
> I know there are the "Comment" and "Description" columns available in many 
> areas of the Webadmin Gui.
> But there are some tasks, like "shutdown VM" or "Management -> Maintenance" 
> for a host, where I can specify a "reason" for doing that task and then a 
> note icon appears, aside the object, with the mouse over showing the note 
> text, like in this image:
> https://drive.google.com/file/d/1v3Yd2t7AtuRFMT6HPFYYZqYUmJLMHYMY/view?usp=sharing
>
> Is there a way to do it in general? So for example I have a VM and I want to 
> put a note (for some colleague, or to remind me to do an action tomorrow, 
> ecc...)
>
> And btw: how can I manually remove the note? Eg I shutdown a VM and fill in 
> the "Reason" field and then in a second moment I want to remove it

The "comment" field was designed exactly for this purpose.

Maybe this is not documented?

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/WSINGWYDKQZMKDITW5UYXQQZ44QMZB6E/


[ovirt-users] How to add a note to a VM

2021-10-12 Thread Gianluca Cecchi
Hello,
I know there are the "Comment" and "Description" columns available in many
areas of the Webadmin Gui.
But there are some tasks, like "shutdown VM" or "Management -> Maintenance"
for a host, where I can specify a "reason" for doing that task and then a
note icon appears, aside the object, with the mouse over showing the note
text, like in this image:
https://drive.google.com/file/d/1v3Yd2t7AtuRFMT6HPFYYZqYUmJLMHYMY/view?usp=sharing

Is there a way to do it in general? So for example I have a VM and I want
to put a note (for some colleague, or to remind me to do an action
tomorrow, ecc...)

And btw: how can I manually remove the note? Eg I shutdown a VM and fill in
the "Reason" field and then in a second moment I want to remove it

Thanks in advance,
Gianluca
___
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/ABXZEZBLDF5PYBKTRTFTQQKJLB2RNX32/


[ovirt-users] Re: not able to upload disks, iso - paused by the system error -- Version 4.4.6.7-1.el8

2021-10-12 Thread Nir Soffer
On Tue, Oct 12, 2021 at 8:55 AM dhanaraj.ramesh--- via Users
 wrote:
>
> Hi Team
>
> in one of the cluster infra, we are unable to upload the images or disks via 
> gui. up on checking the /var/log/ovirt-imageio/daemon.log found that throwing 
> ssl connection failure, help us to check what are we missing..

Which version?

If you are on ovirt 4.4, please share output of:

ovirt-imageio --show-config

on engine.

> We are using thirdparty CA approved SSL for web GUI..
>
> 2021-10-11 22:45:42,812 INFO(Thread-6) [http] OPEN connection=6 
> client=127.0.0.1
> 2021-10-11 22:45:42,812 INFO(Thread-6) [tickets] [127.0.0.1] REMOVE 
> ticket=f18cff91-1fc4-43b6-91ea-ca2a11d409a6
> 2021-10-11 22:45:42,813 INFO(Thread-6) [http] CLOSE connection=6 
> client=127.0.0.1 [connection 1 ops, 0.000539 s] [dispatch 1 ops, 0.000216 s]
> 2021-10-11 22:45:43,621 INFO(Thread-4) [images] [:::10.12.23.212] 
> OPTIONS ticket=53ff98f9-f429-4880-abe6-06c6c01473de
> 2021-10-11 22:45:43,621 INFO(Thread-4) [backends.http] Open backend 
> netloc='renlovkvma01.test.lab:54322' 
> path='/images/53ff98f9-f429-4880-abe6-06c6c01473de' 
> cafile='/etc/pki/ovirt-engine/ca.pem' secure=True

Looks like the host is configured correctly - the http backend is
using the right CA file
to access the host.

> 2021-10-11 22:45:43,626 ERROR   (Thread-4) [http] Server error
...
> self._sslobj.do_handshake()
> ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed 
> (_ssl.c:897)

The CA file on engine side (/etc/pki/ovirt-engine/ca.pem) does not
match the CA file on the host
(/etc/pki/vdsm/certs/cacert.pem).

Which files did you change when we added the thirdparty CA approved SSL?

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/45S3QIVWVPBAVQ6IWV3QHJPURLG5NPCY/


[ovirt-users] Engine insists on running on 1 host in cluster when that host is online

2021-10-12 Thread David White via Users
About a month ago, I completely rebuilt my oVirt cluster, as I needed to move 
all my hardware from 1 data center to another with minimal downtime.
All my hardware is in the new data center (yay for HIPAA compliance and 24/7 
access, unlike the old place!)

I originally built the cluster as a single-node hyperconverged. I then added 
nodes to it, and then, finally, I reconfigured gluster to run in a replica 2 / 
arbiter 1 configuration.

As of now:

-   I have 4 compute hosts
-   Gluster is running fine and replicating fine between the two full replicas, 
along with the arbiter node

-   I need to revisit my recent email about gluster replication speed, though

However, I'm worried about two things:

-   I think that my hosts, and hosted-engine, are all still configured to use 
the single mount point from the original single-node hyperconverged ... i.e. if 
I shutdown / reboot that host, then the storage "goes away"

-   How do I reconfigure oVirt to use the 2nd replica as a secondary mount 
point?



-   Currently, the Engine is deployed on two of the servers (a and c). But any 
time one of those servers is online (c), the hosted-engine insists on running 
on that server c. I cannot migrate the engine off of c.


And if the engine is running on the other host a, then I turn host c back 
on, the engine shuts down from a, and comes back up on c.

-   How do I "fix" this so that the engine will run on host a, even when host c 
is turned on?
-   How do I deploy the hosted-engine to host b?

-   Is it as simple as logging into host b, and running "hosted-engine 
--deploy" ?

Sent with ProtonMail Secure Email.

publickey - dmwhite823@protonmail.com - 0x320CD582.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
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/74UV4MC3VH2DSNWBO6CWFRRBR27XJ5XR/


[ovirt-users] Re: not able to upload disks, iso - paused by the system error -- Version 4.4.6.7-1.el8

2021-10-12 Thread Vojtech Juranek
On Tuesday, 12 October 2021 07:53:46 CEST dhanaraj.ramesh--- via Users wrote:
> Hi Team
> 
> in one of the cluster infra, we are unable to upload the images or disks via
> gui. up on checking the /var/log/ovirt-imageio/daemon.log found that
> throwing ssl connection failure, help us to check what are we missing.. 

looks like certificate is not trusted (invalid/missing root certificates on 
given machine?)

> We are using thirdparty CA approved SSL for web GUI.. 

did you try "Test connection" button on the upload page? If it fails, you need 
to download the certificate from [1] and make it trusted in your browser

[1] 
https://$ENGINE_ADDRESS/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA

> 2021-10-11 22:45:42,812 INFO(Thread-6) [http] OPEN connection=6
> client=127.0.0.1
 2021-10-11 22:45:42,812 INFO(Thread-6) [tickets]
> [127.0.0.1] REMOVE ticket=f18cff91-1fc4-43b6-91ea-ca2a11d409a6 2021-10-11
> 22:45:42,813 INFO(Thread-6) [http] CLOSE connection=6 client=127.0.0.1
> [connection 1 ops, 0.000539 s] [dispatch 1 ops, 0.000216 s] 2021-10-11
> 22:45:43,621 INFO(Thread-4) [images] [:::10.12.23.212] OPTIONS
> ticket=53ff98f9-f429-4880-abe6-06c6c01473de 2021-10-11 22:45:43,621 INFO   
> (Thread-4) [backends.http] Open backend
> netloc='renlovkvma01.test.lab:54322'
> path='/images/53ff98f9-f429-4880-abe6-06c6c01473de'
> cafile='/etc/pki/ovirt-engine/ca.pem' secure=True 2021-10-11 22:45:43,626
> ERROR   (Thread-4) [http] Server error
> Traceback (most recent call last):
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/backends/__init
> __.py", line 66, in get
 return ticket.get_context(req.connection_id)
>   File "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/auth.py",
> line 146, in get_context
 return self._connections[con_id]
> KeyError: 4
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/http.py",
> line 774, in __call__
 self.dispatch(req, resp)
>   File "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/http.py",
> line 819, in dispatch
 return method(req, resp, *match.groups())
>   File "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/cors.py",
> line 84, in wrapper
 return func(self, req, resp, *args)
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/images.py",
> line 246, in options
 ctx = backends.get(req, ticket, self.config)
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/backends/__init
> __.py", line 85, in get
 cafile=ca_file)
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/backends/http.p
> y", line 48, in open
 return Backend(url, **options)
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/backends/http.p
> y", line 76, in __init__
 self._connect()
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/backends/http.p
> y", line 117, in _connect
 self._con = self._create_tcp_connection()
>   File
> "/usr/lib64/python3.6/site-packages/ovirt_imageio/_internal/backends/http.p
> y", line 379, in _create_tcp_connection
 con.connect()
>   File "/usr/lib64/python3.6/http/client.py", line 1437, in connect
> server_hostname=server_hostname)
>   File "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket
> _context=self, _session=session)
>   File "/usr/lib64/python3.6/ssl.py", line 776, in __init__
> self.do_handshake()
>   File "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake
> self._sslobj.do_handshake()
>   File "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake
> self._sslobj.do_handshake()
> ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
> (_ssl.c:897)
 ___
> 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/XMBNYE7E7C5XY
> UKO6FARQQAHCT4HOYSJ/



signature.asc
Description: This is a digitally signed message part.
___
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/ZANHCS7OZRS6MSHR7GF7LC62UJGP4F4O/