Re: [ovirt-users] Unable to get volume size for domain

2018-04-19 Thread Francesco Romani
On 04/19/2018 09:44 AM, nico...@devels.es wrote: > Hi, > > We're running oVirt 4.1.9 and recently we've experienced a corruption > of a lot of VMs... I tried to investigate the reasons but I simply > can't find an explaination of why this happens. > > I'd really appreciate if someone could take a

[ovirt-users] VM Disk Import Error

2018-04-19 Thread Николаев Алексей
Hi community! I have another issue when try import VM disks after partial VM Import.   2018-04-19 10:05:44,561+03 INFO  [org.ovirt.engine.core.bll.storage.disk.image.RegisterDiskCommand] (default task-13) [315a9cfb-db88-48bd-87ed-2d50fdba2fb2] Lock Acquired to object

Re: [ovirt-users] ovirt-ha-broker not work

2018-04-19 Thread Andrej Krejcir
Hi, you have hit a bug, that is already fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1518887 Maybe you are running ovirt-engine verison 4.2 or above, but the host was not yet updated to 4.2 ? Updating the host will fix this. Andrej On 19 April 2018 at 05:21, wrote: >

[ovirt-users] VM Import Error

2018-04-19 Thread Николаев Алексей
Hi community! I have some issue then try import VM after import storage domain from old ovirt-engine instance. 2018-04-19 09:33:34,179+03 INFO  [org.ovirt.engine.core.bll.exportimport.ImportVmFromConfigurationCommand] (default task-62) [9a477a82-cfb3-4f60-871d-5b40fcd39dbf] Lock Acquired to object

[ovirt-users] Host Install Fail over WebUI

2018-04-19 Thread Roger Meier
Hi all, I wanted to add a new host to our current oVirt 4.2.2 setup and the install of the host fail with the following error message: /var/log/ovirt-engine/host-deploy/ovirt-host-deploy-ansible-20180419123531-192.168.1.20-4b80801e.log ... > 2018-04-19 12:42:57,241 p=17471 u=ovirt |  TASK

[ovirt-users] Hosted-engine can not switch

2018-04-19 Thread dhy336
Hi, I deploy three node with hosted engine, I force shut down a node which Host-engine VM is run, But hosted engine VM in other nodes can not run. I find some error in /var/log/ovirt-hosted-engine-ha/agent.log MainThread::INFO::2018-04-19

[ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
Hi Team, I am trying to get the disk level statistics using oVirt with the following API, /ovirt-engine/api/disks/{unique_disk_id}/statistics/ *and I get this response : * { "statistic": [ { "kind": "gauge", "type": "decimal", "unit":

[ovirt-users] 2 data centeres, production and backup

2018-04-19 Thread Bartomeu F. Sastre
Hi, I would like to manage 2 separated data centers, one in a site and another place connected with optic fiber. so I guess that I have to use 2 engines, one in each data center. Would they be able to see each other and move machines from one to another ? So I want to schedule backups to send

Re: [ovirt-users] Unable to get volume size for domain

2018-04-19 Thread nicolas
El 2018-04-19 08:53, Francesco Romani escribió: On 04/19/2018 09:44 AM, nico...@devels.es wrote: Hi, We're running oVirt 4.1.9 and recently we've experienced a corruption of a lot of VMs... I tried to investigate the reasons but I simply can't find an explaination of why this happens. I'd

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
How frequently is the 'disk_all table' is updated with new statistics? On Fri, Apr 20, 2018 at 11:15 AM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > How is the disk id mapped to this table : disk_image_dynamic table? > > If I need statistics of all the disk, How can

Re: [ovirt-users] Hosted-engine can not_switch

2018-04-19 Thread dhy336
this is my vdsm log lead to hosted-engine start. 2018-04-20 04:40:09,011+0800 ERROR (vm/08bbd680) [virt.vm] (vmId='08bbd680-a8a7-4267-82e7-89f36e87e930') The vm start process failed (vm:898)Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py", line 827, in

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
How is the disk id mapped to this table : disk_image_dynamic table? If I need statistics of all the disk, How can I get it? On Thu, Apr 19, 2018 at 10:15 PM, Benny Zlotnik wrote: > It is in the disk_image_dynamic table > > On Thu, Apr 19, 2018 at 3:36 PM, Hari Prasanth

Re: [ovirt-users] Hosted-engine can not switch

2018-04-19 Thread Martin Sivak
We need more than just this small log snippet. Please check the vdsm and libvirt logs as well. Best regards Martin Sivak On Thu, Apr 19, 2018 at 2:05 PM, wrote: > Hi, > I deploy three node with hosted engine, I force shut down a node which > Host-engine VM is run, But

Re: [ovirt-users] Host Install Fail over WebUI

2018-04-19 Thread Benny Zlotnik
Looks like you hit this: https://bugzilla.redhat.com/show_bug.cgi?id=1569420 On Thu, Apr 19, 2018 at 3:25 PM, Roger Meier wrote: > Hi all, > > I wanted to add a new host to our current oVirt 4.2.2 setup and the > install of the host fail with the following error

Re: [ovirt-users] Frequent vm migration failure

2018-04-19 Thread Michal Skrivanek
> On 17 Apr 2018, at 11:28, Stefano Stagnaro > wrote: > > On Thu, 2018-04-12 at 20:20 +0200, Michal Skrivanek wrote: >> >> >>> On 12 Apr 2018, at 18:26, Stefano Stagnaro >>> >>

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
Appreciated for your help. Could you tell me how frequently the statistics are updated in this table ? I also found one more way to get the statistics, which is the recommended way? select * from getdiskbydiskid('a570a8a4-d4ff-4826-bc39-50bb0b42785c','27e73630-3688-11e8-8432-000c29cc7b80','f');

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Benny Zlotnik
It is in the disk_image_dynamic table On Thu, Apr 19, 2018 at 3:36 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > I am trying to get the disk level statistics using oVirt with the > following API, > > /ovirt-engine/api/disks/{unique_disk_id}/statistics/

Re: [ovirt-users] libzbxovirt - zabbix module for oVirt (proof-of-concept)

2018-04-19 Thread ~Stack~
On 04/19/2018 05:25 PM, Peter Hudec wrote: > Hi, > > I just wanted to share my work to get oVirt monitored by Zabbix. It > could be good start for future work. > > If interested, please see https://github.com/hudecof/libzbxovirt > > There is still a lot of work on this, so any help is welcome.

[ovirt-users] libzbxovirt - zabbix module for oVirt (proof-of-concept)

2018-04-19 Thread Peter Hudec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I just wanted to share my work to get oVirt monitored by Zabbix. It could be good start for future work. If interested, please see https://github.com/hudecof/libzbxovirt There is still a lot of work on this, so any help is welcome.

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Peter Hudec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Hari, there are also another way how to get VM stats. You could hook into VDSM, see https://www.ovirt.org/develop/developer-guide/vdsm/vdsm-client/, command vdsm-client Host getAllVmStats Peter On 19/04/2018 18:48, Hari Prasanth

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
Thanks I will look into vdsm client. 1) In PostgreSQL how frequently the disk statitsitics are updated ? 2) Where can I find the history of disk statitsitcs? On Fri, 20 Apr 2018 at 3:57 AM, Peter Hudec wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi Hari, > >

[ovirt-users] 回复:Re: Hosted-engine can not switch

2018-04-19 Thread dhy336
libvirt has not error logs . I only find some error for vdsm.vdsm log is:2018-04-20 09:24:52,610+0800 INFO (jsonrpc/1) [vdsm.api] FINISH getVolumeInfo return={'info': {'status': 'OK', 'domain': '8a734205-65b7-4801-b7f0-d380eb45dbae', 'voltype': 'LEAF', 'description':

[ovirt-users] 回复: 回复:Re: Hosted-engine can not_switch

2018-04-19 Thread dhy336
Hi I find some error logs in /var/log/ovirt-hosted-engine-ha/broker. [root@hosted-engine2 ~]# ll /rhev/data-center/mnttotal 0drwxr-xr-x. 3 vdsm kvm 76 Apr 18 22:28 192.168.122.218:_exports_datadrwxr-xr-x. 3 vdsm kvm 76 Apr 18 22:12 192.168.122.218:_exports_hosted-engine-test1[root@hosted-engine2