[ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Nicolas Vaye
Hi, I want to create a cloned virtual machine based on a template with SDK API python and i don't find the parameter to indicate the clone action for the disk here is my code : #!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (c) 2016 Red Hat, Inc. # # Licensed under the Apache Lice

Re: [ovirt-users] virtual machine actual size is not right

2018-03-22 Thread Pavol Brilla
Hi just small clarification I entered the server and type df -h. - do you meant you run this command on host which is running mentioned VM? On Thu, Mar 22, 2018 at 4:47 AM, Terry hey wrote: > Dear all, > > I would like to know the actual size that the virtual machine is used. > I found that th

Re: [ovirt-users] ovirt do not start postgresql

2018-03-22 Thread Sandro Bonazzola
> > As Didi mentioned, we are looking for errors in the below files/dir. > Do you mind to take a look and share the error message? > > /var/log/ovirt-engine/setup/* > /var/opt/rh/rh-postgresql95/lib/pgsql/data/pg_log > /var/log/messages > > > Didi, Eli, can you please have a look? Looking at the

Re: [ovirt-users] ovirt do not start postgresql

2018-03-22 Thread Yedidyah Bar David
Hi all, It's very hard to debug this without getting a full picture of the state of the machine, including logs, versions, flow, etc. Some comments inside. On Thu, Mar 22, 2018 at 10:12 AM, Sandro Bonazzola wrote: > >> >> As Didi mentioned, we are looking for errors in the below files/dir. >> Do

Re: [ovirt-users] Revised Query for moving Ovirt Engine...

2018-03-22 Thread Nasrum Minallah Manzoor
Hi Every one, To make it more clear I am revising my below query! I have installed 2 nodes in a cluster and ovirt engine is installed on separate machine on Vmware workstation. Now I want to move ovirt engine to one of my any nodes. What process should I go through. Need solution from experts

Re: [ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Fred Rolland
Hi Nicolas, You can find an example here: https://github.com/oVirt/ovirt-engine-sdk/blob/21f637345597729240f217cfe84fe2a2cf39a655/sdk/examples/add_independet_vm.py#L56 Regards, Fred On Thu, Mar 22, 2018 at 9:09 AM, Nicolas Vaye wrote: > Hi, > > I want to create a cloned virtual machine based

Re: [ovirt-users] Any monitoring tool provided?

2018-03-22 Thread Yaniv Kaul
On Thu, Mar 22, 2018 at 5:41 AM, Terry hey wrote: > Dear all, > > Now, we can just read how many storage used, cpu usage on ovirt dashboard. > But is there any monitoring tool for monitoring virtual machine time to > time? > If yes, could you guys give me the procedure? > https://ovirt.org/blog/

Re: [ovirt-users] Adding host to hosted-engine /w gluster cluster. (On ovirt Node 4.2.1.1)

2018-03-22 Thread Sahina Bose
On Wed, Mar 21, 2018 at 7:01 PM, Hanson Turner wrote: > Hi Sahina, > > On the fourth node, I've found /var/log/glusterfs/rhev-data- > center-mnt-glusterSD-ovirtnode1.core\:_engine.log ... is this the > engine.log you're referring to or do you want one from the hosted engine? > I was referring to

Re: [ovirt-users] Juniper vSRX Cluster on oVirt/RHEV

2018-03-22 Thread Yaniv Kaul
On Wed, Mar 21, 2018 at 10:37 PM, Charles Kozler wrote: > Hi All - > > Recently did this and thought it would be worth documenting. I couldnt > find any solid information on vsrx with kvm outside of flat KVM. This > outlines some of the things I hit along the way and how to fix. This is my > one

[ovirt-users] Ovirt 404 - Not found

2018-03-22 Thread Luis Ricardo de Souza
Hello, My ovirt 4.1.9 install is throwing error 404 - Not found. Follow the log files. DHW 2018-03-20 09:14:31|ETL Service Stopped 2018-03-20 09:16:32|ETL Service Started ovirtEngineDbDriverClass|org.postgresql.Driver ovirtEngineHistoryDbJdbcConnection|jdbc:postgresql://localhost:5432/ovirt_engin

Re: [ovirt-users] How to generate Swagger specification of the oVirt API?

2018-03-22 Thread Juan Hernández
On 03/22/2018 04:40 AM, Shao-Da Huang wrote: Hi Juan, I saw the discussion in users-list: http://lists.ovirt.org/pipermail/users/2017-April/081618.html and I'm curious about how to generate the Swagger specfication of existing oVirt API (or maybe can generate by ovirt-engine-api-model?). Could y

[ovirt-users] Engine and nodes ssh setup

2018-03-22 Thread spfma . tech
Hi, I am still trying to make my restored hosted engine communicate with the nodes without success. There is a step I am not sure : is root user on the engine supposed to be able to log into nodes without password or not ? In my case it doesn't By the way, where are located the certificat

Re: [ovirt-users] Can't Add Host To New Hosted Engine - "Server is already part of another cluster"

2018-03-22 Thread Sahina Bose
On Wed, Mar 21, 2018 at 12:33 PM, Yedidyah Bar David wrote: > On Wed, Mar 21, 2018 at 8:17 AM, Adam Chesterton > wrote: > > Hi Everyone, > > > > I'm running a 3-host hyperconverged Gluster setup for testing (on some > old > > desktops), and recently the hosted engine died on me, so I have > atte

Re: [ovirt-users] Ovirt vm's paused due to storage error

2018-03-22 Thread Sahina Bose
Can you provide "gluster volume info" and the mount logs of the data volume (I assume that this hosts the vdisks for the VM's with storage error). Also vdsm.log at the corresponding time. On Fri, Mar 16, 2018 at 3:45 AM, Endre Karlson wrote: > Hi, this is is here again and we are getting sever

Re: [ovirt-users] VDSM SSL validity

2018-03-22 Thread Sahina Bose
Didi, Sandro - Do you know if this option VdsCertificateValidityInYears is present in 4.2? On Mon, Mar 19, 2018 at 4:43 AM, Punaatua PAINT-KOUI wrote: > Up > > 2018-02-17 2:57 GMT-10:00 Punaatua PAINT-KOUI : > >> Any idea someone ? >> >> Le 14 févr. 2018 23:19, "Punaatua PAINT-KOUI" a >> écrit

Re: [ovirt-users] How to generate Swagger specification of the oVirt API?

2018-03-22 Thread Shao-Da Huang
Got it, thank you for your information! 2018-03-22 17:33 GMT+08:00 Juan Hernández : > On 03/22/2018 04:40 AM, Shao-Da Huang wrote: > >> Hi Juan, >> >> I saw the discussion in users-list: >> http://lists.ovirt.org/pipermail/users/2017-April/081618.html >> and I'm curious about how to generate the

Re: [ovirt-users] GlusterFS performance with only one drive per host?

2018-03-22 Thread Sahina Bose
On Mon, Mar 19, 2018 at 5:57 PM, Jayme wrote: > I'm spec'ing a new oVirt build using three Dell R720's w/ 256GB. I'm > considering storage options. I don't have a requirement for high amounts > of storage, I have a little over 1TB to store but want some overhead so I'm > thinking 2TB of usable

Re: [ovirt-users] VDSM SSL validity

2018-03-22 Thread Yedidyah Bar David
On Thu, Mar 22, 2018 at 11:58 AM, Sahina Bose wrote: > Didi, Sandro - Do you know if this option VdsCertificateValidityInYears is > present in 4.2? I do not think it ever was exposed to engine-config - I think it's a bug in that page. You should be able to update it with psql, if needed - someth

Re: [ovirt-users] HostedEngine with HA

2018-03-22 Thread Hanson Turner
Hi Carlos, If you're using shared storage across the nodes/hypervisors, the HostedEngine VM should already be HA. Sometimes this allows the engine to drop while restarting it on another node. Usually when this happens the rest of the nodes running VMs stay up, and things resync when the down

[ovirt-users] Query for moving Ovirt Engine...

2018-03-22 Thread Nasrum Minallah Manzoor
Hello Every one, I want to move ovirt engine from one of my machine to node installed on another machine! What steps I should take to accomplish the query! Help would be appreciated! Regards, ___ Users mailing list Users@ovirt.org http://lists.ovirt

[ovirt-users] [ANN] oVirt 4.2.2 FifthRelease Candidate is now available

2018-03-22 Thread Lev Veyde
The oVirt Project is pleased to announce the availability of the oVirt 4.2.2 Fifth Release Candidate, as of March 22nd, 2018 This update is a release candidate of the second in a series of stabilization updates to the 4.2 series. This is pre-release software. This pre-release should not to be used

Re: [ovirt-users] Query for moving Ovirt Engine...

2018-03-22 Thread Yedidyah Bar David
On Thu, Mar 22, 2018 at 8:54 AM, Nasrum Minallah Manzoor wrote: > Hello Every one, > > > > I want to move ovirt engine from one of my machine to node installed on > another machine! What steps I should take to accomplish the query! > > > > Help would be appreciated! Not sure what exactly you mean

Re: [ovirt-users] Query for moving Ovirt Engine...

2018-03-22 Thread Yedidyah Bar David
On Thu, Mar 22, 2018 at 4:45 PM, Junaid Jadoon wrote: > Hi yedidyah, > below is our main objective > > > > To make it more clear I am revising my query! > > > > We have installed 2 nodes in a cluster and ovirt engine is installed on > separate machine on Vmware workstation. Now I want to move ovi

Re: [ovirt-users] Query for moving Ovirt Engine...

2018-03-22 Thread Yedidyah Bar David
On Thu, Mar 22, 2018 at 5:07 PM, Nasrum Minallah Manzoor wrote: > Thank you Yedidyah, > > Let me clearify it more that i have 2 ovirt nodes in a cluster. Ovirt engine > is on seperate machine on vmware workstation. Now i want to move this ovirt > engine to one of my nodes (which are in a cluster

Re: [ovirt-users] Ovirt nodes NFS connection

2018-03-22 Thread FERNANDO FREDIANI
Hello Tal It seems you have a very big overkill on your environment. I would say that normally 2 x 10Gb interfaces can do A LOT for nodes with proper redundancy. Just creating Vlans you can separate traffic and apply, if necessary, QoS per Vlan to guarantee which one is more priority. If you have

Re: [ovirt-users] Disk upload cancel/remove

2018-03-22 Thread Alex K
After 48 hours it seems the issue has been resolved. No disks are shown with status "Transferring via API" Alex On Wed, Mar 21, 2018 at 9:33 AM, Alex K wrote: > Even after rebooting the engine the disks are still there with same status > "Transferring via API" > > Alex > > On Tue, Mar 20, 2018

Re: [ovirt-users] virtual machine actual size is not right

2018-03-22 Thread Terry hey
Hello~ i type this command on the running vm, not the hypervisor ( ovirt node). ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] can't select network in network section of initial run

2018-03-22 Thread Nathanaël Blanchet
Hi all, In ovirt 4.1.9, the "select network above" is blank when I want to add a network with cloud-init. Is it a known bug corrected in the 4.2.x branch? -- Nathanaël Blanchet Supervision réseau Pôle Infrastrutures Informatiques 227 avenue Professeur-Jean-Louis-Viala 34193 MONTPELLIER CEDEX

[ovirt-users] FCP storage domain wiped, recovery process

2018-03-22 Thread aduckers
I’ve got an environment with: 13 servers in the oVirt default cluster Hosted Engine 4.1.3.5-1.el7.centos Storage provided by FC san One of the FC LUNs, being used as a Data Domain, was wiped/reformatted through a confluence of events. How can I clean this up and re-add this LUN back? I can’t De

Re: [ovirt-users] Ovirt vm's paused due to storage error

2018-03-22 Thread Darrell Budic
I’ve also encounter something similar on my setup, ovirt 3.1.9 with a gluster 3.12.3 storage cluster. All the storage domains in question are setup as gluster volumes & sharded, and I’ve enabled libgfapi support in the engine. It’s happened primarily to VMs that haven’t been restarted to switch

Re: [ovirt-users] Any monitoring tool provided?

2018-03-22 Thread Christopher Cox
On 03/21/2018 10:41 PM, Terry hey wrote: Dear all, Now, we can just read how many storage used, cpu usage on ovirt dashboard. But is there any monitoring tool for monitoring virtual machine time to time? If yes, could you guys give me the procedure? A possible option, for a full OS with netw

Re: [ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Nicolas Vaye
ok, got it ! just add clone parameter for add function. vm = vms_service.add( types.Vm( name=vm_name, cluster=types.Cluster( name=vm_cluster_name ), stateless=False, type=types.VmType('server'), comment='cloned from template '+templa

Re: [ovirt-users] FCP storage domain wiped, recovery process

2018-03-22 Thread Alex K
Hi, Did you try to put it into maintenance then destroy it? On Mar 22, 2018 19:18, "aduckers" wrote: > I’ve got an environment with: > 13 servers in the oVirt default cluster > Hosted Engine 4.1.3.5-1.el7.centos > Storage provided by FC san > > One of the FC LUNs, being used as a Data Domain, w

Re: [ovirt-users] FCP storage domain wiped, recovery process

2018-03-22 Thread aduckers
I have not tried to destroy it yet - I didn’t want to try that without understanding how that would affect all the other objects that are related (vms, templates, etc..). If destroying it will also clean those up, or allow me to delete them, then that sounds like it might be the way to go. > O

[ovirt-users] Authentication

2018-03-22 Thread Bryan Sockel
Hey Guys, Was working on switching my authentication over to TLS, and during the process I have lost the Internal Authentication option on my drop down list. Need to Know how to add it back it back to the list of drop down items. Thanks ___ Users

Re: [ovirt-users] Query for moving Ovirt Engine...

2018-03-22 Thread Nasrum Minallah Manzoor
Thank you Yedidyah, Let me clearify it more that i have 2 ovirt nodes in a cluster. Ovirt engine is on seperate machine on vmware workstation. Now i want to move this ovirt engine to one of my nodes (which are in a cluster). I need help with the above so that i could complete my task. Thanks i

Re: [ovirt-users] Can't Add Host To New Hosted Engine - "Server is already part of another cluster"

2018-03-22 Thread Adam Chesterton
Hi Sahina and Yedidyah, Thanks for the information and offers of help. I am pleased to report that I've resolved the issue I had, thanks to the prompting your requests gave me, and everything is functional. I shall attempt to explain what happened and how I fixed it. When I looked at the Gluster

Re: [ovirt-users] Authentication

2018-03-22 Thread Ondra Machacek
On 03/22/2018 11:25 PM, Bryan Sockel wrote: Hey Guys, Was working on switching my authentication over to TLS, and during the process I have lost the Internal Authentication option on my drop down list.  Need to Know how to add it back it back to the list of drop down items. Just re-run engi

Re: [ovirt-users] gluster self-heal takes cluster offline

2018-03-22 Thread Sahina Bose
On Fri, Mar 16, 2018 at 2:45 AM, Jim Kusznir wrote: > Hi all: > > I'm trying to understand why/how (and most importantly, how to fix) an > substantial issue I had last night. This happened one other time, but I > didn't know/understand all the parts associated with it until last night. > > I hav