[ovirt-users] oVirt Hosted-Engine upgrade filed

2019-06-02 Thread mail
Hello! Get problems with upgrade oVirt Hosted-Engine from 4.2.8 to 4.3.3. After 
installing http://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm on 
Engine VM i run yum update, then engine-setup and got this error:

  --== DATABASE CONFIGURATION ==--

[WARNING] This release requires PostgreSQL server 10.6 but the engine database 
is currently hosted on PostgreSQL server 9.5.14.
[ INFO  ] Verifying PostgreSQL SELinux file context rules
[ ERROR ] Failed to execute stage 'Environment customization': could not stat 
file "base/13699369/1259_fsm": Permission denied

[ INFO  ] Stage: Clean up
  Log file is located at 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20190602110956-iqr6bc.log
[ INFO  ] Generating answer file 
'/var/lib/ovirt-engine/setup/answers/2019060220-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ ERROR ] Execution of setup failed
But i don't find any solution how resolve this issue. Maybe i doing something 
wrong?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QYAI3CP2IJMP45P4HCCX5ES7JFG3SG7U/


[ovirt-users] Re: Uploading disk images (oVirt 4.3.3.1)

2019-06-02 Thread Arik Hadas
On Fri, May 31, 2019 at 11:57 PM  wrote:

> Hi,
> I have an issue while trying to upload disk images thru the Web UI.
> "Connection to ovirt-imageio-proxy service has failed. Make sure the
> service is installed, configured, and ovirt-engine certificate is
> registered as a valid CA in the browser."
>
> My ovirt engine's fqdn is ovirt-engine.mydomain.com however due to
> network restrictions I had to set rules in order to reach our ovirt-engine
> ovirt-engine.mydomain.com = 192.168.0.45
>
> For example ovirt-engine.mydomain.otherstuff.com - 192.168.10.109:80,
> 192.168.10.109:443, 192.168.0.45:80
> So as you can see I need to hit the ovirt-engine using
> ovirt-engine.mydomain.otherstuff.com which I am able to by modifyting the
> 11-setup-sso.conf file and adding "SSO_ENGINE_URL="
> https://ovirt-engine.mydomain.otherstuff.com:443/ovirt-engine/;
>
> I am able to upload disk images when using
> http://ovirt-engine.mydomain.com  but not able to
> http://ovirt-engine.mydomain.otherstuff.com
> I know it might be related to the certificates but I need to be able to
> upload disk images using both URLs.
>
> any ideas?
>

Hi,

While it doesn't address your issue directly, you may want to use
muCommander for this - a demo is available in [1].
Note that this is not part of the oVirt project and still under development
but the upload functionality works well, without needing to mess with
credentials in the browser and it also supports uploading ISO files to data
domains (as ISO images). muCommander is not packaged yet with this plugin
for oVirt, so if you're interested in that you'll need to clone the code
from [2] and build it as shown in [1] (All you need is git and the Java
compiler installed. Note it's cross-platform).

[1] https://www.youtube.com/watch?v=pJSTjixYOnU
[2] g...@github.com:mucommander/mucommander.git


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


[ovirt-users] Re: libvirt memory leak?

2019-06-02 Thread Strahil
Hi Alex,

As a sys admin -  I would rexommend to thoroughly check the 'journalctl' if it 
is permanent.
If not - check libvirt logs (/var/log/something/qemu/VM-name.log -> this is 
based on memory).
Also, if you run out of memory - the OOM killer kicked in and it will be 
reporting details kn /var/log/messages.

Best Regards,
Strahil NikolovOn Jun 2, 2019 06:37, Alex McWhirter  wrote:
>
> After moving from 4.2 -> 4.3 libvirtd seems to be leaking memory, it 
> recently crashed a host by eating 123GB of RAM. Seems to follow one 
> specific VM around, this is the only VM i have created since 4.3, the 
> others were all made in 4.2 them upgraded to 4.3 
>
> What logs would be applicable? 
>
> Libvirt 4.5.0
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/SB75R63BMUEWC5T4XBTKGQNQXXTQV53M/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AHFX75DLV3AJWASOJ57SN4VPNVUFBDXG/


[ovirt-users] Re: Uploading disk images (oVirt 4.3.3.1)

2019-06-02 Thread Strahil
If you can, edit your /etc/hosts (linux client browsing the web) to point 
'engine.mydomain.otherstuff.com' to the IP of the engine.
I'm using the same approach but from windows and it worka for me.
I am not sure but a CNAME in DNS should also work, but someone more experienced 
should step in.

Best Regards,
Strahil NikolovOn May 31, 2019 23:55, adrianquint...@gmail.com wrote:
>
> Hi, 
> I have an issue while trying to upload disk images thru the Web UI. 
> "Connection to ovirt-imageio-proxy service has failed. Make sure the service 
> is installed, configured, and ovirt-engine certificate is registered as a 
> valid CA in the browser." 
>
> My ovirt engine's fqdn is ovirt-engine.mydomain.com however due to network 
> restrictions I had to set rules in order to reach our ovirt-engine 
> ovirt-engine.mydomain.com = 192.168.0.45 
>
> For example ovirt-engine.mydomain.otherstuff.com - 192.168.10.109:80, 
> 192.168.10.109:443, 192.168.0.45:80 
> So as you can see I need to hit the ovirt-engine using 
> ovirt-engine.mydomain.otherstuff.com which I am able to by modifyting the 
> 11-setup-sso.conf file and adding 
> "SSO_ENGINE_URL="https://ovirt-engine.mydomain.otherstuff.com:443/ovirt-engine/;
>  
>
> I am able to upload disk images when using http://ovirt-engine.mydomain.com  
> but not able to http://ovirt-engine.mydomain.otherstuff.com 
> I know it might be related to the certificates but I need to be able to 
> upload disk images using both URLs. 
>
> any ideas?
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QSQKTZ6YCD7XBEUI6FZGVEQY2XKGZ6Q5/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6F5RK277CSFANRL6RXCV5QVUMIEGUMLO/


[ovirt-users] Re: possible to clear vm started under different name warning in gui?

2019-06-02 Thread Strahil
KVM allows the config to be updated when the feature cannot be done live.

The 'poweron' is the only time KVM reads the configuration files.
In our case, vdsm completely destroys the VM (virsh undefine) during poweroff 
and creates the VM (virsh define) during poweron.

When using 'reboot' the KVM process never stops - so from Virtualization 
perspective , the VM never stops and thus no reread of the config.


Best Regards,
Strahil NikolovOn May 31, 2019 16:58, Jayme  wrote:
>
> Thanks, I feel silly for not figuring that out but it looks like a full 
> shutdown/power-off resolved it.  I was only doing reboots previously.
>
> On Fri, May 31, 2019 at 10:47 AM Strahil Nikolov  
> wrote:
>>
>> Have you tried to power off and then power on the VM ?
>>
>> Best Regards,
>> Strahil Nikolov
>>
>> В петък, 31 май 2019 г., 8:59:54 ч. Гринуич-4, Jayme  
>> написа:
>>
>>
>> When a VM is renamed a warning in engine gui appears with an exclamation 
>> point stating "vm was started with a different name".  Is there a way to 
>> clear this warning?  The VM has been restarted a few times since but it 
>> doesn't go away. 
>>
>> Thanks!
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct: 
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives: 
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/FLA643IOFHYXZZEWRJ6R46GQ3IVAQ2IB/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/Z4JFRE2CSRNJ6KIIJEDR3NBBZK7J2232/