[ovirt-users] High Availability Setup with oVirt

2017-08-14 Thread Anantha Raghava

Hi,

I am trying to setup ovirt clusters in two different locations and 
replicate the data between two sites so that in case of failure in 
primary site, I can bring the VM up in secondary site in quick time with 
minimum data loss. Can we do this oVirt?


I was thinking of using DRBD, however read somewhere that oVirt plugins 
are still under development


--

Thanks & Regards,


Anantha Raghava


Do not print this e-mail unless required. Save Paper & trees.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Hosted-engine is not migrate to other hosts

2017-08-14 Thread Spickiy Nikita
Hi, in advance sorry, i beginner. I try setting HA on oVirt. I install 
hosted-engine on host and after adding two hosts in web portal. When i install 
hosts then select DEPLOY in hosted-engine. But when i shutdown node, on which 
run hosted-engine, and hosted-engine is not start on other hosts automaticlly. 
I guess that trouble in state host(he is state=EngineDown), but not found 
information how to fix it. Maybe it do because i don't setting power management?

My configuration:
--== Host 1 status ==--

conf_on_shared_storage : True
Status up-to-date  : True
Hostname   : vnode10
Host ID: 1
Engine status  : {"health": "good", "vm": "up", "detail": 
"up"}
Score  : 3400
stopped: False
Local maintenance  : False
crc32  : 68e523f8
local_conf_timestamp   : 178768
Host timestamp : 178753
Extra metadata (valid at timestamp):
metadata_parse_version=1
metadata_feature_version=1
timestamp=178753 (Mon Aug 14 15:22:49 2017)
host-id=1
score=3400
vm_conf_refresh_time=178768 (Mon Aug 14 15:23:04 2017)
conf_on_shared_storage=True
maintenance=False
state=EngineUp
stopped=False


--== Host 2 status ==--

conf_on_shared_storage : True
Status up-to-date  : True
Hostname   : vnode11
Host ID: 2
Engine status  : {"reason": "vm not running on this host", 
"health": "bad", "vm": "down", "detail": "unknown"}
Score  : 3400
stopped: False
Local maintenance  : False
crc32  : 1204d5c0
local_conf_timestamp   : 9290
Host timestamp : 9274
Extra metadata (valid at timestamp):
metadata_parse_version=1
metadata_feature_version=1
timestamp=9274 (Mon Aug 14 15:22:53 2017)
host-id=2
score=3400
vm_conf_refresh_time=9290 (Mon Aug 14 15:23:10 2017)
conf_on_shared_storage=True
maintenance=False
state=EngineDown
stopped=False


--== Host 3 status ==--

conf_on_shared_storage : True
Status up-to-date  : True
Hostname   : vnode13
Host ID: 3
Engine status  : {"reason": "vm not running on this host", 
"health": "bad", "vm": "down", "detail": "unknown"}
Score  : 3400
stopped: False
Local maintenance  : False
crc32  : 14e97435
local_conf_timestamp   : 188749
Host timestamp : 188732
Extra metadata (valid at timestamp):
metadata_parse_version=1
metadata_feature_version=1
timestamp=188732 (Mon Aug 14 15:22:55 2017)
host-id=3
score=3400
vm_conf_refresh_time=188749 (Mon Aug 14 15:23:11 2017)
conf_on_shared_storage=True
maintenance=False
state=EngineDown
stopped=False

Thank you in advance!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] VM Portal looking for translators

2017-08-14 Thread Jakub Niedermertl
Hi all,

new VM Portal project [1] - a replacement of oVirt userportal -  is looking
for community translators. If you know any of

* Chinese (Simplified)
* French
* German
* Italian
* Japanese
* Korean
* Portuguese
* Russian
* Spanish

and want to join translation effort, please

* sign up to Zanata translation environment [2]
* request an access to language group of your choice [3]
* and join us at [4]

Thank you

Regards
Jakub

[1]: https://github.com/oVirt/ovirt-web-ui
[2]: https://translate.zanata.org
[3]: https://translate.zanata.org/language/list
[4]:
https://translate.zanata.org/iteration/view/ovirt-web-ui/1.2.0/languages
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ovirt's stress test

2017-08-14 Thread pengyixiang
hello, everyone

   does you have used some stress test software to evaluating ovirt? like 
vmware's viewplanner or RAWC.




Have a nice day



pencc


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Issues importing VM from Export Domain

2017-08-14 Thread Wesley Stewart
I figured out part of it!

After I figured out how to access the DB, I was able to update to correct
entry in the "vm_dynamic" status  to 0.  I did this by:

sudo su postgres

psql engine -c "SELECT vm_guid, vm_name from vm_static WHERE vm_name =
'Clonezilla_Server';"

Returns:0eb29824-f1ca-4d27-bf57-a3ed36c40c18

psql engine -c "update vm_dynamic SET status=0 where
vm_guid='0eb29824-f1ca-4d27-bf57-a3ed36c40c18';"

After this I was able to delete the entry from ovirt. I am not sure why a
disk would not import, but at least I dont have a locked image in the queue
anymore!


On Mon, Aug 14, 2017 at 12:24 AM, Wesley Stewart 
wrote:

> I was doing some testing and recently rebuilt my homelab using a Xeon-D
> based board.  I did not have anything too important, so I thought this
> would be a good chance to test re-importing my backups and seeing how well
> it works.
>
> I created a new export domain and copied all of my old VM's into this new
> export domain.  But the problem is, the images are in a "Locked" state.
> The console tells me:
>
> Aug 13, 2017 11:59:38 PM
> Failed to import Vm Clonezilla_Server_BACKUP_20170807_010018 to Data
> Center OVIRT-Datacenter, Cluster OVIRT-Cluster
> Aug 13, 2017 11:59:38 PM
> VDSM command DeleteImageGroupVDS failed: Image does not exist in domain:
> u'image=a5c8780e-3166-4801-b71a-1ef7d9b21783, domain=35cd8fab-4347-4201-
> bf4e-4dcbde19fb0f'
> Aug 13, 2017 11:59:37 PM
> VDSM OVIRT-Host command HSMGetAllTasksStatusesVDS failed: low level Image
> copy failed
>
> This happens for all the VMs shown in the Export-Domain.
>
> I also tried the unlock_entity.sh script, but I am having some postgres
> access issues:
>
> unlock_entity.sh -r -t vm -i Clonezilla_Server -s localhost
> psql: FATAL:  no PostgreSQL user name specified in startup packet
> FATAL: Cannot execute sql command: --file=./unlock_entity.sql
>
> I thought I could just poke around the database by running:
>
> psql -d engine -U postgres
>
> But this also fails
> psql: FATAL:  Peer authentication failed for user "postgres"
>
> Was just hoping someone had some suggestions.  I can't event delete this VM!  
> Thanks!
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] import qcow2 and sparse

2017-08-14 Thread Marcin Kruk
After import machine from KVM which was based on qemu disk 2GB phisical and
50 GB virtual size
I have got disk machine which occupy 50GB and even sparse option does not
work. It still ocupy 50GB?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users