[ovirt-users] Problem with following host link for vm list using Java SDK.

2018-07-12 Thread dchambers
When trying to do VM list using the 4.2.4 Java SDK against a 4.2.4 engine, I am getting an error while trying to follow the host link to get host info. Any suggestions on fixing this? List vms = vmsService.list() .follow("host") .send().vms(); Exception in

[ovirt-users] Re: ovirt 4.2.4 installation failures

2018-07-12 Thread Vineet Khandpur
Sorry, more clarification: 2018-07-12 08:45:24,810-0600 DEBUG otopi.context context._executeMethod:128 Stage misc METHOD otopi.plugins.ovirt_engine_setup.ovirt_engine.network.ovirtproviderovn.Plugin._misc_configure_pro vider 2018-07-12 08:45:24,810-0600 DEBUG otopi.transaction

[ovirt-users] Re: ovirt 4.2.4 installation failures

2018-07-12 Thread Vineet Khandpur
cat /var/log/ovirt-engine/setup/ovirt-engine-setup-20180712081855-efeaj4.log | grep -v DEBUG ... Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/otopi/plugin.py", line 856, in executeRaw preexec_fn=preexec_fn, File "/usr/lib64/python2.7/subprocess.py", line 711,

[ovirt-users] Re: NFS Mount on EMC VNXe3200 / User - Group 36:36 / Permission issue

2018-07-12 Thread jeanbaptiste.coupiac
Hello, Luca gave me an answer in direct for the NFS mount : _ you can simply mount the empty volume manually on a path, saying /tmp/nfsvolume, and then change owner with chown 36:36 /tmp/nfsvolume. Then you can mount without issues. _ It worked perfectly, NFS share is ok now 

[ovirt-users] Installing ovirt 3.6 on centOS 6.9 error

2018-07-12 Thread dinushawww
Hi, After install ovirt 3.5 on centOS 6.9, the ovirt engine has stopped. while trying to start ovirt-engine it will say /usr/share/jboss-as not found. i manually download jboss 7.1.1 final and installed in /usr/share and again start the oviert-engine, this time it will start and then run the

[ovirt-users] ovirt 4.2.4 installation failures

2018-07-12 Thread Vineet Khandpur
Building a snadbox ovirt environment on CentOS 7.5.1804 Install fails at Creating CA stage: [ INFO ] Configuring PostgreSQL [ INFO ] Creating CA [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 2] No such file or directory [ INFO ] Yum Performing yum transaction rollback [ INFO

[ovirt-users] Re: Hosted engine unaviable after storage rebuild

2018-07-12 Thread Simone Tiraboschi
On Wed, Jul 11, 2018 at 7:55 AM wrote: > Hello all, > My hosted engine does not start up anymore, because the node can't reach > the storage. > > The hosted engine configuration has not been retrieved from shared > storage. Please ensure that ovirt-ha-agent is running and the storage > server is

[ovirt-users] Issue when updating node to 4.2.4

2018-07-12 Thread Callum Smith
Error in the scripts as part of doing a yum update on the host: /var/log/messages Jul 12 12:07:00 virtA003 imgbased: 2018-07-12 12:07:00,170 [INFO] (MainThread) Extracting image '/usr/share/ovirt-node-ng/image//ovirt-node-ng-4.2.0-0.20180626.0.el7.squashfs.img' Jul 12 12:07:00 virtA003 kernel:

[ovirt-users] Using the web-ui VM portal through a proxy failing

2018-07-12 Thread Callum Smith
Dear oVirt Gurus, Using the oVirt user VM portal seems to not work through the squid proxy setup (configured as per the guide). The page loads and login works fine through the proxy, but the asynchronous requests just hang. I've attached a screenshot, but you can see the "api" endpoint just

[ovirt-users] ovirt 3.5 fail to start on centOS 6.9

2018-07-12 Thread dinushawww
Hi, After installing ovirt 3.5 on centOS6.9 the ovirt-engine has stopped. while restarting the engine the error comes "/usr/share/jboss-as" not found. I installed jboss-as7.7.7final and again restart ovirt-engine. now it says ovirt-engine started, but when i checj the status, it shows

[ovirt-users] Re: Python-SDK4: Check snapshot deletion result?

2018-07-12 Thread Benny Zlotnik
Perhaps you can query the status of job using the correlation id (taking the examples from ovirt-system-tests): dead_snap1_params = types.Snapshot( description=SNAPSHOT_DESC_1, persist_memorystate=False, disk_attachments=[ types.DiskAttachment(

[ovirt-users] Re: Unable to start VM - Image is not a legal chain

2018-07-12 Thread Alex K
Thank you Nicolas. I will keep this for future reference in case I encounter this again. Now I don't have the corrupted VM to experiment. Thanx, Alex On Wed, Jul 11, 2018 at 11:28 AM, wrote: > Hi Alex, > > We had a bigger problem recently which involved the error you mention. I > sent it to

[ovirt-users] Re: Python-SDK4: Check snapshot deletion result?

2018-07-12 Thread nicolas
Hi Ondra, El 2018-07-12 08:02, Ondra Machacek escribió: On 07/11/2018 10:10 AM, nico...@devels.es wrote: Hi, We're using ovirt-engine-sdk-python 4.1.6 on oVirt 4.1.9, currently we're trying to delete some snapshots via a script like this:     sys_serv = conn.system_service()    

[ovirt-users] Re: Python-SDK4: Check snapshot deletion result?

2018-07-12 Thread Ondra Machacek
On 07/11/2018 10:10 AM, nico...@devels.es wrote: Hi, We're using ovirt-engine-sdk-python 4.1.6 on oVirt 4.1.9, currently we're trying to delete some snapshots via a script like this:     sys_serv = conn.system_service()     vms_service = sys_serv.vms_service()     vm_service =