[ovirt-users] Re: Host cannot connect to storage domains

2022-05-10 Thread Ritesh Chikatwar
and once you have done the changes Restart VDSM and SuperVDSM, then your
host should be able to connect

On Wed, May 11, 2022 at 10:33 AM Ritesh Chikatwar 
wrote:

> Hey Jose,
>
>
> If still have a setup can you try replacing with this
>
> if el.find('stripeCount'):
> value['stripeCount'] = el.find('stripeCount').text
> else:
> value['stripeCount'] = '1'
>
> can you try replacing with this
>
> On Wed, Apr 27, 2022 at 9:48 PM José Ferradeira via Users 
> wrote:
>
>> It did not work
>>
>> Thanks
>>
>> --
>> *De: *"Abe E" 
>> *Para: *users@ovirt.org
>> *Enviadas: *Quarta-feira, 27 De Abril de 2022 15:58:01
>> *Assunto: *[ovirt-users] Re: Host cannot connect to storage domains
>>
>> I think you're running into that bug, someone mentioned the following
>> which seemed to work for my nodes that complained of not being able to
>> connect to the storage pool.
>>
>> The following fix worked for me, i.e. replacing the following line in
>> /usr/lib/python3.6/site-packages/vdsm/gluster/cli.y
>>
>>
>> Replace: value['stripeCount'] =el.find('stripeCount').text
>>
>> With: if (el.find('stripeCount')): value['stripeCount'] =
>> el.find('stripeCount').text
>>
>> Restart VSMD and SuperVSMD and then your host should be able to connect
>> if you have the same issue
>> ___
>> 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/TWTFZ4VHKSEABMEZYMDUJI2PUYA24XMU/
>> ___
>> 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/22NF5BKNFPDVS3OGITBIM3XVFZJVCO2H/
>>
>
___
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/EMMUKJTZJBUPMQPPSTK6DYC7EXI43XG7/


[ovirt-users] Re: Host cannot connect to storage domains

2022-05-10 Thread Ritesh Chikatwar
Hey Jose,


If still have a setup can you try replacing with this

if el.find('stripeCount'):
value['stripeCount'] = el.find('stripeCount').text
else:
value['stripeCount'] = '1'

can you try replacing with this

On Wed, Apr 27, 2022 at 9:48 PM José Ferradeira via Users 
wrote:

> It did not work
>
> Thanks
>
> --
> *De: *"Abe E" 
> *Para: *users@ovirt.org
> *Enviadas: *Quarta-feira, 27 De Abril de 2022 15:58:01
> *Assunto: *[ovirt-users] Re: Host cannot connect to storage domains
>
> I think you're running into that bug, someone mentioned the following
> which seemed to work for my nodes that complained of not being able to
> connect to the storage pool.
>
> The following fix worked for me, i.e. replacing the following line in
> /usr/lib/python3.6/site-packages/vdsm/gluster/cli.y
>
>
> Replace: value['stripeCount'] =el.find('stripeCount').text
>
> With: if (el.find('stripeCount')): value['stripeCount'] =
> el.find('stripeCount').text
>
> Restart VSMD and SuperVSMD and then your host should be able to connect if
> you have the same issue
> ___
> 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/TWTFZ4VHKSEABMEZYMDUJI2PUYA24XMU/
> ___
> 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/22NF5BKNFPDVS3OGITBIM3XVFZJVCO2H/
>
___
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/VFJU7A3P4CL2QH3IVYMXGD7I2OP5YZY7/


[ovirt-users] Re: OVIRT Engine Restore from old Backup

2022-05-10 Thread Abe E
Do you think I could salvage the data at this point? I have only node that 
remains saying it has 1.5TB of 4/5ishTB although I cannot find within the image 
folders my VMsize that I expect.

I am beginning to think my gluster had issues before 4.5 "broke" it. 
27K Unsynced Entries doesnt sound right, I would have expected it to be healing 
itself. I am close to giving up, even after rebuilding the bricks

Also, thank you again for your repeated help
___
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/3KVJOI22OYSO4UCRFZLUZAJKORH7GWEV/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
I also started to receive the error message below after making the suggested 
changes:

VDSM ovirtdl380gen10 command HSMGetAllTasksStatusesVDS failed: Not SPM: ()

On my browser it indicates that there is no tracking, verified by my domain, 
You have granted this website additional permission. 

Thanks
___
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/FPGF3C7NRQZSSJMH2RI3RML4EPFPUUBF/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
I also noticed that I started to receive the error message below:
VDSM ovirtdl380gen10 command HSMGetAllTasksStatusesVDS failed: Not SPM: ()

Thanks
___
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/GQORXAYBUYLT4QXYVOZ6ZAY24F67PVYF/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
Made the suggestion that you made earlier I continued to get the same results.  
Sharing the files/things you requested below:

ovirt-imageio --show-config
{
"backend_file": {
"buffer_size": 8388608
},
"backend_http": {
"buffer_size": 8388608,
"ca_file": "/etc/pki/ovirt-engine/ca.pem"
},
"backend_nbd": {
"buffer_size": 8388608
},
"control": {
"port": 54324,
"prefer_ipv4": true,
"remove_timeout": 60,
"socket": "/run/ovirt-imageio/sock",
"transport": "unix"
},
"daemon": {
"drop_privileges": true,
"group_name": "ovirtimg",
"max_connections": 8,
"poll_interval": 1.0,
"run_dir": "/run/ovirt-imageio",
"user_name": "ovirtimg"
},
"formatter_long": {
"format": "%(asctime)s %(levelname)-7s (%(threadName)s) [%(name)s] 
%(message)s"
},
"formatters": {
"keys": "long"
},
"handler_logfile": {
"args": "(\"/var/log/ovirt-imageio/daemon.log\",)",
"formatter": "long",
"class": "logging.handlers.RotatingFileHandler",
"kwargs": "{\"maxBytes\": 20971520, \"backupCount\": 10}",
"level": "DEBUG"
},
"handler_stderr": {
"args": "()",
"formatter": "long",
"class": "logging.StreamHandler",
"level": "DEBUG"
},
"handlers": {
"keys": "logfile"
},
"local": {
"enable": true,
"socket": "\u/org/ovirt/imageio"
},
"logger_root": {
"handlers": "logfile",
"level": "INFO",
"propagate": 0
},
"loggers": {
"keys": "root"
},
"profile": {
"filename": "/run/ovirt-imageio/profile"
},
"remote": {
"host": "::",
"port": 54322
},
"tls": {
"ca_file": "/etc/pki/vdsm/certs/cacert.pem",
"cert_file": "/etc/pki/vdsm/certs/vdsmcert.pem",
"enable": true,
"enable_tls1_1": false,
"key_file": "/etc/pki/vdsm/keys/vdsmkey.pem"
}
}

ls -lh /etc/pki/ovirt-engine/apache-ca.pem
lrwxrwxrwx. 1 root root 28 May  2 17:57 /etc/pki/ovirt-engine/apache-ca.pem -> 
/etc/pki/ovirt-engine/ca.pem

sudo systemctl status ovirt-imageio
 
● ovirt-imageio.service - oVirt ImageIO Daemon
   Loaded: loaded (/usr/lib/systemd/system/ovirt-imageio.service; enabled; 
vendor preset: disabled)
   Active: active (running) since Tue 2022-05-10 17:45:16 EDT; 12min ago
 Main PID: 1564 (ovirt-imageio)
Tasks: 4 (limit: 201976)
   Memory: 20.1M
   CGroup: /system.slice/ovirt-imageio.service
   └─1564 /usr/libexec/platform-python -s /usr/bin/ovirt-imageio

May 10 17:45:14 hpdl380gen10.cscd.net systemd[1]: Starting oVirt ImageIO 
Daemon...
May 10 17:45:16 hpdl380gen10.cscd.net systemd[1]: Started oVirt ImageIO Daemon.

Please tell what else I should be looking for or at? 

Thanks
___
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/44632CDVUBB4ZVLHMXSZJODCFS4U4ZIZ/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
Thank you very much for your response and I agree with you based on everything 
I've read.  But below are the steps that I've followed:

I greatly appreciate the response, however, following you instructions I’m 
still not able to upload an ISO via the GUI. 

When try an upload using the GUI I follow the instruction below:  

• In the pane on the left hand side of the screen, I select “Storage”.
  
• Select “Disks”.
  
• Where I get the screen “Storage > Disks”.
  
• On the top right hand side of the screen, I select “Upload”.
  
• From the pull down menu I select “Start”.
  
• I choose the file/ISO I want to upload, in this case its “CENTOS-Stream” 
version 9.
  
• At the bottom of the screen I click the “Test Connection” button.  
  
• The following messages appears:
Connection to “ovirt-imageio-service” has failed.  Ensure the “ovirt 
certificate” is registered as a valid CA in the browser. 

• I click/select the “ovirt certificate” which is highlighted in blue on my 
screen. 

• It displays the option to save the certificate or view it in the browser. 
 My browser is Firefox 91.9.0.  

• I save the certificate which I later import into my browser (following 
your instruction).  The certificate is accepted by the browser with no errors 
encountered.  

• I then restart the upload process again and “Test Connection”.   The same 
message is displayed:
Connection to “ovirt-imageio-service” has failed.  Ensure the “ovirt 
certificate” is registered as a valid CA in the browser.  The same message as 
earlier in the process.

Is there some place other place I should be looking for more information or 
something else I should be doing? 
___
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/2IKSUFVGYTYI2KICH2LYJNS5CVPQEMFJ/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread louisb
I greatly appreciate the response, however, following you instructions I’m 
still not able to upload an ISO via the GUI. 

When try an upload using the GUI I follow the instruction below:  

• In the pane on the left hand side of the screen, I select “Storage”.
  
• Select “Disks”.
  
• Where I get the screen “Storage > Disks”.
  
• On the top right hand side of the screen, I select “Upload”.
  
• From the pull down menu I select “Start”.
  
• I choose the file/ISO I want to upload, in this case its “CENTOS-Stream” 
version 9.
  
• At the bottom of the screen I click the “Test Connection” button.  
  
• The following messages appears:
Connection to “ovirt-imageio-service” has failed.  Ensure the “ovirt 
certificate” is registered as a valid CA in the browser. 

• I click/select the “ovirt certificate” which is highlighted in blue on my 
screen. 

• It displays the option to save the certificate or view it in the browser. 
 My browser is Firefox 91.9.0.  

• I save the certificate which I later import into my browser (following 
your instruction).  The certificate is accepted by the browser with no errors 
encountered.  

• I then restart the upload process again and “Test Connection”.   The same 
message is displayed:
Connection to “ovirt-imageio-service” has failed.  Ensure the “ovirt 
certificate” is registered as a valid CA in the browser.  The same message as 
earlier in the process.
___
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/WX7Y2PAZJGTMFRTR3XPVEANNWWOFQS3C/


[ovirt-users] Re: OVIRT Engine Restore from old Backup

2022-05-10 Thread Strahil Nikolov via Users
If you decide to do it, I would do the following:  Verify if there are any 
heals towards the 4.4 node -> If not, proceed.use remove-brick replica 1 mode 
(see gluster volume help) and remove both 4.5 bricks.Then remove the nodes with 
gluster peer detach.Remove gluster 4.5 and install 4.4
Then setup only 1 node's brick (mkfs.xfs-f -i size=512 ...) , peer probe that 
node and expand the volume (add-brick replica 2) .
N.B.: Don't forget to increase the replica count !!!
Wait for the heals to end, peer probe the last node, mkfs.xfs the brick and 
then again add-brick and increase the replica count.

Of course, backups are must when you play with storage :D
Best Regards,Strahil Nikolov 
 
  On Tue, May 10, 2022 at 1:01, Abe E wrote:   Spoke too 
soon, the above + it seems occasionally the gluster on 2 nodes reports Cluster 
quorum is not met. I did have to at one point rebuild the glusters which 
includes the bricks, am I at the point where I should be resetting the brick on 
a node?
___
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/U6HJD4NH334HFZPHQWUB5QB7AQKNF5P2/
  
___
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/7NDG54KGROO7FEQXIH7DHMLJIC6WBULD/


[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread diego . ercolani
Yes, that worked, I saw this solution but was referred to an old ovirt-engine 
version, is this a regression issue?
___
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/XP2STLM3F2L7FBO4HHWMGUTMUOSW65M3/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread Patrick Hibbs
You shouldn't need to change anything if you are using the apache cert
generated by engine-setup. That whole conversation only applies if
you've changed the certificate used by apache on the engine host.

For default setups, you just need to import and trust the CA generated
by engine-setup into your browser(s).

-Patrick Hibbs

On Mon, 2022-05-09 at 19:38 +, lou...@ameritech.net wrote:
> I’m trying to upload an ISO image in ovirt 4.4.10, It’s been a huge
> challenge to accomplish this.  I read several post regarding this
> issue, I really don’t have s clear understanding of solution to this
> issue.  My experience has not been very fruitful at all.  
> 
> When I try to perform the upload using the web GUI I get the
> following message in the status column: “Paused by System“.  I’ve
> been reading for roughly three weeks trying to understand and resolve
> the issue.  There is a tremendous amount of discussion centered
> around changing certificate file located in the directory
> “etcpki/ovirt-engine”, however it not clear at all what files need to
> change.  
> 
> My installation is an out-of-box installation with any certificates
> beginning generated as part of the install process, I’ve imported the
> certificate that was generated into my browser/Firefox 91.9.0.  
> Based on what I’ve been reading the solution to my problems is that
> the certificate does not match the certificate defined in the
> “imageio-service”, my question is why because it was generated as
> part of the installation?  
> 
> What files in the “/etc/pki/ovirt-engine” must be changed to get
> things working.  Further should  or do I copy the certificate saved
> from the GUI to files under “/etc/pki/ovirt-engine” directory?  
> 
> I feel like I’m so close after six month of reading and re-installs,
> what do I do next?  
> 
> Thanks
> ___
> 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/YVGGVNOQ5FL7OXW35RGENZHQGTGO624V/

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


[ovirt-users] Re: Unable to install Hosted engine.

2022-05-10 Thread John
This looks like the postgresql-jdbc issue to me. Did you manage to virsh 
console onto the engine (and wait for the dnf packages update to finish) 
then "dnf downgrade postgresql-jdbc"?


On 10/05/2022 13:31, paul.chap...@farmgroup.tv wrote:

[ ERROR ] fatal: [localhost -> 192.168.222.253]: FAILED! => {"attempts":
30, "changed": false, "connection": "close",
"content":
"Error500
- Internal Server Error", "content_encoding":
"identity", "content_length": "86",
"content_type": "text/html; charset=UTF-8", "date":
"Thu, 05 May 2022 15:34:55 GMT", "elapsed": 0, "msg":
"Status code was 500 and not [200]: HTTP Error 500: Internal Server Error",
"redirected": false, "server": "Apache/2.4.37 (centos)
OpenSSL/1.1.1k mod_auth_gssapi/1.6.1 mod_wsgi/4.6.4 Python/3.6", "status":
500, "url":"http://localhost/ovirt-engine/services/health"}


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
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/7FLYACDU2BRPSZKKEILBMBZKGCWNLSKX/


[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread Igor Davidoff
the following workaround can help:

* edit the file /etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf
* add "ProxyPreserveHost on" in Location /ovirt-engine-grafana
* restart the httpd service
~~~text (/etc/httpd/conf.d/ovirt-engine-grafana-proxy.conf)

LoadModule proxy_module modules/mod_proxy.so



ProxyPreserveHost on
ProxyPass http://127.0.0.1:3000 retry=0 disablereuse=On
ProxyPassReverse http://127.0.0.1:3000/ovirt-engine-grafana

~~~
___
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/MSXVRQ6GSR2MU4PFS5G3JYRGXAPXYKUF/


[ovirt-users] Re: [ovirt-announce] Async release for ovirt-engine (4.5.0.7) is now available

2022-05-10 Thread Michal Skrivanek


> On 10. 5. 2022, at 13:04, Lev Veyde  wrote:
> 
> The oVirt Team has just released a new version of ovirt-engine package
> (4.5.0.7) that fixes a few important bugs:

It's worth mentioning that 4.5.0.8 should follow shortly and should fix the 
compatibility with new postgresql-jdbc so that people don't have to downgrade

> 
> - Bug 2066084  > - vmconsole-proxy-user certificate 
> expired - cannot access serial console
> 
> - Bug 2079799  > - issue the internal Certificate 
> Authority for 20 years
> 
> - Bug 2079835  > - Separate validity length of Apache 
> and internal certificates
> 
> - Bug 2079890  > - renew certificates sooner before 
> they expire
> 
> - Bug 2079901  > - allow Enroll Certificate action when 
> host is Non Responsive
> 
> 
> The update is already available on resources.ovirt.org 
>  and should land on
> oVirt mirrors within 24 hours.
> 
> Thanks in advance,
> -- 
> 
> LEV VEYDE
> SENIOR SOFTWARE ENGINEER, RHCE | RHCVA | MCITP
> Red Hat Israel
> 
>  
> l...@redhat.com  | lve...@redhat.com 
>   
> TRIED. TESTED. TRUSTED. 
> ___
> Announce mailing list -- annou...@ovirt.org
> To unsubscribe send an email to announce-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/annou...@ovirt.org/message/FXUKS4J2YF6E2QJPFDWVZV5XFMEYX7X7/

___
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/3A6TRFCXEHF3D2CNPWWYO7OVGAWVUZIJ/


[ovirt-users] Unable to install Hosted engine.

2022-05-10 Thread paul . chapman
I'm trying to install a self hosted engine and it fails in the same place 
everytime. This looks like it could be the postgres error but the 
uninstall/reinstall fix doesn't work because the engine doesn't get installed. 
Here is the feedback from the install. I have posted this on the devel list as 
well, apologies for blitzing the lists.

2022-05-05 14:26:10,352+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_SYSTEM/userApache=str:'apache'

2022-05-05 14:26:10,352+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_SYSTEM/userEngine=str:'ovirt'

2022-05-05 14:26:10,352+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_SYSTEM/userPostgres=str:'postgres'

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_SYSTEM/userRoot=str:'root'

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_SYSTEM/userVdsm=str:'vdsm'

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_SYSTEM/userVmConsole=str:'ovirt-vmconsole'

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyConfig=bool:'True'

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyPort=int:''

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_WSP_RPMDISTRO_PACKAGES=str:'ovirt-engine-websocket-proxy'

2022-05-05 14:26:10,353+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
OVESETUP_WSP_RPMDISTRO_PACKAGES_SETUP=str:'ovirt-engine-setup-plugin-websocket-proxy'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/dnfDisabledPlugins=list:'[]'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/dnfExpireCache=bool:'True'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/dnfRollback=bool:'True'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/dnfpackagerEnabled=bool:'True'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/keepAliveInterval=int:'30'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/yumDisabledPlugins=list:'[]'

2022-05-05 14:26:10,354+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/yumEnabledPlugins=list:'[]'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/yumExpireCache=bool:'True'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/yumRollback=bool:'True'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
PACKAGER/yumpackagerEnabled=bool:'False'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/GRAFANA_USE_ENGINE_ADMIN_PASSWORD=str:'yes'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/OVESETUP_DWH_SCALE=str:'1'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/OVESETUP_GRAFANA_ENABLE=str:'yes'

2022-05-05 14:26:10,355+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/OVESETUP_IGNORE_SNAPSHOTS_WITH_OLD_COMPAT_LEVEL=str:'yes'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/OVESETUP_NETWORK_FQDN_this=str:'ovirtengine.farmyard.loc'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/OVESETUP_PKI_ORG=str:'farmyard.loc'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/ovirt-cinderlib-enable=str:'no'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/ovirt-provider-ovn=str:'yes'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
QUESTION/1/ovirt-provider-ovn-default-credentials=str:'yes'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
SYSTEM/clockMaxGap=int:'5'

2022-05-05 14:26:10,356+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
SYSTEM/clockSet=bool:'False'

2022-05-05 14:26:10,357+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin'

2022-05-05 14:26:10,357+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
SYSTEM/reboot=bool:'False'

2022-05-05 14:26:10,357+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
SYSTEM/rebootAllow=bool:'True'

2022-05-05 14:26:10,357+0100 DEBUG otopi.context context.dumpEnvironment:775 ENV
SYSTEM/rebootDeferTime=int:'10'

2022-05-05 14:26:10,357+0100 DEBUG otopi.context context.dumpEnvironment:779 
ENVIRONMENT
DUMP - END

2022-05-05 14:26:10,367+0100 DEBUG otopi.context context._executeMethod:127 
Stage
pre-terminate 

[ovirt-users] Async release for ovirt-engine (4.5.0.7) is now available

2022-05-10 Thread Lev Veyde
The oVirt Team has just released a new version of ovirt-engine package

(4.5.0.7) that fixes a few important bugs:

- Bug 2066084  - vmconsole-proxy-user
certificate expired - cannot access serial console

- Bug 2079799  - issue the internal
Certificate Authority for 20 years

- Bug 2079835  - Separate validity
length of Apache and internal certificates

- Bug 2079890  - renew certificates
sooner before they expire

- Bug 2079901  - allow Enroll
Certificate action when host is Non Responsive


The update is already available on resources.ovirt.org and should land on

oVirt mirrors within 24 hours.

Thanks in advance,
-- 

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel



l...@redhat.com | lve...@redhat.com

TRIED. TESTED. TRUSTED. 
___
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/FXUKS4J2YF6E2QJPFDWVZV5XFMEYX7X7/


[ovirt-users] Re: Upload Cerfiticate issue

2022-05-10 Thread Nir Soffer
On Mon, May 9, 2022 at 10:40 PM  wrote:
>
> I’m trying to upload an ISO image in ovirt 4.4.10, It’s been a huge challenge 
> to accomplish this.  I read several post regarding this issue, I really don’t 
> have s clear understanding of solution to this issue.  My experience has not 
> been very fruitful at all.

Sorry to hear this.

> When I try to perform the upload using the web GUI I get the following 
> message in the status column: “Paused by System“.  I’ve been reading for 
> roughly three weeks trying to understand and resolve the issue.  There is a 
> tremendous amount of discussion centered around changing certificate file 
> located in the directory “etcpki/ovirt-engine”, however it not clear at all 
> what files need to change.
>
> My installation is an out-of-box installation with any certificates beginning 
> generated as part of the install process, I’ve imported the certificate that 
> was generated into my browser/Firefox 91.9.0.   Based on what I’ve been 
> reading the solution to my problems is that the certificate does not match 
> the certificate defined in the “imageio-service”, my question is why because 
> it was generated as part of the installation?

If your system is out-of-box installation and you are using the
default self signed
engine CA, there should be no mismatch.

> What files in the “/etc/pki/ovirt-engine” must be changed to get things 
> working.  Further should  or do I copy the certificate saved from the GUI to 
> files under “/etc/pki/ovirt-engine” directory?

You don't have to change anything to use the defaults.

> I feel like I’m so close after six month of reading and re-installs, what do 
> I do next?

There is not enough info in you mail what  you tried to do, and or any
logs showing
what the system did. To make sure you installed the certificate
properly, this is
the way to import the engine CA certificate:

1. Download the certificate from:

https://myengine.example.com/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA

2. In Firefox settings, search "Certificates" and click "View certificates"

3. Click "Authorities" and "Import..."

Select the certificate file, and enable the first checkbox for
trusting web sites.

4. Reopen the browser to activate the certificate

To test that the certificate works, open the "Disks" tab, and click
"Upload > Start".

Click "Test connection" - you should see a green message about
successful connection
to ovirt-imageio.

Lets continue when you reach this.

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


[ovirt-users] Unable to ugprade cluster level to 4.7 for the hosted engine (only)

2022-05-10 Thread lists--- via Users
Hello,

i upgraded my engine and nodes to 4.5 a few days ago and now planning to 
upgrade the cluster level compatibility from 4.6 to 4.7. First i tried doing 
this from the cluster settings, but it fails because hosted-engine settings are 
locked. So i tried it by hand but again got the locked error, i found i cant 
change any values on the hosted engine. Changing compatiblity level on all 
other VMs worked fine and there are on 4.7 now.
 
I read about the timezone issue in 4.4.8, so i checked the timezone of my 
hosted engine it is filled with "Standard: (GMTZ) Greenwhich Standard Time". To 
be sure, i just did a "/usr/share/ovirt-engine/dbscripts/engine-psql.sh -c 
"update vm_static SET time_zone='Etc/GMT' where vm_name='HostedEngine';"" and 
it changed the timezone, but settings are still locked and i am unable to 
change the compatibility level.

Any idea how to solve this?
___
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/ENA2IU7N62YFMYOOQJ6NA7JSIF74ZFJ6/


[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread diego . ercolani
I tried but obtaining the same message.
Keep in mind that I cannot see any data from grafana wichever dashboard I try 
to visualize I obtain a plenty of popup saying:
"Error updating options: origin not allowed"
___
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/MRGA7FT2WP7O7Z7KTM5YZDDXOM4RCHT2/


[ovirt-users] Re: grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread Artur Socha
Hi,
I have seen similar thing in my dev environment. However, I blamed a
browser because after I cleaned cookies, this error went away. Perhaps you
could try to use it in private mode just to test?
Artur

On Tue, May 10, 2022 at 10:59 AM  wrote:

> Hello,
> in my current new installation ovirt-engine-4.5.0.6-1.el8.noarch I have a
> problem setting up the grafana monitoring portal.
> I'm supposing that there is some problem regarding connection to ovirt DWH
> DB.
>
> I tested the credentials stored in
> /etc/grafana/conf/provisioning/datasources/ovirt-dwh.yaml of the
> ovirt-engine and with psql it seem to work and also the DWH is populated by
> the engine.
>
> But
>
> connecting to configuration->data sources and trying to reconfigure the
> ovirt dwh datasource, when you click on "save & test" it appears a popup
> telling that the "origin not allowed".
> I cannot find anything in the grafana log or the httpd log.
> Can you help?
> ___
> 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/6USYSPBHOVD4JMOQZMZVEFOPNXJIJMBS/
>


-- 
Artur Socha
Senior Software Engineer, RHV
Red Hat
___
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/65LE35YNXTQ3TTOLPYUFZMEXTEE6F4DT/


[ovirt-users] grafana @ ovirt 4.5.0.6 "origin not allowed"

2022-05-10 Thread diego . ercolani
Hello,
in my current new installation ovirt-engine-4.5.0.6-1.el8.noarch I have a 
problem setting up the grafana monitoring portal.
I'm supposing that there is some problem regarding connection to ovirt DWH DB.

I tested the credentials stored in 
/etc/grafana/conf/provisioning/datasources/ovirt-dwh.yaml of the ovirt-engine 
and with psql it seem to work and also the DWH is populated by the engine.

But

connecting to configuration->data sources and trying to reconfigure the ovirt 
dwh datasource, when you click on "save & test" it appears a popup telling that 
the "origin not allowed".
I cannot find anything in the grafana log or the httpd log.
Can you help?
___
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/6USYSPBHOVD4JMOQZMZVEFOPNXJIJMBS/