[Users] Can't start ovirt-node

2012-01-16 Thread ovirt
Hi, ALL

today i try to install ovirt-node from iso

http://www.ovirt.org/releases/nightly/binary/ovirt-node-image-2.2.1-3.3.fc16.iso

i installed to usb flash 16gb, installation process is OK, but  the first boot 
finished with message:

dracut Warning: No root device "live:/dev/disk/by_label/Root" found

Dropping to debug shell

Bye,
Vadim

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


[Users] Can't install engine from latest jenkins build

2012-04-22 Thread ovirt
during engine-setup

error in step

Creating Database...  [ ERROR ]

#tail engine-db-install-2012_04_22_23_03_50.log
Creating stored procedures from audit_log_sp.sql ...
Creating stored procedures from base_disks_sp.sql ...
Creating stored procedures from bookmarks_sp.sql ...
Creating stored procedures from business_entity_snapshot_sp.sql ...
Creating stored procedures from common_sp.sql ...
Creating stored procedures from custom_actions_sp.sql ...
Creating stored procedures from disk_image_dynamic_sp.sql ...
Creating stored procedures from disk_lun_map_sp.sql ...
Creating stored procedures from disks_sp.sql ...
psql:disks_sp.sql:93: ERROR:  type "disks" does not exist

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


Re: [Users] Can't install­ engine from latest jenki­ns build

2012-04-23 Thread ovirt
today t try #349 on fedora16

the rezult is the same

Creating Database...  [ ERROR ]
Database creation failed
Please check log file 
/var/log/ovirt-engine/engine-setup_2012_04_24_09_08_21.log for more information

# tail /var/log/ovirt-engine/engine-db-install-2012_04_24_09_09_11.log
Creating stored procedures from audit_log_sp.sql ...
Creating stored procedures from base_disks_sp.sql ...
Creating stored procedures from bookmarks_sp.sql ...
Creating stored procedures from business_entity_snapshot_sp.sql ...
Creating stored procedures from common_sp.sql ...
Creating stored procedures from custom_actions_sp.sql ...
Creating stored procedures from disk_image_dynamic_sp.sql ...
Creating stored procedures from disk_lun_map_sp.sql ...
Creating stored procedures from disks_sp.sql ...
psql:disks_sp.sql:93: ERROR:  type "disks" does not exist

Пнд 23 Апр 2012 11:27:35 +0400, Ofer Schreiber  написал:
Which git hash/ jenkins build is it?

Eli - Any idea why it happens?

- Original Message -

> 

> during engine-setup

> 

> error in step

> 

> Creating Database... [ ERROR ]

> 

> #tail engine-db-install-2012_04_22_23_03_50.log

> Creating stored procedures from audit_log_sp.sql ...

> Creating stored procedures from base_disks_sp.sql ...

> Creating stored procedures from bookmarks_sp.sql ...

> Creating stored procedures from business_entity_snapshot_sp.sql ...

> Creating stored procedures from common_sp.sql ...

> Creating stored procedures from custom_actions_sp.sql ...

> Creating stored procedures from disk_image_dynamic_sp.sql ...

> Creating stored procedures from disk_lun_map_sp.sql ...

> Creating stored procedures from disks_sp.sql ...

> psql:disks_sp.sql:93: ERROR: type "disks" does not exist

> 

> 

> 

> 

> 

> --

> 

> 

> ___

> Users mailing list

> Users@ovirt.org

> http://lists.ovirt.org/mailman/listinfo/users

>

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


[Users] error in multipath.py

2012-04-23 Thread ovirt
i tried the latest releases of vdsm from jenkins.ovirt.org,  but found that 
they did'n work. Vdsmd cycles and corrupted my multipath.conf. 

error is in 

/usr/share/vdsm/storage/multipath.py

this is the diff with my py

# diff multipath.py.bad multipath.py
88,89c88,89
< first = mpathconf[0]
< second = mpathconf[1]
---
> first = mpathconf.split('\n', 1)[0]
> second = mpathconf.split('\n', 1)[1]

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


Re: [Users] Can't install­­ engine from latest jenk­i­ns build

2012-04-24 Thread ovirt
problem solved

After "yum erase" of previous version some of the files in 
/usr/share/ovirt-engine was left, and one of them was "disks_sp.sql." When i 
installed new version ( i don't no why ) this file was not replaced. When i 
manually  removed all files from /usr/share/ovirt-engine after  "yum erase" and 
then install engine, the creation of database was finished with no errors.

Втр 24 Апр 2012 09:24:23 +0400, ov...@qip.ru написал:
today t try #349 on fedora16

the rezult is the same

Creating Database...  [ ERROR ]
Database creation failed
Please check log file 
/var/log/ovirt-engine/engine-setup_2012_04_24_09_08_21.log for more information

# tail /var/log/ovirt-engine/engine-db-install-2012_04_24_09_09_11.log
Creating stored procedures from audit_log_sp.sql ...
Creating stored procedures from base_disks_sp.sql ...
Creating stored procedures from bookmarks_sp.sql ...
Creating stored procedures from business_entity_snapshot_sp.sql ...
Creating stored procedures from common_sp.sql ...
Creating stored procedures from custom_actions_sp.sql ...
Creating stored procedures from disk_image_dynamic_sp.sql ...
Creating stored procedures from disk_lun_map_sp.sql ...
Creating stored procedures from disks_sp.sql ...
psql:disks_sp.sql:93: ERROR:  type "disks" does not exist

Пнд 23 Апр 2012 11:27:35 +0400, Ofer Schreiber  написал:
Which git hash/ jenkins build is it?

Eli - Any idea why it happens?

- Original Message -

> 

> during engine-setup

> 

> error in step

> 

> Creating Database... [ ERROR ]

> 

> #tail engine-db-install-2012_04_22_23_03_50.log

> Creating stored procedures from audit_log_sp.sql ...

> Creating stored procedures from base_disks_sp.sql ...

> Creating stored procedures from bookmarks_sp.sql ...

> Creating stored procedures from business_entity_snapshot_sp.sql ...

> Creating stored procedures from common_sp.sql ...

> Creating stored procedures from custom_actions_sp.sql ...

> Creating stored procedures from disk_image_dynamic_sp.sql ...

> Creating stored procedures from disk_lun_map_sp.sql ...

> Creating stored procedures from disks_sp.sql ...

> psql:disks_sp.sql:93: ERROR: type "disks" does not exist

> 

> 

> 

> 

> 

> --

> 

> 

> ___

> Users mailing list

> Users@ovirt.org

> http://lists.ovirt.org/mailman/listinfo/users

>

--

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


[Users] Unstable work after upgrade to libvirt-0.9.11.3-1

2012-05-05 Thread ovirt
Hi ALL

After upgrade to libvirt-0.9.11.3-1 I'v got an unstable work of engine. Engine 
began to lost connection with VM's. VMs worked correctly, but their status in 
engine were "not responding", migration didn't work also. After downgrade to 
libvirt-0.9.11-1 engine began to work correctly. Hosts are fedora16 with 
3.3.4-1 kernel, qemu-kvm-0.15.1-4. I tested libvirt-0.9.11.3-1 on different 
builds of vdsm/engine

In engine.log there are many such errors despite of libvirt version

2012-05-06 03:53:29,212 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-67) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:53:33,242 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-95) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:53:33,242 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-73) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:53:53,437 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-18) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:53:53,437 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-44) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:53:57,489 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-71) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:53:57,489 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-38) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:01,519 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-37) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:01,519 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-46) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:09,606 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-65) Failed to decryptData must start with zero
2012-05-06 03:54:09,606 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-76) Failed to decryptData must start with zero
2012-05-06 03:54:11,619 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-80) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:11,619 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-70) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:13,632 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-69) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:13,632 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-87) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:17,687 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-73) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:17,687 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-95) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:19,698 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-11) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:19,698 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-66) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:21,713 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-86) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:21,713 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-92) Failed to decryptData must not be longer than 128 
bytes
2012-05-06 03:54:31,810 ERROR [org.ovirt.engine.core.engineencry

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


Re: [Users] Unstable work­ after upgrade to libvirt­-0.9.11.3-1

2012-05-10 Thread ovirt
May be it was a guess, but after upgrade to vdsm vdsm-4.9.6-0.178.giteba5ca1 
I've got a stable engine work with libvirt-0.9.11.3-1.
Now I  guess that commit ea681435b89aab32927d09bb1e95dc6b94c8e8d5 solved this 
problem.

Вск 06 Май 2012 16:59:13 +0400, Doron Fediuck  написал:
This is just a guess,

but AFAIR, vdsm changes some values in libvirt configuration.

Can you check and see if the configuration changed as a part of the upgrade?

This should give you something like libvirtd.conf.rpmsave which is the original 
file.

On 06/05/12 06:53, ov...@qip.ru wrote:

> Hi ALL

> 

> After upgrade to libvirt-0.9.11.3-1 I'v got an unstable work of engine. 
> Engine began to lost connection with VM's. VMs worked correctly, but their 
> status in engine were "not responding", migration didn't work also. After 
> downgrade to libvirt-0.9.11-1 engine began to work correctly. Hosts are 
> fedora16 with 3.3.4-1 kernel, qemu-kvm-0.15.1-4. I tested libvirt-0.9.11.3-1 
> on different builds of vdsm/engine

> 

> In engine.log there are many such errors despite of libvirt version

> 

> 2012-05-06 03:53:29,212 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-67) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:53:33,242 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-95) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:53:33,242 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-73) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:53:53,437 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-18) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:53:53,437 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-44) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:53:57,489 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-71) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:53:57,489 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-38) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:01,519 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-37) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:01,519 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-46) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:09,606 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-65) Failed to decryptData must start with zero

> 2012-05-06 03:54:09,606 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-76) Failed to decryptData must start with zero

> 2012-05-06 03:54:11,619 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-80) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:11,619 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-70) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:13,632 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-69) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:13,632 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-87) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:17,687 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-73) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:17,687 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-95) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:19,698 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-11) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:19,698 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-66) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:21,713 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-86) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:21,713 ERROR 
> [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
> (QuartzScheduler_Worker-92) Failed to decryptData must not be longer than 128 
> bytes

> 2012-05-06 03:54:31,810 ERROR [org.ovirt.engine.core.engin

[Users] Can't import VM from 3.0 engine

2012-05-10 Thread ovirt
After reinstallation of engine from build #369 to #440 (clean install), I 
attached NFS export domain to new DC (compatibility 3.0), but on page "VM 
Import" there were only VMs that I saved with 3.1 engine. 

Messages in webadmin event : 

Failed to read VM 'VM01' OVF, it may be corrupted 
Failed to read VM 'VM02' OVF, it may be corrupted 
Failed to read VM 'VM03' OVF, it may be corrupted 

There are no error's messages in engine.log
When I tried to edit OVF for VM01 by xml editor, I've got

Failed to read VM '[Unknown name]' OVF, it may be corrupted
Failed to read VM 'VM02' OVF, it may be corrupted 

Failed to read VM 'VM03' OVF, it may be corrupted

How is it possible to convert from ovf:version "0.9", to ovf:version "3.1.0.0" 
or correct OVF files ?

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


[Users] VDSM build error

2012-05-10 Thread ovirt
after commit 44ef2cecb541d3bdab6a36bfc45f1bf3b6fdd690

VDSM build error

==
ERROR: testNetmaskConversions (netinfoTests.TestNetinfo)
--
Traceback (most recent call last):
  File "/root/rpmbuild/BUILD/vdsm-4.9.6/tests/netinfoTests.py", line 32, in 
testNetmaskConversions
for line in file(path):
IOError: [Errno 2] No such file or directory: 
'/root/rpmbuild/BUILD/vdsm-4.9.6/tests/netmaskconversions'

--

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


Re: [Users] VDSM build error

2012-05-10 Thread ovirt
the is no file  netmaskconversions  in src.rpm

Чтв 10 Май 2012 18:30:56 +0400, ov...@qip.ru написал:
after commit 44ef2cecb541d3bdab6a36bfc45f1bf3b6fdd690

VDSM build error

==
ERROR: testNetmaskConversions (netinfoTests.TestNetinfo)
--
Traceback (most recent call last):
  File "/root/rpmbuild/BUILD/vdsm-4.9.6/tests/netinfoTests.py", line 32, in 
testNetmaskConversions
for line in file(path):
IOError: [Errno 2] No such file or directory: 
'/root/rpmbuild/BUILD/vdsm-4.9.6/tests/netmaskconversions'

--

--

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


[Users] Host can't join the cluster

2012-05-16 Thread ovirt
After upgrade of vdsm  from 4.9.6-0.196.gitb8b79b5 to 4.9.6-0.201.git98e8078

engine set host in nonoperational mode, the error is

"Host kvm04 is compatible with versions (3.0,3.1) and cannot join Cluster 
Default which is set to version 3.1."

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


Re: [Users] Host can't jo­in the cluster

2012-05-16 Thread ovirt
in secure and non secure connections i have the same nonoperational status

the output of getVdsCaps on host is empty

this is event log in webadmin

2012-May-16, 16:05:04Host kvm04 is compatible with versions (3.0,3.1) and 
cannot join Cluster Default which is set to version 3.1.2012-May-16, 
16:05:04Detected new Host kvm04. Host state was set to Up.2012-May-16, 
16:05:03Host kvm04 was autorecovered.2012-May-16, 16:05:03Host kvm04 is 
compatible with versions (3.0,3.1) and cannot join Cluster Default which is set 
to version 3.1.2012-May-16, 16:01:02Host kvm04 was activated by admin@internal.
if i do downgrade to 4.9.6-0.196.gitb8b79b5 host state set's to Up.

Срд 16 Май 2012 15:24:36 +0400, Haim Ateya  написал:
I guess you compiled vdsm yourself, please  run the following command from your 
host:
vdsClient -s 0 getVdsCaps (assuming you work with SSL). 
anyhow, it smells like a known issue with latest build where vdsm returns 
supported_clusters = 3.0 and engine reject host, but lets find out. 
Thanks, 
Haim
From: ov...@qip.ru
To: users@ovirt.org
Sent: Wednesday, May 16, 2012 1:58:33 PM
Subject: [Users] Host can't join the cluster

After upgrade of vdsm  from 4.9.6-0.196.gitb8b79b5 to 4.9.6-0.201.git98e8078

engine set host in nonoperational mode, the error is

"Host kvm04 is compatible with versions (3.0,3.1) and cannot join Cluster 
Default which is set to version 3.1."

--

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

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


Re: [Users] Host can't jo­­in the cluster

2012-05-16 Thread ovirt
Yes, this work, status is now UP

Срд 16 Май 2012 17:59:46 +0400, Haim Ateya  написал:
This issue was introduced in Ic7b4a63a974bfc301f3294603d8fe91f534b74dd 
(http://gerrit.ovirt.org/4284), we are currently working to resolve this 
issueand patch will be sent soon. meantime, you can edit 
/usr/share/vdsm/dsaversion.py and change the following fields:software_version 
= "4.9"software_revision = "0
restart vdsmd service and activate host again. 
Haim
From: ov...@qip.ru
To: "Haim Ateya" 
Cc: users@ovirt.org
Sent: Wednesday, May 16, 2012 3:19:04 PM
Subject: Re: Re: [Users] Host can't jo­in the cluster

 in secure and non secure connections i have the same nonoperational status

the output of getVdsCaps on host is empty

this is event log in webadmin

2012-May-16, 16:05:04Host kvm04 is compatible with versions (3.0,3.1) and 
cannot join Cluster Default which is set to version 3.1.2012-May-16, 
16:05:04Detected new Host kvm04. Host state was set to Up.2012-May-16, 
16:05:03Host kvm04 was autorecovered.2012-May-16, 16:05:03Host kvm04 is 
compatible with versions (3.0,3.1) and cannot join Cluster Default which is set 
to version 3.1.2012-May-16, 16:01:02Host kvm04 was activated by admin@internal.
if i do downgrade to 4.9.6-0.196.gitb8b79b5 host state set's to Up.

Срд 16 Май 2012 15:24:36 +0400, Haim Ateya  написал:
I guess you compiled vdsm yourself, please  run the following command from your 
host:
vdsClient -s 0 getVdsCaps (assuming you work with SSL). 
anyhow, it smells like a known issue with latest build where vdsm returns 
supported_clusters = 3.0 and engine reject host, but lets find out. 
Thanks, 
Haim
From: ov...@qip.ru
To: users@ovirt.org
Sent: Wednesday, May 16, 2012 1:58:33 PM
Subject: [Users] Host can't join the cluster

After upgrade of vdsm  from 4.9.6-0.196.gitb8b79b5 to 4.9.6-0.201.git98e8078

engine set host in nonoperational mode, the error is

"Host kvm04 is compatible with versions (3.0,3.1) and cannot join Cluster 
Default which is set to version 3.1."

--

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

--

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


[Users] Problem with Fedora16-guest

2012-05-16 Thread ovirt
May be it is not ovirt-vdsm problem, but Fedora16-guest (minimal install) don't 
start. Instalation is OK, but after boot it freeze before login screen. It can 
boot in recovery mode but message file is empty.

How is it possible to fix?

i used
qemu-kvm 0.15 and 1.0
libvirt-0.9.11.3-1.fc16.x86_64
all nodes are fedora16
--
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Engine-setup problem with jboss-as-7.1.1.Final

2012-05-17 Thread ovirt
I installed jboss-as-7.1.1.Final from zips, as described here

http://www.ovirt.org/wiki/Building_Ovirt_Engine

then yum localinstall engine rpm's from last jenkins build

during engine-setup i got error

Setting Database Security...  [ ERROR ]
Error while parsing encrypted jboss password
Please check log file 
/var/log/ovirt-engine/engine-setup_2012_05_17_17_01_38.log for more information

# tail -60 /var/log/ovirt-engine/engine-setup_2012_05_17_17_01_38.log
2012-05-17 17:02:29::DEBUG::common_utils::292::root:: stderr = psql: FATAL:  
database "engine" does not exist

2012-05-17 17:02:29::DEBUG::common_utils::293::root:: retcode = 2
2012-05-17 17:02:29::DEBUG::engine-setup::1991::root:: Checking if db is 
already installed..
2012-05-17 17:02:29::DEBUG::engine-setup::1992::root:: Checking the presence of 
.pgpass file
2012-05-17 17:02:29::DEBUG::common_utils::350::root:: running sql query 'select 
1' on db server: 'localhost'.
2012-05-17 17:02:29::DEBUG::common_utils::286::root:: cmd = /usr/bin/psql -h 
localhost -p 5432 -U postgres -d engine -c "select 1"
2012-05-17 17:02:29::DEBUG::common_utils::291::root:: output =
2012-05-17 17:02:29::DEBUG::common_utils::292::root:: stderr = psql: FATAL:  
database "engine" does not exist

2012-05-17 17:02:29::DEBUG::common_utils::293::root:: retcode = 2
2012-05-17 17:02:29::DEBUG::setup_sequences::58::root:: running _encryptDBPass
2012-05-17 17:02:29::DEBUG::common_utils::309::root:: Executing command --> 
'/etc/pki/ovirt-engine/encryptpasswd.sh '
2012-05-17 17:02:29::DEBUG::common_utils::335::root:: output = 
/usr/share/jboss-as ~/db-backups
~/db-backups

2012-05-17 17:02:29::DEBUG::common_utils::336::root:: stderr = Exception in 
thread "main" java.lang.NoClassDefFoundError: 
org/picketbox/datasource/security/SecureIdentityLoginModule
Caused by: java.lang.ClassNotFoundException: 
org.picketbox.datasource.security.SecureIdentityLoginModule
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: 
org.picketbox.datasource.security.SecureIdentityLoginModule. Program will exit.

2012-05-17 17:02:29::DEBUG::common_utils::337::root:: retcode = 0
2012-05-17 17:02:29::DEBUG::engine-setup::1983::root:: *** The following params 
were used as user input:
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: override-httpd-config: 
yes
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: http-port: 80
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: https-port: 443
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: mac-range: 
00:1A:4A:A8:83:00-00:1A:4A:A8:83:FF
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: host-fqdn: 
fed16-ovirt31.rakurs.com
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: auth-pass: 
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: org-name: Rakurs
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: default-dc-type: ISCSI
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: db-remote-install: local
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: db-host: localhost
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: db-local-pass: 
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: config-nfs: no
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: override-iptables: no
2012-05-17 17:02:29::ERROR::engine-setup::2709::root:: Traceback (most recent 
call last):
  File "/usr/bin/engine-setup", line 2703, in 
main(confFile)
  File "/usr/bin/engine-setup", line 2494, in main
runSequences()
  File "/usr/bin/engine-setup", line 2440, in runSequences
controller.runAllSequences()
  File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54, in 
runAllSequences
sequence.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 152, in run
step.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 59, in run
function()
  File "/usr/bin/engine-setup", line 1397, in _encryptDBPass
controller.CONF["ENCRYPTED_DB_PASS"] = utils.parseStrRegex(output, "Encoded 
password:\s*(.+)", output_messages.ERR_EXP_PARSING_ENCRYPT_PASS)
  File "/usr/share/ovirt-engine/scripts/common_utils.py", line 503, in 
parseStrRegex
raise Exception(errMsg)
Exception: Error while parsing encrypted jboss password

How is it possible to correct?

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


Re: [Users] Engine-setup prob­lem with jboss-as-7.1.1.F­inal

2012-05-18 Thread ovirt
To avoid this ptoblem with jboss-as-7.1.1.Final one must patch 
/etc/pki/ovirt-engine/encryptpasswd.sh

#diff encryptpasswd.sh.old encryptpasswd.sh
40c40
< $JAVA_BIN -cp 
"./modules/org/jboss/logging/main/jboss-logging-3.1.0.CR2.jar:./modules/org/picketbox/main/picketbox-4.0.6.Beta1.jar"
 org.picketbox.datasource.security.SecureIdentityLoginModule $1
---
> $JAVA_BIN -cp 
> "./modules/org/jboss/logging/main/jboss-logging-3.1.0.GA.jar:./modules/org/picketbox/main/picketbox-4.0.7.Final.jar"
>  org.picketbox.datasource.security.SecureIdentityLoginModule $1

Чтв 17 Май 2012 17:26:57 +0400, ov...@qip.ru написал:
I installed jboss-as-7.1.1.Final from zips, as described here

http://www.ovirt.org/wiki/Building_Ovirt_Engine

then yum localinstall engine rpm's from last jenkins build

during engine-setup i got error

Setting Database Security...  [ ERROR ]
Error while parsing encrypted jboss password
Please check log file 
/var/log/ovirt-engine/engine-setup_2012_05_17_17_01_38.log for more information

# tail -60 /var/log/ovirt-engine/engine-setup_2012_05_17_17_01_38.log
2012-05-17 17:02:29::DEBUG::common_utils::292::root:: stderr = psql: FATAL:  
database "engine" does not exist

2012-05-17 17:02:29::DEBUG::common_utils::293::root:: retcode = 2
2012-05-17 17:02:29::DEBUG::engine-setup::1991::root:: Checking if db is 
already installed..
2012-05-17 17:02:29::DEBUG::engine-setup::1992::root:: Checking the presence of 
.pgpass file
2012-05-17 17:02:29::DEBUG::common_utils::350::root:: running sql query 'select 
1' on db server: 'localhost'.
2012-05-17 17:02:29::DEBUG::common_utils::286::root:: cmd = /usr/bin/psql -h 
localhost -p 5432 -U postgres -d engine -c "select 1"
2012-05-17 17:02:29::DEBUG::common_utils::291::root:: output =
2012-05-17 17:02:29::DEBUG::common_utils::292::root:: stderr = psql: FATAL:  
database "engine" does not exist

2012-05-17 17:02:29::DEBUG::common_utils::293::root:: retcode = 2
2012-05-17 17:02:29::DEBUG::setup_sequences::58::root:: running _encryptDBPass
2012-05-17 17:02:29::DEBUG::common_utils::309::root:: Executing command --> 
'/etc/pki/ovirt-engine/encryptpasswd.sh '
2012-05-17 17:02:29::DEBUG::common_utils::335::root:: output = 
/usr/share/jboss-as ~/db-backups
~/db-backups

2012-05-17 17:02:29::DEBUG::common_utils::336::root:: stderr = Exception in 
thread "main" java.lang.NoClassDefFoundError: 
org/picketbox/datasource/security/SecureIdentityLoginModule
Caused by: java.lang.ClassNotFoundException: 
org.picketbox.datasource.security.SecureIdentityLoginModule
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: 
org.picketbox.datasource.security.SecureIdentityLoginModule. Program will exit.

2012-05-17 17:02:29::DEBUG::common_utils::337::root:: retcode = 0
2012-05-17 17:02:29::DEBUG::engine-setup::1983::root:: *** The following params 
were used as user input:
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: override-httpd-config: 
yes
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: http-port: 80
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: https-port: 443
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: mac-range: 
00:1A:4A:A8:83:00-00:1A:4A:A8:83:FF
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: host-fqdn: 
fed16-ovirt31.rakurs.com
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: auth-pass: 
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: org-name: Rakurs
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: default-dc-type: ISCSI
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: db-remote-install: local
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: db-host: localhost
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: db-local-pass: 
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: config-nfs: no
2012-05-17 17:02:29::DEBUG::engine-setup::1988::root:: override-iptables: no
2012-05-17 17:02:29::ERROR::engine-setup::2709::root:: Traceback (most recent 
call last):
  File "/usr/bin/engine-setup", line 2703, in 
main(confFile)
  File "/usr/bin/engine-setup", line 2494, in main
runSequences()
  File "/usr/bin/engine-setup", line 2440, in runSequences
controller.runAllSequences()
  File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54, in 
runAllSequences
sequence.run()
  File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 152, in run
step.run()
  File "/usr/share/ovirt-e

Re: [Users] Host get non ­operational status after ­activating ISO orExport

2012-05-22 Thread ovirt
Yes, after this patch host status is UP

Втр 22 Май 2012 11:22:21 +0400, Haim Ateya  написал:

- Original Message -

> From: ov...@qip.ru

> To: users@ovirt.org

> Sent: Tuesday, May 22, 2012 10:04:23 AM

> Subject: [Users] Host get non operational status after activating ISO or  
> Export SD

> 

> 

> in working DC after vdsm update if DC has active ISO or Export domain

> updated host set to non operational status with event message

> 

> Host kvm04 cannot access one of the Storage Domains attached to it,

> or the Data Center object. Setting Host state to Non-Operational.

> 

> 

> if ISO and Export domain are in maintenance mode or detached host

> status is UP

> 

> 

> If i downgrade vdsm to vdsm -4.9.6-0.187.git8a14b63 host status is UP

> with attached and activated ISO and Export domains

> 

> vdsm log is in attached file

Hi,

there is an issue introduced with 'betterpopen' patch. 

you can either cherry-pick the following patch-set 
http://gerrit.ovirt.org/#change,4414 on the top of vdsm-master or revert till 
we fix this issue.

> 

> 

> 

> 

> --

> 

> 

> ___

> Users mailing list

> Users@ovirt.org

> http://lists.ovirt.org/mailman/listinfo/users

>

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


[Users] Some problems wtith engine

2012-05-24 Thread ovirt
1. Problem to add second disk to VM

I created shared disk and attach it to VM, but then when I tried to start VM 
got error

XML error: Attempted double use of PCI Address '0:0:2.0'.

VM not started even I detach and remove second disk. May it is possible to 
correct VM configuration parameters manually

2. Sometimes engine lost the connection to VMs

VM is working, but in engine it has status "Not Responding", VM is Win2003R2 
with no agent installed, now it has UP time 8 days, and i could connect to 
console using rdp, on vdsm host vdsClient show it status is UP

# vdsClient -s 0 list table
121119f1-7f82-437e-ba68-ef5299de443a  31874  VM01  Up*

# virsh -r list --all
 IdName   State

 6 VM01running

but it can't be stopped nor by engine UI nor but vdsClient

# vdsClient -s 0 reset 121119f1-7f82-437e-ba68-ef5299de443a
Not implemented

# vdsClient -s 0 shutdown 121119f1-7f82-437e-ba68-ef5299de443a 1 mes
#

but VM still working

3. Can't using fedora16 as a guest. Fedora16 VM minimal install with updates is 
starting only in single-user mode (i can add packages, do update), but if i do 
telinit 3 or start it in muili-user mode it freeze

4. Can't restore VMs with old ovf format with first tag 
 
The error in engine:
Failed to read VM 'MailSRV' OVF, it may be corrupted

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


Re: [Users] Reg: Ovirt de­ploy­ment on centos

2012-05-29 Thread ovirt
You can build your own from sources, or wait that somebody will do this.

Втр 29 Май 2012 12:17:58 +0400, enirtom  написал:  
  
But this one is for testing and has some issues with functionality
like it not have remove option in host tab. How do i get this?

//Nirbhay

On 05/29/2012 08:42 AM, ov...@qip.ru wrote:
Here

  http://www.dreyou.org/ovirt/

  Втр 29 Май 2012 05:34:35 +0400, enirtom
 написал:

  Hello all,

I want to deploy ovirt on Centos 6.2 environment with dwh and
other features. How do i do this ?

Please help me out..

//Nirbhay

___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users

  --

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


[Users] Not possible to add VM

2012-05-29 Thread ovirt
With the last engine build from jenkins when I try to add VM it is not possible 
to choose cluster (dropdown list is empty) 

error from jboss console

2012-05-29 13:53:20,419 ERROR 
[org.ovirt.engine.core.bll.GetVdsGroupsByStoragePoolIdQuery] 
(ajp--0.0.0.0-8009-1) Query GetVdsGroupsByStoragePoolIdQuery failed. Exception 
message is PreparedStatementCallback; bad SQL grammar [select * from  
getvdsgroupsbystoragepoolid(?)]; nested exception is 
org.postgresql.util.PSQLException: ERROR: function 
getvdsgroupsbystoragepoolid(unknown) does not exist

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


[Users] VM can't start

2012-06-04 Thread ovirt
Fedora17 + rpms from jenkins

2012-06-04 21:44:27,136 INFO  [org.ovirt.engine.core.bll.RunVmCommand] 
(pool-3-thread-50) [6f67433a] Running command: RunVmCommand internal: false. 
Entities affected :  ID: d6d12e2a-0d94-45a3-afd1-d2bbaa85b998 Type: VM
2012-06-04 21:44:27,154 INFO  
[org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-3-thread-50) 
[6f67433a] START, CreateVmVDSCommand(vdsId = 
0f0debf4-ae49-11e1-9b0a-000c290cc066, 
vmId=d6d12e2a-0d94-45a3-afd1-d2bbaa85b998, 
vm=org.ovirt.engine.core.common.businessentities.VM@347c70a5), log id: 7373c0e2
2012-06-04 21:44:27,164 INFO  
[org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-3-thread-50) 
[6f67433a] START, CreateVDSCommand(vdsId = 
0f0debf4-ae49-11e1-9b0a-000c290cc066, 
vmId=d6d12e2a-0d94-45a3-afd1-d2bbaa85b998, 
vm=org.ovirt.engine.core.common.businessentities.VM@347c70a5), log id: 6413c10c
2012-06-04 21:44:27,170 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (pool-3-thread-50) 
[6f67433a] Failed in CreateVDS method, for vds: kvm04; host: 192.168.130.238
2012-06-04 21:44:27,173 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] 
(pool-3-thread-50) [6f67433a] Command CreateVDS execution failed. Exception: 
ArrayIndexOutOfBoundsException: 1
2012-06-04 21:44:27,177 INFO  
[org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (pool-3-thread-50) 
[6f67433a] FINISH, CreateVDSCommand, log id: 6413c10c
2012-06-04 21:44:27,180 ERROR 
[org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (pool-3-thread-50) 
[6f67433a] Error in excuting CreateVmVDSCommand: 
java.lang.ArrayIndexOutOfBoundsException: 1
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.VmInfoBuilderBase.addCpuPinning(VmInfoBuilderBase.java:105)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.VmInfoBuilderBase.buildVmProperties(VmInfoBuilderBase.java:50)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand.buildVmData(CreateVDSCommand.java:60)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand.ExecuteVdsBrokerCommand(CreateVDSCommand.java:24)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand.ExecuteVDSCommand(VdsBrokerCommand.java:75)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.VDSCommandBase.ExecuteCommand(VDSCommandBase.java:60)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.dal.VdcCommandBase.Execute(VdcCommandBase.java:41) 
[engine-dal.jar:]
at 
org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand.ExecuteVdsIdCommand(CreateVmVDSCommand.java:69)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.VdsIdVDSCommandBase.ExecuteVDSCommand(VdsIdVDSCommandBase.java:40)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.VDSCommandBase.ExecuteCommand(VDSCommandBase.java:60)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.dal.VdcCommandBase.Execute(VdcCommandBase.java:41) 
[engine-dal.jar:]
at 
org.ovirt.engine.core.vdsbroker.ResourceManager.runVdsCommand(ResourceManager.java:413)
 [engine-vdsbroker.jar:]
at 
org.ovirt.engine.core.bll.VDSBrokerFrontendImpl.RunVdsCommand(VDSBrokerFrontendImpl.java:35)
 [engine-bll.jar:]
at 
org.ovirt.engine.core.bll.VDSBrokerFrontendImpl.RunAsyncVdsCommand(VDSBrokerFrontendImpl.java:71)
 [engine-bll.jar:]
at 
org.ovirt.engine.core.bll.RunVmCommand.CreateVm(RunVmCommand.java:388) 
[engine-bll.jar:]
at org.ovirt.engine.core.bll.RunVmCommand.RunVm(RunVmCommand.java:213) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.RunVmCommand.ExecuteVmCommand(RunVmCommand.java:259) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.VmCommand.executeCommand(VmCommand.java:100) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.ExecuteWithoutTransaction(CommandBase.java:757)
 [engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:849)
 [engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1146) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168)
 [engine-utils.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107)
 [engine-utils.jar:]
at org.ovirt.engine.core.bll.CommandBase.Execute(CommandBase.java:864) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:269) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommands(MultipleActionsRunner.java:182)
 [engine-bll.jar:]
at 
org.ovirt.engine.core.bll.MultipleActionsRunner.RunCommands(MultipleActionsRunner.java:162)
 [engine-bll.jar:]
at 
org.ovirt.engine.core.bll.SortedMultipleActionsRunnerB

[Users] VDSM errors on fedora17

2012-06-06 Thread ovirt
VDSM from http://www.ovirt.org/releases/beta/fedora/17/  gitf093e0

VDSM started and working but

1. after start there was error in vdsm.log

MainThread::ERROR::2012-06-07 
10:05:23,883::clientIF::151::vds::(_prepareBindings) Unable to load the rest 
server module. Please make sure it is installed.

What modules I must install?

2. I got such warnings

Thread-18::WARNING::2012-06-07 
10:05:30,219::lvm::353::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] ['  
Volume group "d2221cee-7146-4197-aecf-0dfad32b54ea" not found']
Thread-18::WARNING::2012-06-07 
10:05:30,481::lvm::353::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] ['  
Volume group "d2221cee-7146-4197-aecf-0dfad32b54ea" not found']

but d2221cee-7146-4197-aecf-0dfad32b54ea is my ISO/NFS domain, why vdsm try to 
use it as data storage domain? (data storage is working correctly  and 
d2221cee-7146-4197-aecf-0dfad32b54ea is mounted under /rhev/data-center/mnt/ )

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


[Users] Fwd: Re: [Engine-devel] Ovirt ­­on Fedora17

2012-06-07 Thread ovirt
- Пересылаемое письмо -
Дата: Чтв 07 Июн 2012 11:37:22 +0400
От: Itamar Heim 
Тема: Re: [Engine-devel] Ovirt ­­on Fedora17
Кому: ov...@qip.ru

On 06/07/2012 08:55 AM, ov...@qip.ru wrote:

> In libvirt there is no such parameter even in

> http://kojipkgs.fedoraproject.org/packages/libvirt/0.9.12/1.fc18/src/libvirt-0.9.12-1.fc18.src.rpm

>

> ignore_readonly_and_shared_disks

please reply to list

>

>

>

>

> Чтв 07 Июн 2012 09:15:53 +0400, Itamar Heim  написал:

>

> On 06/06/2012 11:41 PM, Itamar Heim wrote:

>  > On 06/06/2012 07:07 PM, Oved Ourfalli wrote:

>  >> Hey,

>  >>

>  >> You should really send such question to engine-devel, as someone

> might

>  >> have encountered such an issue, so there might be a solution for

> that.

>  >> Can you also attach the vdsm.log file (in the host, under the

>  >> directory /var/log/vdsm/vdsm.log).

>  >

>  > I think i saw something around this recently.

>  > federico?

>

> found it - https://bugzilla.redhat.com/show_bug.cgi?id=828633

>

>  >

>  >>

>  >> Thank you,

>  >> Oved

>  >>

>  >> ----- Original Message -

>  >>> From: ov...@qip.ru

>  >>> To: "Oved Ourfalli"

>  >>> Sent: Wednesday, June 6, 2012 5:55:44 PM

>  >>> Subject: Re: Re: Ovirt on Fedora17

>  >>>

>  >>> I use rpms from

>  >>>

>  >>> http:// jenkins .ovirt.org/job/ovirt_engine_create_ rpms

>  >>> /lastSuccessfulBuild/artifact/output/*zip*/output.zip

>  >>>

>  >>> and another problem that not solved is that VM don't start with

>  >>> attached CD

>  >>>

>  >>> if only I attach CD to VM I got libvirt error ( i use only needed

>  >>> pachages from fedora17 repo except ovirt-engine and vdsm )

>  >>>

>  >>> in webadmin error

>  >>>

>  >>> VM VM01-Fedora17 is down. Exit message: internal error unsupported

>  >>> configuration: Readonly leases are not supported

>  >>>

>  >>> in VM01-Fedora17.log

>  >>>

>  >>> red_worker_main: begin

>  >>> display_channel_create: create display channel

>  >>> cursor_channel_create: create cursor channel

>  >>> Domain id=2 is tainted: custom- mon itor

>  >>> qemu: terminat ing on signal 15 from pid 606

>  >>> 2012-06-06 14:39:15.167+: shutt ing down

>  >>> 2012-06-06 14:39:37.381+: start ing up

>  >>> LC_ALL=C PATH=/ usr /local/sbin:/ usr /local/bin:/ usr /sbin:/ usr

>  >>> /bin QEMU _AUDIO_ DRV =none / usr /bin/qemu- kvm -S -M pc -0.14 -

>  >>> cpu kvm 64,+ lahf _lm,+ ssse 3,- cx 16 -enable- kvm -m 1024 - smp

>  >>> 1,sockets=1,cores=1,threads=1 -name VM01-Fedora17 - uuid

>  >>> e0a70093-5b11-472f-b452-d1ae815028f4 - smbios

>  >>> type=1,manufacturer=Red Hat,product= RHEV Hyperv iso r

>  >>>

> 
> ,version=17-1,serial=49434D53-0200-9066-2500-66902500FE53_00:25:90:66:53:fe,

>

>  >>>

>  >>> uuid =e0a70093-5b11-472f-b452-d1ae815028f4 -nodefconfig -

> nodefaults

>  >>> - chardev socket,id= char mon itor ,path=/var/lib/ libvirt

>  >>> /qemu/VM01-Fedora17. mon itor,server, nowait - mon chardev = char

>  >>> mon itor ,id= mon itor,mode=control - rtc

> base=2012-06-06T14:39:37,

>  >>> driftfix =slew -no-shutdown -device piix 3- usb - uhci ,id= usb

>  >>> ,bus= pc i.0, addr =0x1.0x2 -device virtio -serial- pc i,id=

> virtio

>  >>> -serial0,bus= pc i.0, addr =0x4 -drive file=/ rhev

>  >>> /data-center/5ac3a99a- afdd -11e1-8957-000c290cc066/d2221 cee

>  >>> -7146-4197- aecf -0 dfad

>  >>>

> 32b54ea/images/----/Fedora-17-x86_64-

>  >>> netinst . iso ,if=none,media= cdrom ,id=drive- ide 0-1-0, readonly

>  >>> =on,format=raw,serial= -device ide -drive,bus= ide

>  >>> .1,unit=0,drive=drive- ide 0-1-0,id= ide 0-1-0 -drive file=/ rhev

>  >>> /data-center/5ac3a99a- afdd

>  >>> -11e1-8957-000c290cc066/e5485577-8f51-4213- acd

>  >>>

> 
> 8-f38e064cf308/images/9865260a-7480-4cd2-8352-9f44ee2d6c37/00ed2438-6

Re: [Users] Fedora 17 install­ation problem with Ovirt

2012-06-08 Thread ovirt
I have the same problem with fedora16 under ovirt, i can't test fedora17 
because it is not possible now to install any VM under ovirt 3.1 by CD issue.
fedora16 starting only in single mode

Птн 08 Июн 2012 19:46:07 +0400, Mohsen Saeedi  написал:  
  
Hi  
  
I'm trying to install Fedora 17 x86_64
under Ovirt this week. It stays on the starting shell on hvc0. I
changed kernel boot parameters and used various parameters. but
whit no success.  
  
anyone has any idea? I installed other
linux very well. I test installation of Fedora 17 with KVM under
Fedora 16 without any problem.  
  
I used Ovirt and vdsm under CentOS 6.2  
  
Thanks

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


Re: [Users] ovirt 3.1 - c­annot boot virtual server­ from CD

2012-06-15 Thread ovirt
You can look here

http://ovirt.org/w/index.php?title=Testing/OvirtTestDay3.1&diff=3628&oldid=prev

Workaround for sanlock error: "Readonly leases are not supported."
comment out: lock_manager="sanlock" in /etc/libvirt/qemu.conf and restart 
libvirt and vdsm

Птн 15 Июн 2012 11:29:32 +0400, Winfried de Heiden  написал:

Hi,

It is not a SELinux issue. I even put SELinux Permissive on both the

manager and the hypervisor node. On the hypervisor node

/var/log/vdsm/libvirt.log tells:

2012-06-15 07:16:32.511+: 11607: error :

virNetClientProgramDispatchError:174 : internal error unsupported

configuration: Readonly leases are not supported

After removing the DVD  the machine can start...

What's wrong here?

Winfried

Op 14-06-12 17:19, Juan Hernandez schreef:

> On 06/14/2012 04:59 PM, Winfried de Heiden wrote:

>> Hi all,

>>

>> Trying to start a virtual server from DVD fails, the (spice) console

>> gives:

>>

>> "Could not read from CDROM (code 0003)"

>

> Some other people is reporting this same problem in #ovirt. Can you

> check what is the value of the virt_use_nfs boolean in your hypervisor:

>

> getsebool virt_use_nfs

>

> If it is "off" it is wrong, you will have to change it to "on":

>

> setsebool -P virt_use_nfs on

>

>> 2012-06-14 18:53:08,630 INFO

>> [org.ovirt.engine.core.vdsbroker.irsbroker.IsoPrefixVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] START,

>> IsoPrefixVDSCommand(storagePoolId =

>> b2456911-a25e-4c33-8e46-bae35cc015e7, ignoreFailoverLimit = false,

>> compatabilityVersion = null), log id: 59f0cc1c

>> 2012-06-14 18:53:08,632 INFO

>> [org.ovirt.engine.core.vdsbroker.irsbroker.IsoPrefixVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] FINISH, IsoPrefixVDSCommand, return:

>> /rhev/data-center/b2456911-a25e-4c33-8e46-bae35cc015e7/bfb1da46-c417-472a-8905-09e687648b16/images/----,

>>

>> log id: 59f0cc1c

>> 2012-06-14 18:53:08,752 INFO

>> [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] START,

>> IsValidVDSCommand(storagePoolId =

>> b2456911-a25e-4c33-8e46-bae35cc015e7, ignoreFailoverLimit = false,

>> compatabilityVersion = null), log id: 2ba80f77

>> 2012-06-14 18:53:08,757 INFO

>> [org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] FINISH, IsValidVDSCommand, return:

>> true, log

>> id: 2ba80f77

>> 2012-06-14 18:53:08,864 INFO

>> [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] START,

>> IsVmDuringInitiatingVDSCommand(vmId =

>> d3a1600e-9fb9-4d44-9c5e-b6278226ae57), log id: 7bafb10a

>> 2012-06-14 18:53:08,867 INFO

>> [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] FINISH,

>> IsVmDuringInitiatingVDSCommand, return:

>> false, log id: 7bafb10a

>> 2012-06-14 18:53:08,896 INFO

>> [org.ovirt.engine.core.bll.RunVmOnceCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] Running command: RunVmOnceCommand

>> internal:

>> false. Entities affected : ID: d3a1600e-9fb9-4d44-9c5e-b6278226ae57

>> Type: VM

>> 2012-06-14 18:53:08,922 INFO

>> [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand]

>> (ajp--0.0.0.0-8009-3)

>> [193bc72b] START, CreateVmVDSCommand(vdsId =

>> c781df7a-b5f5-11e1-91f8-e791895bd007,

>> vmId=d3a1600e-9fb9-4d44-9c5e-b6278226ae57,

>> vm=org.ovirt.engine.core.common.businessentities.VM@4209547b), log

>> id: 184fd2c

>> 2012-06-14 18:53:08,931 INFO

>> [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b] START, CreateVDSCommand(vdsId =

>> c781df7a-b5f5-11e1-91f8-e791895bd007,

>> vmId=d3a1600e-9fb9-4d44-9c5e-b6278226ae57,

>> vm=org.ovirt.engine.core.common.businessentities.VM@4209547b), log

>> id: ba59fb6

>> 2012-06-14 18:53:08,997 INFO

>> [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand]

>> (ajp--0.0.0.0-8009-3) [193bc72b]

>> org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand

>> spiceSslCipherSuite=DEFAULT,memSize=1024,kvmEnable=true,smp=1,emulatedMachine=pc-0.14,vmType=kvm,keyboardLayout=en-us,pitReinjection=false,nice=0,display=qxl,smpCoresPerSocket=1,spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,timeOffset=0,transparentHugePages=true,vmId=d3a1600e-9fb9-4d44-9c5e-b6278226ae57,devices=[Ljava.util.Map;@7525661e,acpiEnable=true,vmName=CENTOS6,cpuType=Conroe,custom={device_c27ccfac-aa9c-4b66-977a-4a12e6088533device_26088fe5-ef48-492e-bdad

Re: [Users] On oVirt 3.1, Fed­ora 16 and 17 hang at boo­t

2012-06-20 Thread ovirt
+1

Срд 20 Июн 2012 20:38:09 +0400, Jason Brooks  написал:
Hi everyone,

I'm testing oVirt 3.1 with a few different VM types, and I'm

experiencing boot issues with Fedora 16 and 17, 64bit. F17 hangs while

booting from the F17 install DVD. F16 installs normally (minimal

install), but hangs during the initial boot after installation. The F16

VM will boot to rescue mode, however.

The VM appears to get through the full boot process, but then the CPU

usage goes to 99 or 100% and the VM won't respond. I've tried with spice

and vnc consoles, with and without USB enabled. I've let it sit for

quite a while, and the VM CPU usage stays pegged, and the VMs remain

unresponsive.

CentOS 6.2 and Ubuntu 12.04 VMs, both 64bit, work normally on my oVirt

3.1 setup. Any idea what might be causing the issue, or how I might go

about debugging it?

Thanks, Jason

___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users

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


[Users] How is it possible to increase disk size?

2012-06-21 Thread ovirt
each disk of VM on ISCSI SD is lv on vg of storage domain and thin provision 
disk size is maximum size that lv can expand

I created VM with thin provision disk 30Gb, on SPM lvs show actual size of disk 
1Gb

if i do vdsClient extendVolume to 40Gb, lv size become 40Gb (but disk is thin 
provision and 40Gb is maximum not actual), but  webadmin and  engine cli show 
that disk size is not changed and is 30Gb

then i tried to update disk size using engine cli  "update  disk --size" and 
got following

[oVirt shell (connected)]# update disk Fedora17_Disk1 --size 42949672960
unknown error:
status: 500
reason: Internal Server Error
detail: JBoss Web/7.0.0.SNAPSHOT - Error report HTTP Status 500 - type 
Exception reportmessage description The server encountered an internal error () 
that prevented it from fulfilling this request.exception 
org.jboss.resteasy.spi.UnhandledException: 
org.ovirt.engine.core.compat.NotImplementedException: Pending Backend support

org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340)

org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214)

org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190)

org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:540)

org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502)

org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)

org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)

org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)

org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
root cause org.ovirt.engine.core.compat.NotImplementedException: Pending 
Backend support

org.ovirt.engine.api.restapi.resource.BackendDiskResource.update(BackendDiskResource.java:33)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:601)

org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155)

org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257)
org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222)

org.jboss.resteasy.core.ResourceLocator.invokeOnTargetObject(ResourceLocator.java:152)
org.jboss.resteasy.core.ResourceLocator.invoke(ResourceLocator.java:91)

org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525)

org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502)

org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)

org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)

org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)

org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
note The full stack trace of the root cause is available in the JBoss 
Web/7.0.0.SNAPSHOT logs.JBoss Web/7.0.0.SNAPSHOT

env:

[root@fedora17-ovirt ~]# rpm -qa | fgrep ovirt
ovirt-log-collector-3.1.0-0.fc17.noarch
ovirt-engine-config-3.1.0-3.fc17.noarch
ovirt-engine-userportal-3.1.0-3.fc17.noarch
ovirt-engine-genericapi-3.1.0-3.fc17.noarch
ovirt-engine-sdk-3.1.0.2-1alpha.fc17.noarch
ovirt-engine-notification-service-3.1.0-3.fc17.noarch
ovirt-engine-webadmin-portal-3.1.0-3.fc17.noarch
ovirt-engine-setup-3.1.0-3.fc17.noarch
ovirt-iso-uploader-3.1.0-0.git1841d9.fc17.noarch
ovirt-engine-dbscripts-3.1.0-3.fc17.noarch
ovirt-engine-restapi-3.1.0-3.fc17.noarch
ovirt-image-uploader-3.1.0-0.git9c42c8.fc17.noarch
ovirt-engine-tools-common-3.1.0-3.fc17.noarch
ovirt-engine-backend-3.1.0-3.fc17.noarch
ovirt-engine-3.1.0-3.fc17.noarch
ovirt-engine-cli-3.1.0.1-1alpha.fc17.noarch

I tried to install ovirt-engine-cli-3.1.0.2-1alpha.fc17.noarch but got

 Requires: ovirt-engine-sdk
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Reg: Ovirt deploy­ment on centos

2012-05-28 Thread ovirt
Here

http://www.dreyou.org/ovirt/

Втр 29 Май 2012 05:34:35 +0400, enirtom  написал:
Hello all,

I want to deploy ovirt on Centos 6.2 environment with dwh and other features. 
How do i do this ?

Please help me out..

//Nirbhay

___

Users mailing list

Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users

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


[Users] direct lun

2012-06-25 Thread ovirt
VM with attached direct lun not started with error in vm.log

qemu-kvm: -drive 
file=/dev/mapper/1p_ISCSI_0_lun1,if=none,id=drive-virtio-disk1,format=raw,serial=,cache=none,werror=stop,rerror=stop,aio=native:
 could not open disk image /dev/mapper/1p_ISCSI_0_lun1: Permission denied

is this a bug or feature is not implemented yet?

env:
fedora17
engine from http://www.ovirt.org/releases/beta/fedora/17/
vdsm-4.10.0-0.57.git2987ee3.fc17.x86_64

[root@kvm04 /]# ls -l /dev/mapper/ | grep lun1
lrwxrwxrwx. 1 root root   7 Jun 25 14:05 1p_ISCSI_0_lun1 -> ../dm-7
[root@kvm04 /]# ls -l /dev/ | grep dm-7
brw-rw.  1 root disk253,   7 Jun 25 14:05 dm-7

usermod -a -G disk qemu solved the problem, but is it correct way to solve it?

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


Re: [Users] Issues with NFS d­omains and kernel-3.5.0-2­.f17

2012-08-21 Thread ovirt
emoteFileHandler.py", line 133, in _poll
raise Timeout()
Timeout
Dummy-86::DEBUG::2012-08-21 
10:23:35,972::__init__::1249::Storage.Misc.excCmd::(_log) SUCCESS:  = '1+0 
records in\n1+0 records out\n1024000 bytes (1.0 MB) copied, 0.034715 s, 29.5 
MB/s\n';  = 0
Thread-37502::ERROR::2012-08-21 
10:23:35,972::sdc::145::Storage.StorageDomainCache::(_findDomain) Error while 
looking for domain `d2221cee-7146-4197-aecf-0dfad32b54ea`
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/sdc.py", line 140, in _findDomain
return mod.findDomain(sdUUID)
  File "/usr/share/vdsm/storage/nfsSD.py", line 131, in findDomain
return NfsStorageDomain(NfsStorageDomain.findDomainPath(sdUUID))
  File "/usr/share/vdsm/storage/fileSD.py", line 113, in __init__
sdUUID = metadata[sd.DMDK_SDUUID]
  File "/usr/share/vdsm/storage/persistentDict.py", line 89, in __getitem__
return dec(self._dict[key])
  File "/usr/share/vdsm/storage/persistentDict.py", line 199, in __getitem__
with self._accessWrapper():
  File "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
  File "/usr/share/vdsm/storage/persistentDict.py", line 152, in _accessWrapper
    self.refresh()
  File "/usr/share/vdsm/storage/persistentDict.py", line 230, in refresh
lines = self._metaRW.readlines()
  File "/usr/share/vdsm/storage/fileSD.py", line 82, in readlines
return misc.stripNewLines(self._oop.directReadLines(self._metafile))
  File "/usr/share/vdsm/storage/remoteFileHandler.py", line 282, in 
callCrabRPCFunction
raise Timeout("Operation stuck on remote handler")
Timeout: Operation stuck on remote handler
Thread-37502::ERROR::2012-08-21 
10:23:35,982::hsm::2347::Storage.HSM::(getStorageDomainsList) Unexpected error
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/hsm.py", line 2333, in getStorageDomainsList
dom = sdCache.produce(sdUUID=sdUUID)
  File "/usr/share/vdsm/storage/sdc.py", line 110, in produce
dom.getRealDomain()
  File "/usr/share/vdsm/storage/sdc.py", line 51, in getRealDomain
return self._cache._realProduce(self._sdUUID)
  File "/usr/share/vdsm/storage/sdc.py", line 123, in _realProduce
dom = self._findDomain(sdUUID)
  File "/usr/share/vdsm/storage/sdc.py", line 147, in _findDomain
raise se.StorageDomainDoesNotExist(sdUUID)
StorageDomainDoesNotExist: Storage domain does not exist: 
('d2221cee-7146-4197-aecf-0dfad32b54ea',)


Втр 07 Авг 2012 22:47:38 +0400, Jason Brooks  написал:
> Hi all--
> 
> Is anyone else running ovirt hosts on fedora kernel version 3.5.0-2.f17? 
> 
> That's the current fedora kernel, and I'm finding that nfs domain cannot 
> attach with that kernel running: 
> https://bugzilla.redhat.com/show_bug.cgi?id=845660.
> 
> I'm working around the issue by running the previous fedora kernel.
> 
> Regards, Jason
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

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


[Users] guest agent service don't start after migration

2012-09-03 Thread ovirt
node fedora17
# uname -a
Linux kvm04 3.4.6-4.fc17.x86_64 #1 SMP Thu Jul 26 18:51:58 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux
# rpm -q vdsm
vdsm-4.10.0-7.fc17.x86_64
# rpm -q libvirt
libvirt-0.9.11.4-3.fc17.x86_64
# rpm -q qemu-kvm
qemu-kvm-1.0.1-1.fc17.x86_64


guest win8r2 
service starting as LocalSystem

  
Traceback (most recent call last):
  File "win32serviceutil.pyc", line 806, in SvcRun
  File "OVirtGuestService.pyc", line 55, in SvcDoRun
  File "GuestAgentWin32.pyc", line 377, in __init__
  File "OVirtAgentLogic.pyc", line 55, in __init__
  File "VirtIoChannel.pyc", line 25, in __init__
  File "WinFile.pyc", line 30, in __init__
error: (2, 'CreateFile', '\xcd\xe5 \xf3\xe4\xe0\xe5\xf2\xf1\xff 
\xed\xe0\xe9\xf2\xe8 \xf3\xea\xe0\xe7\xe0\xed\xed\xfb\xe9 
\xf4\xe0\xe9\xeb.')
  


--

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


Re: [Users] guest agent s­ervice don't start after ­migration

2012-09-11 Thread ovirt
Here log from host on which vm has been migrated

# cat ovirt-guest-agent.log
MainThread::INFO::2012-08-27 
16:46:31,699::ovirt-guest-agent::25::root::Starting oVirt guest agent
MainThread::ERROR::2012-08-27 
16:46:31,701::ovirt-guest-agent::103::root::Unhandled exception in oVirt guest 
agent!
Traceback (most recent call last):
  File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 97, in 
agent.run(daemon, pidfile)
  File "/usr/share/ovirt-guest-agent/ovirt-guest-agent.py", line 30, in run
self.agent = LinuxVdsAgent(config)
  File "/usr/share/ovirt-guest-agent/GuestAgentLinux2.py", line 197, in __init__
AgentLogicBase.__init__(self, config)
  File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 55, in __init__
self.vio = VirtIoChannel(config.get("virtio", "device"))
  File "/usr/share/ovirt-guest-agent/VirtIoChannel.py", line 27, in __init__
self._vport = os.open(vport_name, os.O_RDWR)
OSError: [Errno 2] No such file or directory: 
'/dev/virtio-ports/com.redhat.rhevm.vdsm'


Срд 05 Сен 2012 15:09:49 +0400, Michal Skrivanek  
написал:
> on behalf of Gal:
> 
> Error 2: The system cannot find the file specified.
> 
> Possible problems: Either virtio-serial driver is not installed (my bet) or 
> channel name was changed in vdsm (unlikely).
> 
>Gal.
> 
> On Sep 3, 2012, at 09:17 , ov...@qip.ru wrote:
> 
> > node fedora17
> > # uname -a
> > Linux kvm04 3.4.6-4.fc17.x86_64 #1 SMP Thu Jul 26 18:51:58 UTC 2012 x86_64 
> > x86_64 x86_64 GNU/Linux
> > # rpm -q vdsm
> > vdsm-4.10.0-7.fc17.x86_64
> > # rpm -q libvirt
> > libvirt-0.9.11.4-3.fc17.x86_64
> > # rpm -q qemu-kvm
> > qemu-kvm-1.0.1-1.fc17.x86_64
> > 
> > 
> > guest win8r2 
> > service starting as LocalSystem
> > 
> >  
> >Traceback (most recent call last):
> >  File "win32serviceutil.pyc", line 806, in SvcRun
> >  File "OVirtGuestService.pyc", line 55, in SvcDoRun
> >  File "GuestAgentWin32.pyc", line 377, in __init__
> >  File "OVirtAgentLogic.pyc", line 55, in __init__
> >  File "VirtIoChannel.pyc", line 25, in __init__
> >  File "WinFile.pyc", line 30, in __init__
> > error: (2, 'CreateFile', '\xcd\xe5 \xf3\xe4\xe0\xe5\xf2\xf1\xff 
> > \xed\xe0\xe9\xf2\xe8 \xf3\xea\xe0\xe7\xe0\xed\xed\xfb\xe9 
> > \xf4\xe0\xe9\xeb.')
> >  
> > 
> > 
> > --
> > 
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users

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


[ovirt-users] oVirt 3.6 and CentOS 7

2015-12-13 Thread ovirt

Hi oVirt users,

since a couple of days I'm struggling to install oVirt 3.6 on a CentOS 7 
server.


Here are the steps I have done to get oVirt 3.6 engine on the host.

1. Install minimal CentOS
2. update to latest version (yum update)
3. install oVirt 3.6 (yum install ovirt-engine)
4. start rpcbind (systemctl start rpcbind)
5. run engine-setup

--== CONFIGURATION PREVIEW ==--
 
  Application mode: both

  Default SAN wipe after delete   : False
  Firewall manager: firewalld
  Update Firewall : True
  Host FQDN   : hostname.localdomain
  Engine database secured connection  : False
  Engine database host: localhost
  Engine database user name   : engine
  Engine database name: engine
  Engine database port: 5432
  Engine database host name validation: False
  Engine installation : True
  NFS setup   : True
  PKI organization: Me
  NFS export ACL  : 192.168.1.0/24(rw)
  NFS mount point : /home/iso
  Configure local Engine database : True
  Set application as default page : True
  Configure Apache SSL: True
  Configure VMConsole Proxy   : True
  Engine Host FQDN: hostname.localdomain
  Configure WebSocket Proxy   : True

After the successful installation of the engine I logged into the admin 
portal to add the host to the data center.


Here I entered in the following issue:
Adding the host never was successful. I found out that the firewalld was 
always stopped and disabled during that process. A manual start of the 
firewalld was allowing me to continue.


After that I was able to add the storage to the server.

Now I thought I will be able to install a VM into the host but it looks 
like that something else is missing.

I have no options in the drop-down boxes of cluster, templates and OS.

Is anyone able to help me here?

Please note that this is my first oVirt installation.

Best regards and thx
Christoph








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


Re: [ovirt-users] oVirt 3.6 and CentOS 7

2015-12-13 Thread ovirt


Am 13.12.2015 um 12:52 schrieb Taste-Of-IT:

Am 2015-12-13 11:57, schrieb ov...@timmi.org:

Hi oVirt users,

since a couple of days I'm struggling to install oVirt 3.6 on a 
CentOS 7 server.


Here are the steps I have done to get oVirt 3.6 engine on the host.

1. Install minimal CentOS
2. update to latest version (yum update)
3. install oVirt 3.6 (yum install ovirt-engine)
4. start rpcbind (systemctl start rpcbind)
5. run engine-setup

--== CONFIGURATION PREVIEW ==--
   Application mode: both
  Default SAN wipe after delete   : False
  Firewall manager: firewalld
  Update Firewall : True
  Host FQDN   : hostname.localdomain
  Engine database secured connection  : False
  Engine database host: localhost
  Engine database user name   : engine
  Engine database name: engine
  Engine database port: 5432
  Engine database host name validation: False
  Engine installation : True
  NFS setup   : True
  PKI organization: Me
  NFS export ACL  : 192.168.1.0/24(rw)
  NFS mount point : /home/iso
  Configure local Engine database : True
  Set application as default page : True
  Configure Apache SSL: True
  Configure VMConsole Proxy   : True
  Engine Host FQDN: hostname.localdomain
  Configure WebSocket Proxy   : True

After the successful installation of the engine I logged into the
admin portal to add the host to the data center.

Here I entered in the following issue:
Adding the host never was successful. I found out that the firewalld
was always stopped and disabled during that process. A manual start of
the firewalld was allowing me to continue.

After that I was able to add the storage to the server.

Now I thought I will be able to install a VM into the host but it
looks like that something else is missing.
I have no options in the drop-down boxes of cluster, templates and OS.

Is anyone able to help me here?

Please note that this is my first oVirt installation.

Best regards and thx
Christoph









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


Hello Christoph,
i got the same problems. NFS Domain wanted to go up and the Host 
doesnt work to. I now used this tutorial and dont setup nfs domain 
while installation. I setup all nfs shares before and after all, like 
described in the howto, it works.


http://taste-of-it.de/ovirt-all-in-one-installation-auf-centos-7/

Hope i could help.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

thank you for the fast response. I tried it and now I'm able to create 
VMs in the local_datacenter.

Currently I have a ISO_DOMAIN and a local storage for the VMs.

I just tried to install a smal CentOS guest but I receive the following 
error while starting it:

Error while executing action:

Test_VM:
General command validation failure.

Any idea?

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


[ovirt-users] Import KVM/libvirt VMs to oVirt

2015-12-20 Thread ovirt

Hi list,

finally I managed to install oVirt on my new server and so far it is 
really great.


The next step on my side it to migrate VMs from another server 
(KVM/libvirtd/virt-manager) to oVirt.

I was trying to find something in the documentation but so far no luck.

Google was pointing me to tow options:

- virt-v2v
- import-to-ovirt.pl (script from Richard WM Jones)


Currently I'm trying to migrate a Win7 VM (with VirtIO) with 
import_to_ovirt bzt I receive the following error message:

./import-to-ovirt.pl: no operating system was found on the disk

I'm executing the following command:
./import-to-ovirt.pl /path-to-image-file/disk.img hostname:/export-domain

Is anyone able to support me here?
As both systems are running KVM there should be a quite easy way to 
migrate the VMs or not?


Best regards
Christoph

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


Re: [ovirt-users] Import KVM/libvirt VMs to oVirt

2015-12-20 Thread ovirt

Hi,

thank you for the quick response.

Yes I can confirm that I'm also able to perform this through copying of 
the image but then you need to know the exact file name of the disk you 
need to overwrite.


Is there a way to see the file name also in the oVirt admin portal?

Best regards
Christoph


Am 20.12.2015 um 11:24 schrieb Yedidyah Bar David:

On Sun, Dec 20, 2015 at 12:13 PM,   wrote:

Hi list,

finally I managed to install oVirt on my new server and so far it is really
great.

The next step on my side it to migrate VMs from another server
(KVM/libvirtd/virt-manager) to oVirt.
I was trying to find something in the documentation but so far no luck.

Google was pointing me to tow options:

- virt-v2v
- import-to-ovirt.pl (script from Richard WM Jones)


Currently I'm trying to migrate a Win7 VM (with VirtIO) with import_to_ovirt
bzt I receive the following error message:
./import-to-ovirt.pl: no operating system was found on the disk

I'm executing the following command:
./import-to-ovirt.pl /path-to-image-file/disk.img hostname:/export-domain

Is anyone able to support me here?
As both systems are running KVM there should be a quite easy way to migrate
the VMs or not?

Adding Richard.

IIRC people managed to do that by merely creating a new vm and copying the
existing one over the new empty disk. No idea about details, you might want
to search the list archives.

Best,


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


Re: [ovirt-users] Import KVM/libvirt VMs to oVirt

2015-12-20 Thread ovirt

got it.
Thank you so much.


Am 20.12.2015 um 12:19 schrieb Yedidyah Bar David:

On Sun, Dec 20, 2015 at 12:59 PM,   wrote:

Hi,

thank you for the quick response.

Yes I can confirm that I'm also able to perform this through copying of the
image but then you need to know the exact file name of the disk you need to
overwrite.

Is there a way to see the file name also in the oVirt admin portal?

If you check the "Disks" tab, you'll see there an ID tab.

For nfs/qcow, that's a directory name to be found under 'images'
inside the storage domain. Under this directory you'll find several
files (data, metadata and lease) per each snapshot of this disk.
Not sure any of this is documented and/or intended for direct
manipulation.

Best,


Best regards
Christoph



Am 20.12.2015 um 11:24 schrieb Yedidyah Bar David:

On Sun, Dec 20, 2015 at 12:13 PM,   wrote:

Hi list,

finally I managed to install oVirt on my new server and so far it is
really
great.

The next step on my side it to migrate VMs from another server
(KVM/libvirtd/virt-manager) to oVirt.
I was trying to find something in the documentation but so far no luck.

Google was pointing me to tow options:

- virt-v2v
- import-to-ovirt.pl (script from Richard WM Jones)


Currently I'm trying to migrate a Win7 VM (with VirtIO) with
import_to_ovirt
bzt I receive the following error message:
./import-to-ovirt.pl: no operating system was found on the disk

I'm executing the following command:
./import-to-ovirt.pl /path-to-image-file/disk.img hostname:/export-domain

Is anyone able to support me here?
As both systems are running KVM there should be a quite easy way to
migrate
the VMs or not?

Adding Richard.

IIRC people managed to do that by merely creating a new vm and copying the
existing one over the new empty disk. No idea about details, you might
want
to search the list archives.

Best,







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


Re: [ovirt-users] Import KVM/libvirt VMs to oVirt

2015-12-20 Thread ovirt

Hi Richard,

please find the output in the attachment.

Best regards and thank you for your support
Christoph

Am 20.12.2015 um 12:51 schrieb Richard W.M. Jones:

On Sun, Dec 20, 2015 at 12:24:08PM +0200, Yedidyah Bar David wrote:

On Sun, Dec 20, 2015 at 12:13 PM,   wrote:

Hi list,

finally I managed to install oVirt on my new server and so far it is really
great.

The next step on my side it to migrate VMs from another server
(KVM/libvirtd/virt-manager) to oVirt.
I was trying to find something in the documentation but so far no luck.

Google was pointing me to tow options:

- virt-v2v
- import-to-ovirt.pl (script from Richard WM Jones)


Currently I'm trying to migrate a Win7 VM (with VirtIO) with import_to_ovirt
bzt I receive the following error message:
./import-to-ovirt.pl: no operating system was found on the disk

The error means libguestfs doesn't think there is anything on your
source disk (disk.img), eg it is blank or there is no detectable
operating system on it.

Do:

   export LIBGUESTFS_DEBUG=1
   export LIBGUESTFS_TRACE=1
   ./import-to-ovirt.pl []

and capture the full output.  From that output it is possible to work
out why inspection of the source disk failed.

Rich.



[root@lxedna import-to-ovirt-7edfc4e]# ./import-to-ovirt.pl /home/IE9-Win7.img lxedna:/media/storage3
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_backend "direct"
libguestfs: trace: set_backend = 0
libguestfs: create: flags = 0, handle = 0x106b510, program = perl
libguestfs: trace: set_program "import-to-ovirt.pl"
libguestfs: trace: set_program = 0
libguestfs: trace: add_drive "/home/IE9-Win7.img" "readonly:true"
libguestfs: creating COW overlay to protect original drive content
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: disk_create "/tmp/libguestfsBRjWOe/overlay1" "qcow2" -1 "backingfile:/home/IE9-Win7.img"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/home/IE9-Win7.img
libguestfs: command: run: \ /tmp/libguestfsBRjWOe/overlay1
Formatting '/tmp/libguestfsBRjWOe/overlay1', fmt=qcow2 size=53687091200 backing_file='/home/IE9-Win7.img' encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
libguestfs: trace: disk_create = 0
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: version
libguestfs: trace: version = 
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=import-to-ovirt.pl
libguestfs: launch: version=1.28.1rhel=7,release=1.55.el7.centos,libvirt
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfsBRjWOe
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: [0ms] begin building supermin appliance
libguestfs: [0ms] run supermin
libguestfs: command: run: /usr/bin/supermin5
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d
libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
supermin: version: 5.1.10
supermin: rpm: detected RPM version 4.11
supermin: package handler: fedora/rpm
supermin: acquiring lock on /var/tmp/.guestfs-0/lock
supermin: build: /usr/lib64/guestfs/supermin.d
supermin: build: visiting /usr/lib64/guestfs/supermin.d/base.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/daemon.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/excludefiles type uncompressed excludefiles
supermin: build: visiting /usr/lib64/guestfs/supermin.d/hostfiles type uncompressed hostfiles
supermin: build: visiting /usr/lib64/guestfs/supermin.d/init.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/packages type uncompressed packages
supermin: build: visiting /usr/lib64/guestfs/supermin.d/udev-rules.tar.gz type gzip base image (tar)
supermin: build: visiting /usr/lib64/guestfs/supermin.d/zz-winsupport.tar.gz type gzip base image (tar)
supermin: build: 184 packages, including dependencies
supermin: build: 30887 files
supermin: build: 17708 files, after removing unreada

Re: [ovirt-users] Import KVM/libvirt VMs to oVirt

2015-12-20 Thread ovirt

Hi Rich,

the host is a CentOS (latest).

libguestfs-winsupport

root@lxedna import-to-ovirt-7edfc4e]# rpm -qa | grep -i 
libguestfs-winsupport

libguestfs-winsupport-7.2-1.el7.x86_64

Best regards
Christoph

Am 20.12.2015 um 14:12 schrieb Richard W.M. Jones:

On Sun, Dec 20, 2015 at 02:05:30PM +0100, ov...@timmi.org wrote:

./import-to-ovirt.pl: no operating system was found on the disk

Looks like you need to install either libguestfs-winsupport (assuming
the host is RHEL/CentOS), because this is required to process any
Windows disk images.

libguestfs-winsupport can be found here for RHEL < 7.2:

   https://people.redhat.com/~rjones/libguestfs-winsupport/

and is included in the base OS in RHEL >= 7.2.

Rich.



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


Re: [ovirt-users] Import KVM/libvirt VMs to oVirt

2015-12-20 Thread ovirt

Hi Rich,

wow that was fast!!!
This is working great

Best regards and merry Christmas
Christoph

Am 20.12.2015 um 18:02 schrieb Richard W.M. Jones:

On Sun, Dec 20, 2015 at 02:15:21PM +0100, ov...@timmi.org wrote:

Hi Rich,

the host is a CentOS (latest).

libguestfs-winsupport

root@lxedna import-to-ovirt-7edfc4e]# rpm -qa | grep -i
libguestfs-winsupport
libguestfs-winsupport-7.2-1.el7.x86_64

Right, sorry, that's a bug in import-to-ovirt.  I've just pushed
a fix to the git repo.

Thanks for your patience!

Rich.



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


[ovirt-users] Refresh Host Devices

2015-12-21 Thread ovirt

Hi list,

how can I refresh the host devices (usb) in the frontend?
"Refresh Capabilities" does not work for me.

I want to attach a usb device to a VM but I can't see the device in the 
frontend.


# lsub is showing the device.

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


Re: [ovirt-users] Refresh Host Devices

2015-12-22 Thread ovirt

Hi list,

any idea how to refresh the list?
I guest a reboot of the host will solve that but I can't reboot the host 
for every change of the USB devices. ;)


Best regards and merry Christmas
Christoph

Am 21.12.2015 um 12:09 schrieb ov...@timmi.org:

Hi list,

how can I refresh the host devices (usb) in the frontend?
"Refresh Capabilities" does not work for me.

I want to attach a usb device to a VM but I can't see the device in 
the frontend.


# lsub is showing the device.

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



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


[ovirt-users] oVirt 3.6.1 USB Host Device passthrough

2015-12-23 Thread ovirt

Hi list,

I'm currently trying to get USB devices into a VM.
My host is running a oVirt 3.6.1.

I'm trying to use the GUI feature to add the device into the VM and I'm 
facing two issues:


1. I receive the following message while starting the VM:
Error while executing action:

:

 * Cannot run VM. There is no host that satisfies current scheduling
   constraints. See below for details:
 * The host  did not satisfy internal filter HostDevice
   because it does not support host device passthrough..

2. The USB device list never get refreshed while removing or inserting 
different devices.


Does anyone knows what I'm doing wrong or what I need to check?

I found for example the following description for oVirt 3.5.
http://wiki.rosalab.com/en/index.php/Blog:ROSA_Planet/How_to_use_USB_device_inside_VM_under_Rosa_Virtualisation_%28oVirt_3.5%29

But this is not helping me as I will have multiple USB devices with the 
same ID in the host.


Best regards and Merry Christmas
Christoph

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


Re: [ovirt-users] oVirt 3.6.1 USB Host Device passthrough

2015-12-23 Thread ovirt

Hi Michal,

thank you for the response.



2. The USB device list never get refreshed while removing or 
inserting different devices.


Check out http://www.ovirt.org/Features/hostdev_passthrough
It's not really talking about usbbut you can pass the whole 
controller as well


Do you know if the bug fix in 3.6.2 will also solve this issue? I think 
the list should be refreshed while removing or inserting USB devices. It 
would be also OK if the list get refreshed if you click on "Refresh 
Capabilities" in the host section.


Best regards
Christoph


Am 23.12.2015 um 13:48 schrieb Michal Skrivanek:



On 23 Dec 2015, at 09:28, ov...@timmi.org <mailto:ov...@timmi.org> wrote:


Hi list,

I'm currently trying to get USB devices into a VM.
My host is running a oVirt 3.6.1.

I'm trying to use the GUI feature to add the device into the VM and 
I'm facing two issues:


1. I receive the following message while starting the VM:
Error while executing action:

:

  * Cannot run VM. There is no host that satisfies current scheduling
constraints. See below for details:
  * The host  did not satisfy internal filter HostDevice
because it does not support host device passthrough..

This will be fixed in 3.6.2. That check only applies to pci 
passthrough (for now you can enable your host for pci passthrough to 
unblock the run)

https://bugzilla.redhat.com/show_bug.cgi?id=1283708

2. The USB device list never get refreshed while removing or 
inserting different devices.


Check out http://www.ovirt.org/Features/hostdev_passthrough
It's not really talking about usbbut you can pass the whole 
controller as well




Does anyone knows what I'm doing wrong or what I need to check?

I found for example the following description for oVirt 3.5.
http://wiki.rosalab.com/en/index.php/Blog:ROSA_Planet/How_to_use_USB_device_inside_VM_under_Rosa_Virtualisation_%28oVirt_3.5%29

But this is not helping me as I will have multiple USB devices with 
the same ID in the host.


Best regards and Merry Christmas
Christoph

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


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


Re: [ovirt-users] oVirt 3.6.1 USB Host Device passthrough

2015-12-29 Thread ovirt

Hi All,

just to let you know that I have tested the 3.6.2 RC1 and I can confirm 
that both problems are fixed with this version.


1. USB device list get refreshed automatically
2. USB device could be attached to the VM through the frontend

So looking forward for the final release of 3.6.2!

Best regards and great work!
Christoph


Am 23.12.2015 um 14:23 schrieb ov...@timmi.org:

Hi Michal,

thank you for the response.



2. The USB device list never get refreshed while removing or 
inserting different devices.


Check out http://www.ovirt.org/Features/hostdev_passthrough
It's not really talking about usbbut you can pass the whole 
controller as well


Do you know if the bug fix in 3.6.2 will also solve this issue? I 
think the list should be refreshed while removing or inserting USB 
devices. It would be also OK if the list get refreshed if you click on 
"Refresh Capabilities" in the host section.


Best regards
Christoph


Am 23.12.2015 um 13:48 schrieb Michal Skrivanek:



On 23 Dec 2015, at 09:28, ov...@timmi.org <mailto:ov...@timmi.org> wrote:


Hi list,

I'm currently trying to get USB devices into a VM.
My host is running a oVirt 3.6.1.

I'm trying to use the GUI feature to add the device into the VM and 
I'm facing two issues:


1. I receive the following message while starting the VM:
Error while executing action:

:

  * Cannot run VM. There is no host that satisfies current
scheduling constraints. See below for details:
  * The host  did not satisfy internal filter HostDevice
because it does not support host device passthrough..

This will be fixed in 3.6.2. That check only applies to pci 
passthrough (for now you can enable your host for pci passthrough to 
unblock the run)

https://bugzilla.redhat.com/show_bug.cgi?id=1283708

2. The USB device list never get refreshed while removing or 
inserting different devices.


Check out http://www.ovirt.org/Features/hostdev_passthrough
It's not really talking about usbbut you can pass the whole 
controller as well




Does anyone knows what I'm doing wrong or what I need to check?

I found for example the following description for oVirt 3.5.
http://wiki.rosalab.com/en/index.php/Blog:ROSA_Planet/How_to_use_USB_device_inside_VM_under_Rosa_Virtualisation_%28oVirt_3.5%29

But this is not helping me as I will have multiple USB devices with 
the same ID in the host.


Best regards and Merry Christmas
Christoph

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




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


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


[ovirt-users] Ubuntu Repository Key Expired

2016-01-03 Thread ovirt

Hi List,

I just noticed that the key for the Ubuntu 14.04 repository is expired.

pub   2048R/73A1A299 2013-10-24 [expired: 2016-01-02]
uid  home:evilissimo OBS Project 



I used the following repository:
http://www.ovirt.org/How_to_install_the_guest_agent_in_Ubuntu

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


Re: [ovirt-users] GPG Key Expired for ovirt-guest-agent

2016-01-05 Thread ovirt

Hi Vinzenz,

thank you for that.
I can confirm that it is working after importing the new key.

ub   2048R/73A1A299 2013-10-24 [expires: 2018-03-15]
uid  home:evilissimo OBS Project 



Best regards
Christoph

Am 05.01.2016 um 14:21 schrieb Vinzenz Feenstra:

The key has been extended, sorry for the inconvenience!

You might have to reimport it, i am not sure about that though.


On Jan 5, 2016, at 1:57 PM, Vinzenz Feenstra > wrote:


Will do that, thanks for the info I didn’t notice, sorry for that

On Jan 4, 2016, at 5:20 PM, Christophe TREFOIS 
mailto:christophe.tref...@uni.lu>> wrote:


Dear list,

It seems the key for the 
http://download.opensuse.org/repositories/home:/evilissimo:/ubuntu:/14.04/xUbuntu_14.04/ repository 
has expired two days ago.


Could it be updated please?

Thank you,

—
Christophe

Dr Christophe Trefois, Dipl.-Ing.
Technical Specialist / Post-Doc

UNIVERSITÉ DU LUXEMBOURG

LUXEMBOURG CENTRE FOR SYSTEMS BIOMEDICINE
Campus Belval | House of Biomedicine
6, avenue du Swing
L-4367 Belvaux
T:+352 46 66 44 6124
F:+352 46 66 44 6949
http://www.uni.lu/lcsb

Facebook Twitter 
Google Plus 
Linkedin 
skype 





This message is confidential and may contain privileged information.
It is intended for the named recipient only.
If you receive it in error please notify me and permanently delete 
the original message and any copies.




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






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


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


Re: [ovirt-users] convert/import images to ovirt

2016-01-09 Thread ovirt

Hi,

do you want to import KVM disks into oVirt?

Then you should use this tool here:
https://rwmj.wordpress.com/2015/09/18/importing-kvm-guests-to-ovirt-or-rhev/
http://git.annexia.org/?p=import-to-ovirt.git

Example:

./import-to-ovirt.pl /home/import-disk-image.img  --vmtype 
Desktop --vcpus 1 --memory 2048

As you wrote you want to import Windows machine I would check first that 
you are using already virtIO drivers in Windows (just check if you disk 
is IDE or virtIO).


If this is not the case please perform the following:

1. Backup old IDE disk
2. Insert new virtIO disk (could be very small) into your VM
3. Install virtIO drivers from this iso file:
http://ftp.nluug.nl/os/Linux/virtual/ovirt/ovirt-3.6/rpm/el7/noarch/ovirt-guest-tools-iso-3.6.0-0.2_master.fc22.noarch.rpm
4. After that you can remove the new disk and change the old one from 
IDE to virtIO.

5. Test boot
6. If everything is OK then power down the VM and import the disk with 
the command above.


Hope that helps.

Best regards
Christoph

Am 09.01.2016 um 07:41 schrieb alireza sadeh seighalan:

hi everyone

how can i convert and impoart a qcow/raw/etc... image  format to ovirt?
i installed virt-v2v and  libguestfs-winsupport for convert and 
import  my windows image to ovirt . i created export domain too . but 
i dont know how can i run it? i dont have any  operational example. 
thanks inadvance



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


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


[ovirt-users] OVirt Host Network setup failed

2016-01-20 Thread ovirt

Hi list,

I need your help as the network setup dialog is failing on my new server.

My host is a CentOS7.2 host with OVirt 3.6.1.
The automated firewall configuration failed by the way.

So at the beginning I struggled a bit with the firewall configuration. I 
guess I sorted it our that the host is entering the operational state.


But while adding addition networks to the host I receive the following 
message in the dialog:


Cannot setup Networks. Another Setup Networks process in progress on the 
host. Please try later after refreshing the host network capabilities.


How can I solve this?
I guess there is a hanging task from the time the host was not responsive!

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


Re: [ovirt-users] OVirt Host Network setup failed

2016-01-20 Thread ovirt

Hi all,

a "systemctl restart ovirt-engine" was solving the issue.

Best regards
Christoph

Am 20.01.2016 um 20:18 schrieb ov...@timmi.org:

Hi list,

I need your help as the network setup dialog is failing on my new server.

My host is a CentOS7.2 host with OVirt 3.6.1.
The automated firewall configuration failed by the way.

So at the beginning I struggled a bit with the firewall configuration. 
I guess I sorted it our that the host is entering the operational state.


But while adding addition networks to the host I receive the following 
message in the dialog:


Cannot setup Networks. Another Setup Networks process in progress on 
the host. Please try later after refreshing the host network 
capabilities.


How can I solve this?
I guess there is a hanging task from the time the host was not 
responsive!


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



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


[ovirt-users] VM manipulate DMI Chassis Serial value

2016-01-22 Thread ovirt

Hi list,

it is possible to change the DMI Chassis Serial value in the VM config?

Virtualbox is able to perform this via the following command for example:
c:\Program Files\Oracle\VirtualBox\VBoxManage.exe setextradata 
"NAME_OF_VIRTUAL_MACHINE" 
"VBoxInternal/Devices/pcbios/0/Config/DmiChassisSerial" "123456789"


Handle 0x0300, DMI type 3, 21 bytes
Chassis Information
Manufacturer: Red Hat
Type: Other
Lock: Not Present
Version: RHEL 7.2.0 PC (i440FX + PIIX, 1996)
*Serial Number: Not Specified*
Asset Tag: Not Specified
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: Unknown
OEM Information: 0x
Height: Unspecified
Number Of Power Cords: Unspecified
Contained Elements: 0

root@demo:~ # dmidecode -s chassis-serial-number
*Not Specified*


I want to change the red above!!
Is there a way to change that in Ovirt as well?

Best regards and thank you for your help.
Christoph


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


[ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host Networks"

2016-01-27 Thread ovirt

Hi List,

I update my OVirt 3.6.1 installation to 3.6.2 this morning.
After the reboot of the server the interface numbering wasn't the same 
so I had to change some cable to have them connected to the right 
configuration.


Everything looks OK but I receive a null pointer exception while 
clicking on "Setup Host Networks" of my engine/host server.


Any help is more then welcome!!

Best regards
Christoph

2016-01-27 19:04:47,738 ERROR 
[org.ovirt.engine.core.bll.network.host.GetAllVfsConfigByHostIdQuery] 
(default task-482) [] Exception: java.lang.NullPointerException
at 
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.getMaxNumOfVfs(NetworkDeviceHelperImpl.java:172) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.updateVfsConfigWithNumOfVfsData(NetworkDeviceHelperImpl.java:136) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.getHostNicVfsConfigsWithNumVfsDataByHostId(NetworkDeviceHelperImpl.java:121) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.network.host.GetAllVfsConfigByHostIdQuery.executeQueryCommand(GetAllVfsConfigByHostIdQuery.java:19) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.QueriesCommandBase.executeCommand(QueriesCommandBase.java:82) 
[bll.jar:]
at 
org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:33) 
[dal.jar:]
at 
org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:537) [bll.jar:]
at org.ovirt.engine.core.bll.Backend.runQuery(Backend.java:511) 
[bll.jar:]
at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source) 
[:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
[rt.jar:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) 
[rt.jar:1.8.0_71]
at 
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at 
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at 
org.ovirt.engine.core.bll.interceptors.CorrelationIdTrackerInterceptor.aroundInvoke(CorrelationIdTrackerInterceptor.java:13) 
[bll.jar:]
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source) 
[:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
[rt.jar:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497) 
[rt.jar:1.8.0_71]
at 
org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:89)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) 
[wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at 
org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:55) 
[weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05]
at 
org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) 
[wildfly-weld-8.2.1.Final.

Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host Networks"

2016-01-28 Thread ovirt

Hi Martin,

please let me know I can help.

Best regards
Christoph

Am 28.01.2016 um 09:04 schrieb Martin Mucha:

I think this issue is real and it seems to be caused by unboxing of nullvalued 
integer obtained from function 
org.ovirt.engine.core.common.businessentities.HostDevice#getTotalVirtualFunctions

M.

- Original Message -

Hi List,

I update my OVirt 3.6.1 installation to 3.6.2 this morning.
After the reboot of the server the interface numbering wasn't the same
so I had to change some cable to have them connected to the right
configuration.

Everything looks OK but I receive a null pointer exception while
clicking on "Setup Host Networks" of my engine/host server.

Any help is more then welcome!!

Best regards
Christoph

2016-01-27 19:04:47,738 ERROR
[org.ovirt.engine.core.bll.network.host.GetAllVfsConfigByHostIdQuery]
(default task-482) [] Exception: java.lang.NullPointerException
  at
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.getMaxNumOfVfs(NetworkDeviceHelperImpl.java:172)
[bll.jar:]
  at
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.updateVfsConfigWithNumOfVfsData(NetworkDeviceHelperImpl.java:136)
[bll.jar:]
  at
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.getHostNicVfsConfigsWithNumVfsDataByHostId(NetworkDeviceHelperImpl.java:121)
[bll.jar:]
  at
org.ovirt.engine.core.bll.network.host.GetAllVfsConfigByHostIdQuery.executeQueryCommand(GetAllVfsConfigByHostIdQuery.java:19)
[bll.jar:]
  at
org.ovirt.engine.core.bll.QueriesCommandBase.executeCommand(QueriesCommandBase.java:82)
[bll.jar:]
  at
org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:33)
[dal.jar:]
  at
org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:537) [bll.jar:]
  at org.ovirt.engine.core.bll.Backend.runQuery(Backend.java:511)
[bll.jar:]
  at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
[:1.8.0_71]
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_71]
  at java.lang.reflect.Method.invoke(Method.java:497)
[rt.jar:1.8.0_71]
  at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70)
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80)
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
  at
org.ovirt.engine.core.bll.interceptors.CorrelationIdTrackerInterceptor.aroundInvoke(CorrelationIdTrackerInterceptor.java:13)
[bll.jar:]
  at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
[:1.8.0_71]
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_71]
  at java.lang.reflect.Method.invoke(Method.java:497)
[rt.jar:1.8.0_71]
  at
org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:89)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
[wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:40

Re: [ovirt-users] VM manipulate DMI Chassis Serial value

2016-01-28 Thread ovirt

Hi Juan,

thank you so much for the information.

Best regards
Christoph

Am 26.01.2016 um 17:41 schrieb Juan Hernández:

On 01/22/2016 10:01 PM, Nir Soffer wrote:

Adding Francesco

On Fri, Jan 22, 2016 at 1:40 PM,   wrote:

Hi list,

it is possible to change the DMI Chassis Serial value in the VM config?

Virtualbox is able to perform this via the following command for example:
c:\Program Files\Oracle\VirtualBox\VBoxManage.exe setextradata
"NAME_OF_VIRTUAL_MACHINE"
"VBoxInternal/Devices/pcbios/0/Config/DmiChassisSerial" "123456789"

Handle 0x0300, DMI type 3, 21 bytes
Chassis Information
 Manufacturer: Red Hat
 Type: Other
 Lock: Not Present
 Version: RHEL 7.2.0 PC (i440FX + PIIX, 1996)
 Serial Number: Not Specified
 Asset Tag: Not Specified
 Boot-up State: Safe
 Power Supply State: Safe
 Thermal State: Safe
 Security Status: Unknown
 OEM Information: 0x
 Height: Unspecified
 Number Of Power Cords: Unspecified
 Contained Elements: 0

root@demo:~ # dmidecode -s chassis-serial-number
Not Specified


I want to change the red above!!
Is there a way to change that in Ovirt as well?

Best regards and thank you for your help.
Christoph


You should be able to change it from the GUI: Edit -> Show Advanced
Options -> System -> General -> Provide Custom serial number policy ->
Custom serial number.

You can also change it with the API, for example with the Python SDK:

---8<---
#!/usr/bin/python

from ovirtsdk.api import API
from ovirtsdk.xml import params

# Connect to the server:
api = API(
 url="https://rhevm36.example.com/ovirt-engine/api";,
 username="admin@internal",
 password="...",
 ca_file="/etc/pki/ovirt-engine/ca.pem",
 debug=True
)

# Find the VM:
vm = api.vms.get(name="myvm")

# Set a custom serial number:
vm.set_serial_number(
 params.SerialNumber(
 policy="custom",
 value="myserialnumber",
 )
)
vm.update()

# Disconnect:
api.disconnect()
--->8---




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


Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host Networks"

2016-01-31 Thread ovirt

Hi Alona,

please find the requested output in the attachment.

Best regards
Christoph

Am 31.01.2016 um 15:09 schrieb Alona Kaplan:

Hi Christoph,

Please send me also the output of the following-

On the host (The problematic host is - 'lxedna.voipfuture.com', right?)-
1. vdsClient -s 0 getVdsCapabilities
2. vdsClient -s 0 hostdevListByCaps

On the DB-
1. select * from vds_interface where 
vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. select * from host_device where 
host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
3. select * from host_nic_vfs_config;

Thanks,
Alona.

- Original Message -

From: ov...@timmi.org
To: "Alona Kaplan" , "Martin Mucha" 
Cc: users@ovirt.org
Sent: Friday, January 29, 2016 9:25:53 AM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host 
Networks"

Hi Alona,

here are my answers.

1. no, but I did that just now and it does not change the behavior.
2. the host is up
3. it is in the attachment

Best regards
Christoph

Am 28.01.2016 um 15:47 schrieb Alona Kaplan:

Hi Christoph,

I have some questions/requests-

1. After the reboot and the rewiring you did- did you press manually on the
Host's 'Refresh Capabilities' button (it is part of the Host's actions in
the host's main tab)?
If not, please do it and let me know if after doing it you manage to open
the 'setup networks' dialog or still get the same error.
2. What is the status of your host? Up/Maintenance/some thing else?
3. Please attach the full log of your engine.

Thanks,
Alona.

- Original Message -

From: "Martin Mucha" 
To: ov...@timmi.org
Cc: users@ovirt.org
Sent: Thursday, January 28, 2016 11:46:30 AM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup
Host Networks"

ok, thanks. Just o inform you — so far it seems there is inconsistency in
assumptions of what can be nullable and what can not. We just need to
decide
which approach is correct and fix rest.
M.

- Original Message -

Hi Martin,

please let me know I can help.

Best regards
Christoph

Am 28.01.2016 um 09:04 schrieb Martin Mucha:

I think this issue is real and it seems to be caused by unboxing of
nullvalued integer obtained from function
org.ovirt.engine.core.common.businessentities.HostDevice#getTotalVirtualFunctions

M.

- Original Message -

Hi List,

I update my OVirt 3.6.1 installation to 3.6.2 this morning.
After the reboot of the server the interface numbering wasn't the same
so I had to change some cable to have them connected to the right
configuration.

Everything looks OK but I receive a null pointer exception while
clicking on "Setup Host Networks" of my engine/host server.

Any help is more then welcome!!

Best regards
Christoph

2016-01-27 19:04:47,738 ERROR
[org.ovirt.engine.core.bll.network.host.GetAllVfsConfigByHostIdQuery]
(default task-482) [] Exception: java.lang.NullPointerException
at
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.getMaxNumOfVfs(NetworkDeviceHelperImpl.java:172)
[bll.jar:]
at
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.updateVfsConfigWithNumOfVfsData(NetworkDeviceHelperImpl.java:136)
[bll.jar:]
at
org.ovirt.engine.core.bll.network.host.NetworkDeviceHelperImpl.getHostNicVfsConfigsWithNumVfsDataByHostId(NetworkDeviceHelperImpl.java:121)
[bll.jar:]
at
org.ovirt.engine.core.bll.network.host.GetAllVfsConfigByHostIdQuery.executeQueryCommand(GetAllVfsConfigByHostIdQuery.java:19)
[bll.jar:]
at
org.ovirt.engine.core.bll.QueriesCommandBase.executeCommand(QueriesCommandBase.java:82)
[bll.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:33)
[dal.jar:]
at
org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:537)
[bll.jar:]
at
org.ovirt.engine.core.bll.Backend.runQuery(Backend.java:511)
[bll.jar:]
at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown
Source)
[:1.8.0_71]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_71]
at java.lang.reflect.Method.invoke(Method.java:497)
[rt.jar:1.8.0_71]
at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)

Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host Networks"

2016-02-02 Thread ovirt

Hi Alona,

thank you for the information. I'm currently traveling but will update 
you later this week.


Best regards
Christoph

Am 02.02.2016 um 08:33 schrieb Alona Kaplan:


- Original Message -

From: "Alona Kaplan" 
To: ov...@timmi.org
Cc: users@ovirt.org
Sent: Monday, February 1, 2016 6:27:15 PM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host 
Networks"

Hi Christoph,

I think that I know what happened on your environment.
Since, as you said, the names of the nics were changed after reboot. Nic
names that previously were used for sriov nics, are now used for a regular
nics.

As I see from looking at the results of your queries-
Previously - eth2, eth3, eth4 and eth5 were sriov nics.
Now after the reboot - eth1, eth3, eth4 and eth6 are sriov nics.

Due to a bug (https://bugzilla.redhat.com/1303640), currently the engine
doesn't know how to deal with this situation and the data in the db gets
corrupted.
Until the bug is fixed, the way to fix it manually is to clean the host's
data from some tables and then refreshing the capabilities of the host.

Please do the following -


If you didn't do the steps from the previous mail.
Before doing the deleting step, please stop the VMs that run on this host 
(lxedna.voipfuture.com).
If you already done the delete, anyway, please stop the VMs that run on this 
host (lxedna.voipfuture.com).

You can re-run them only after you finish all the steps from the previous mail.


1. delete from host_device where
host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. delete from host_nic_vfs_config where nic_id in (select id from
vds_interface where vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4');

After it, please do -
1. select from host_device where
host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. select from host_nic_vfs_config where nic_id in (select id from
vds_interface where vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4');

Make sure both of the queries return empty values.

Then click on the 'refresh host's capabilities' button.

Please let me know if after doing so you manage to open the host's setup
network dialog.

Thanks,
Alona.

- Original Message -

From: ov...@timmi.org
To: "Alona Kaplan" 
Cc: "Martin Mucha" , users@ovirt.org
Sent: Sunday, January 31, 2016 4:47:36 PM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host
Networks"

Hi Alona,

please find the requested output in the attachment.

Best regards
Christoph

Am 31.01.2016 um 15:09 schrieb Alona Kaplan:

Hi Christoph,

Please send me also the output of the following-

On the host (The problematic host is - 'lxedna.voipfuture.com', right?)-
1. vdsClient -s 0 getVdsCapabilities
2. vdsClient -s 0 hostdevListByCaps

On the DB-
1. select * from vds_interface where
vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. select * from host_device where
host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
3. select * from host_nic_vfs_config;

Thanks,
Alona.

- Original Message -

From: ov...@timmi.org
To: "Alona Kaplan" , "Martin Mucha"

Cc: users@ovirt.org
Sent: Friday, January 29, 2016 9:25:53 AM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup
Host Networks"

Hi Alona,

here are my answers.

1. no, but I did that just now and it does not change the behavior.
2. the host is up
3. it is in the attachment

Best regards
Christoph

Am 28.01.2016 um 15:47 schrieb Alona Kaplan:

Hi Christoph,

I have some questions/requests-

1. After the reboot and the rewiring you did- did you press manually on
the
Host's 'Refresh Capabilities' button (it is part of the Host's actions
in
the host's main tab)?
If not, please do it and let me know if after doing it you manage to
open
the 'setup networks' dialog or still get the same error.
2. What is the status of your host? Up/Maintenance/some thing else?
3. Please attach the full log of your engine.

Thanks,
Alona.

- Original Message -

From: "Martin Mucha" 
To: ov...@timmi.org
Cc: users@ovirt.org
Sent: Thursday, January 28, 2016 11:46:30 AM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup
Host Networks"

ok, thanks. Just o inform you — so far it seems there is inconsistency
in
assumptions of what can be nullable and what can not. We just need to
decide
which approach is correct and fix rest.
M.

- Original Message -

Hi Martin,

please let me know I can help.

Best regards
Christoph

Am 28.01.2016 um 09:04 schrieb Martin Mucha:

I think this issue is real and it seems to be caused by unboxing of
nullvalued integer obtained from function
org.ovirt.engine.core.common.businessentities.HostDevice#getTotalVirtualFunctions

M.

- Original Message -

Hi List,

I update my OVirt 3.6.1 installation to

Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host Networks"

2016-02-05 Thread ovirt

Hi Alona,

yes I can confirm that the steps are solving the issue.
I'm able to access the network configuration page of the host now.

Best regards, thank you for the great support and nice weekend
Christoph

Am 01.02.2016 um 17:27 schrieb Alona Kaplan:

Hi Christoph,

I think that I know what happened on your environment.
Since, as you said, the names of the nics were changed after reboot. Nic names 
that previously were used for sriov nics, are now used for a regular nics.

As I see from looking at the results of your queries-
Previously - eth2, eth3, eth4 and eth5 were sriov nics.
Now after the reboot - eth1, eth3, eth4 and eth6 are sriov nics.

Due to a bug (https://bugzilla.redhat.com/1303640), currently the engine 
doesn't know how to deal with this situation and the data in the db gets 
corrupted.
Until the bug is fixed, the way to fix it manually is to clean the host's data 
from some tables and then refreshing the capabilities of the host.

Please do the following -

1. delete from host_device where host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. delete from host_nic_vfs_config where nic_id in (select id from 
vds_interface where vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4');

After it, please do -
1. select from host_device where host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. select from host_nic_vfs_config where nic_id in (select id from 
vds_interface where vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4');

Make sure both of the queries return empty values.

Then click on the 'refresh host's capabilities' button.

Please let me know if after doing so you manage to open the host's setup 
network dialog.

Thanks,
Alona.

- Original Message -

From: ov...@timmi.org
To: "Alona Kaplan" 
Cc: "Martin Mucha" , users@ovirt.org
Sent: Sunday, January 31, 2016 4:47:36 PM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup Host 
Networks"

Hi Alona,

please find the requested output in the attachment.

Best regards
Christoph

Am 31.01.2016 um 15:09 schrieb Alona Kaplan:

Hi Christoph,

Please send me also the output of the following-

On the host (The problematic host is - 'lxedna.voipfuture.com', right?)-
1. vdsClient -s 0 getVdsCapabilities
2. vdsClient -s 0 hostdevListByCaps

On the DB-
1. select * from vds_interface where
vds_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
2. select * from host_device where
host_id='b3b01963-caf8-4f01-bfcc-57e6d33e7dc4';
3. select * from host_nic_vfs_config;

Thanks,
Alona.

- Original Message -

From: ov...@timmi.org
To: "Alona Kaplan" , "Martin Mucha"

Cc: users@ovirt.org
Sent: Friday, January 29, 2016 9:25:53 AM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup
Host Networks"

Hi Alona,

here are my answers.

1. no, but I did that just now and it does not change the behavior.
2. the host is up
3. it is in the attachment

Best regards
Christoph

Am 28.01.2016 um 15:47 schrieb Alona Kaplan:

Hi Christoph,

I have some questions/requests-

1. After the reboot and the rewiring you did- did you press manually on
the
Host's 'Refresh Capabilities' button (it is part of the Host's actions in
the host's main tab)?
If not, please do it and let me know if after doing it you manage to open
the 'setup networks' dialog or still get the same error.
2. What is the status of your host? Up/Maintenance/some thing else?
3. Please attach the full log of your engine.

Thanks,
Alona.

- Original Message -

From: "Martin Mucha" 
To: ov...@timmi.org
Cc: users@ovirt.org
Sent: Thursday, January 28, 2016 11:46:30 AM
Subject: Re: [ovirt-users] OVirt 3.6.2 -> NPE while clicking on "Setup
Host Networks"

ok, thanks. Just o inform you — so far it seems there is inconsistency
in
assumptions of what can be nullable and what can not. We just need to
decide
which approach is correct and fix rest.
M.

- Original Message -

Hi Martin,

please let me know I can help.

Best regards
Christoph

Am 28.01.2016 um 09:04 schrieb Martin Mucha:

I think this issue is real and it seems to be caused by unboxing of
nullvalued integer obtained from function
org.ovirt.engine.core.common.businessentities.HostDevice#getTotalVirtualFunctions

M.

- Original Message -

Hi List,

I update my OVirt 3.6.1 installation to 3.6.2 this morning.
After the reboot of the server the interface numbering wasn't the
same
so I had to change some cable to have them connected to the right
configuration.

Everything looks OK but I receive a null pointer exception while
clicking on "Setup Host Networks" of my engine/host server.

Any help is more then welcome!!

Best regards
Christoph

2016-01-27 19:04:47,738 ERROR
[org.ovirt.engine.core.bll.network.host.GetA

[ovirt-users] Command 'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed managing transaction

2016-03-04 Thread ovirt

Hi oVirt List,

I have a oVirt Setup which includes two host. The first host is also 
running the oVirt engine.
Today I installed a couple VMs on the second host from USB without any 
issue. Now I tried to perform this also on the first host but it looks 
like the USB is not accessible.


I'm able to add the device to the host but I can see the following 
message in the engine.log which does not look correct.


I'm running oVirt 3.6.3

Best regards
Christoph


2016-03-04 21:42:13,037 ERROR 
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand] 
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Command 
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: 
Failed managing transaction
2016-03-04 21:42:13,037 ERROR 
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand] 
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Exception: 
java.lang.RuntimeException: Failed managing transaction
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:232) 
[utils.jar:]
at 
org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand.executeCommand(RefreshHostDevicesCommand.java:121) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1215) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1359) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1982) 
[bll.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174) 
[utils.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116) 
[utils.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1396) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:378) [bll.jar:]
at org.ovirt.engine.core.bll.Backend.runAction(Backend.java:480) 
[bll.jar:]
at 
org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:462) [bll.jar:]
at 
org.ovirt.engine.core.bll.Backend.runInternalAction(Backend.java:672) 
[bll.jar:]
at sun.reflect.GeneratedMethodAccessor345.invoke(Unknown Source) 
[:1.8.0_71]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
[rt.jar:1.8.0_71]

at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_71]
at 
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at 
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) 
[wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at 
org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46) 
[weld-core-impl-2.2.6.Final.jar:2014-10-03 10:05]
at 
org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83) 
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at 
org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45

Re: [ovirt-users] Command 'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed managing transaction

2016-03-06 Thread ovirt

Hi Martin,

OK I will try to do that.
I just requested a user to file the bug ticket.
Will post the bug ticket number later.

Best regards
Christoph

Am 05.03.2016 um 18:51 schrieb Martin Perina:

Hi,

please submit a bug for it and attach complete engine and vdsm logs.

Thanks

Martin Perina

- Original Message -

From: ov...@timmi.org
To: users@ovirt.org
Sent: Friday, March 4, 2016 9:47:24 PM
Subject: [ovirt-users] Command 
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed 
managing
transaction

Hi oVirt List,

I have a oVirt Setup which includes two host. The first host is also
running the oVirt engine.
Today I installed a couple VMs on the second host from USB without any
issue. Now I tried to perform this also on the first host but it looks
like the USB is not accessible.

I'm able to add the device to the host but I can see the following
message in the engine.log which does not look correct.

I'm running oVirt 3.6.3

Best regards
Christoph


2016-03-04 21:42:13,037 ERROR
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand]
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Command
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed:
Failed managing transaction
2016-03-04 21:42:13,037 ERROR
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand]
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Exception:
java.lang.RuntimeException: Failed managing transaction
  at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:232)
[utils.jar:]
  at
org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand.executeCommand(RefreshHostDevicesCommand.java:121)
[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1215)
[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1359)
[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1982)
[bll.jar:]
  at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174)
[utils.jar:]
  at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116)
[utils.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1396)
[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:378)
[bll.jar:]
  at org.ovirt.engine.core.bll.Backend.runAction(Backend.java:480)
[bll.jar:]
  at
org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:462) [bll.jar:]
  at
org.ovirt.engine.core.bll.Backend.runInternalAction(Backend.java:672)
[bll.jar:]
  at sun.reflect.GeneratedMethodAccessor345.invoke(Unknown Source)
[:1.8.0_71]
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_71]
  at java.lang.reflect.Method.invoke(Method.java:497) [rt.jar:1.8.0_71]
  at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70)
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80)
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
[wildfly-ejb3-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
  at
org.jboss.invocation.InterceptorContext$Invocation.proceed(Interce

Re: [ovirt-users] Command 'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed managing transaction

2016-03-06 Thread ovirt

Hi Martin,

I'm not sure if all the information are correct but this is the ticket:
https://bugzilla.redhat.com/show_bug.cgi?id=1315100

There was not section for bll.hostdev that is why I put this into general.

Best regards
Christoph

Am 06.03.2016 um 13:21 schrieb ov...@timmi.org:

Hi Martin,

OK I will try to do that.
I just requested a user to file the bug ticket.
Will post the bug ticket number later.

Best regards
Christoph

Am 05.03.2016 um 18:51 schrieb Martin Perina:

Hi,

please submit a bug for it and attach complete engine and vdsm logs.

Thanks

Martin Perina

- Original Message -

From: ov...@timmi.org
To: users@ovirt.org
Sent: Friday, March 4, 2016 9:47:24 PM
Subject: [ovirt-users] Command 
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' 
failed: Failed managing

transaction

Hi oVirt List,

I have a oVirt Setup which includes two host. The first host is also
running the oVirt engine.
Today I installed a couple VMs on the second host from USB without any
issue. Now I tried to perform this also on the first host but it looks
like the USB is not accessible.

I'm able to add the device to the host but I can see the following
message in the engine.log which does not look correct.

I'm running oVirt 3.6.3

Best regards
Christoph


2016-03-04 21:42:13,037 ERROR
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand]
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Command
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed:
Failed managing transaction
2016-03-04 21:42:13,037 ERROR
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand]
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Exception:
java.lang.RuntimeException: Failed managing transaction
  at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:232) 


[utils.jar:]
  at
org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand.executeCommand(RefreshHostDevicesCommand.java:121) 


[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1215) 


[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1359) 


[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1982) 


[bll.jar:]
  at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174) 


[utils.jar:]
  at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116) 


[utils.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1396)
[bll.jar:]
  at
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:378) 


[bll.jar:]
  at org.ovirt.engine.core.bll.Backend.runAction(Backend.java:480)
[bll.jar:]
  at
org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:462) 
[bll.jar:]

  at
org.ovirt.engine.core.bll.Backend.runInternalAction(Backend.java:672)
[bll.jar:]
  at sun.reflect.GeneratedMethodAccessor345.invoke(Unknown Source)
[:1.8.0_71]
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 


[rt.jar:1.8.0_71]
  at java.lang.reflect.Method.invoke(Method.java:497) 
[rt.jar:1.8.0_71]

  at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) 


  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) 


  at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) 


  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) 


  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) 


  at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407) 


  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70) 


[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80) 


[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93) 


[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) 


  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309) 


  at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) 


  at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) 


  at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java

Re: [ovirt-users] Command 'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed managing transaction

2016-03-07 Thread ovirt

Hi Martin,

sure not issue.
I have attached the server.log to the ticket.

Best regards
Christoph

Am 07.03.2016 um 06:47 schrieb Martin Perina:

Hi,

thanks a lot for creating the bug. Could please also attach
/var/log/ovirt-engine/server.log to the bug?

Thanks

Martin Perina


- Original Message -

From: ov...@timmi.org
To: "Martin Perina" 
Cc: users@ovirt.org
Sent: Sunday, March 6, 2016 6:05:50 PM
Subject: Re: [ovirt-users] Command 
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed: Failed
managing transaction

Hi Martin,

I'm not sure if all the information are correct but this is the ticket:
https://bugzilla.redhat.com/show_bug.cgi?id=1315100

There was not section for bll.hostdev that is why I put this into general.

Best regards
Christoph

Am 06.03.2016 um 13:21 schrieb ov...@timmi.org:

Hi Martin,

OK I will try to do that.
I just requested a user to file the bug ticket.
Will post the bug ticket number later.

Best regards
Christoph

Am 05.03.2016 um 18:51 schrieb Martin Perina:

Hi,

please submit a bug for it and attach complete engine and vdsm logs.

Thanks

Martin Perina

- Original Message -

From: ov...@timmi.org
To: users@ovirt.org
Sent: Friday, March 4, 2016 9:47:24 PM
Subject: [ovirt-users] Command
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand'
failed: Failed managing
transaction

Hi oVirt List,

I have a oVirt Setup which includes two host. The first host is also
running the oVirt engine.
Today I installed a couple VMs on the second host from USB without any
issue. Now I tried to perform this also on the first host but it looks
like the USB is not accessible.

I'm able to add the device to the host but I can see the following
message in the engine.log which does not look correct.

I'm running oVirt 3.6.3

Best regards
Christoph


2016-03-04 21:42:13,037 ERROR
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand]
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Command
'org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand' failed:
Failed managing transaction
2016-03-04 21:42:13,037 ERROR
[org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand]
(org.ovirt.thread.pool-8-thread-17) [4307f9bc] Exception:
java.lang.RuntimeException: Failed managing transaction
   at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:232)

[utils.jar:]
   at
org.ovirt.engine.core.bll.hostdev.RefreshHostDevicesCommand.executeCommand(RefreshHostDevicesCommand.java:121)

[bll.jar:]
   at
org.ovirt.engine.core.bll.CommandBase.executeWithoutTransaction(CommandBase.java:1215)

[bll.jar:]
   at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:1359)

[bll.jar:]
   at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1982)

[bll.jar:]
   at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:174)

[utils.jar:]
   at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:116)

[utils.jar:]
   at
org.ovirt.engine.core.bll.CommandBase.execute(CommandBase.java:1396)
[bll.jar:]
   at
org.ovirt.engine.core.bll.CommandBase.executeAction(CommandBase.java:378)

[bll.jar:]
   at org.ovirt.engine.core.bll.Backend.runAction(Backend.java:480)
[bll.jar:]
   at
org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:462)
[bll.jar:]
   at
org.ovirt.engine.core.bll.Backend.runInternalAction(Backend.java:672)
[bll.jar:]
   at sun.reflect.GeneratedMethodAccessor345.invoke(Unknown Source)
[:1.8.0_71]
   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[rt.jar:1.8.0_71]
   at java.lang.reflect.Method.invoke(Method.java:497)
[rt.jar:1.8.0_71]
   at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)

   at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)

   at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)

   at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)

   at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)

   at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)

   at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70)

[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
   at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:80)

[wildfly-weld-8.2.1.Final.jar:8.2.1.Final]
   at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93

[ovirt-users] Nested KVM for oVirt 4.1.2

2017-05-28 Thread ovirt

http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are 
vm's).

I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-05-28 Thread ovirt

On 2017-05-29 01:22, Luca 'remix_tj' Lorenzetto wrote:

Il 29 mag 2017 12:48 AM,  ha scritto:




http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).
I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?


Hello,

You should install macspoof hook on the host you're using for
virtualization, not on the guests.

Luca






Links:
--
[1] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/


Thanks, Luca.
That is what I will do.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] error: hosted engine setup

2017-05-29 Thread ovirt

Trying to complete the hosted engine setup, I get this Error message:
 Failed to execute stage 'Closing up': The VM is not powering up: please 
check VDSM logs
 Hosted Engine deployment failed: this system is not reliable, please 
check the issue,fix and redeploy


I will restart the setup & see if that clears things up.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] error: hosted engine setup

2017-05-29 Thread ovirt

On 2017-05-29 03:19, Simone Tiraboschi wrote:

Hi,
could you please attach vdsm and hosted-engine-setup log files?

On Mon, May 29, 2017 at 9:15 AM,  wrote:


Trying to complete the hosted engine setup, I get this Error
message:
Failed to execute stage 'Closing up': The VM is not powering up:
please check VDSM logs
Hosted Engine deployment failed: this system is not reliable,
please check the issue,fix and redeploy

I will restart the setup & see if that clears things up.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [1]




Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users


I can't re-run the setup since I now have the following errors:

The following VMs have been found: 48190b5d-835c-4417-9f2b-0af51558b594
-Failed to execute stage 'Environment setup': Cannot setup Hosted Engine 
with other VMs running

-Hosted Engine deployment failed
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] error: hosted engine setup

2017-05-29 Thread ovirt

On 2017-05-29 03:19, Simone Tiraboschi wrote:

Hi,
could you please attach vdsm and hosted-engine-setup log files?

On Mon, May 29, 2017 at 9:15 AM,  wrote:


Trying to complete the hosted engine setup, I get this Error
message:
Failed to execute stage 'Closing up': The VM is not powering up:
please check VDSM logs
Hosted Engine deployment failed: this system is not reliable,
please check the issue,fix and redeploy

I will restart the setup & see if that clears things up.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [1]




Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users


I can't re-run the setup since I now have the following errors:

The following VMs have been found: 48190b5d-835c-4417-9f2b-0af51558b594
-Failed to execute stage 'Environment setup': Cannot setup Hosted Engine 
with other VMs running

-Hosted Engine deployment failed
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] error: hosted engine setup

2017-05-29 Thread ovirt
Per this blog post 
http://www.ovirt.org/blog/2017/04/up-and-running-with-ovirt-4-1-and-gluster-storage/ 
I already deleted "ifcfg-eth0.bak"
The first time I ran the setup, I had an error, so I deleted that file 
on all 3 nodes.


On 2017-05-29 03:39, Simone Tiraboschi wrote:

It seams that VDSM is not correctly able to crete the managem bridge
since NetworkManager reports an error about
/etc/sysconfig/network-scripts/ifcfg-eth0.bak
Did you manually copied it? could you please move it away?

May 28 23:45:13 ovirt-node1.lab vdsm[13288]: vdsm
jsonrpc.JsonRpcServer ERROR Internal server error
 Traceback (most recent
call last):
   File
"/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 565, in
_handle_request
 res =
method(**params)
   File
"/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 198, in
_dynamicMethod
 result =
fn(*methodArgs)
   File
"/usr/share/vdsm/API.py", line 1575, in setupNetworks

supervdsm.getProxy().setupNetworks(networks, bondings, options)
   File
"/usr/lib/python2.7/site-packages/vdsm/supervdsm.py", line 53, in
__call__
 return callMethod()
   File
"/usr/lib/python2.7/site-packages/vdsm/supervdsm.py", line 51, in

 **kwargs)
   File "", line
2, in setupNetworks
   File
"/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in
_callmethod
 raise
convert_to_error(kind, result)
 DBusException:
org.freedesktop.NetworkManager.Settings.InvalidConnection: ifcfg path
'/etc/sysconfig/network-scripts/ifcfg-eth0.bak' is not an ifcfg base
file

On Mon, May 29, 2017 at 9:23 AM,  wrote:


On 2017-05-29 03:19, Simone Tiraboschi wrote:

Hi,
could you please attach vdsm and hosted-engine-setup log files?

On Mon, May 29, 2017 at 9:15 AM,  wrote:

Trying to complete the hosted engine setup, I get this Error
message:
Failed to execute stage 'Closing up': The VM is not powering up:
please check VDSM logs
Hosted Engine deployment failed: this system is not reliable,
please check the issue,fix and redeploy

I will restart the setup & see if that clears things up.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [1] [1]

Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users [1]


I can't re-run the setup since I now have the following errors:

The following VMs have been found:
48190b5d-835c-4417-9f2b-0af51558b594
-Failed to execute stage 'Environment setup': Cannot setup Hosted
Engine with other VMs running
-Hosted Engine deployment failed

You could run:
/usr/sbin/ovirt-hosted-engine-cleanup


Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-05-29 Thread ovirt

For now, it is just for me to learn.
If I like the solution, I will then build a POC with "real" hardware 
(which I already have).

Then I can deploy at my colo for clients.


On 2017-05-29 04:13, Sandro Bonazzola wrote:

On Mon, May 29, 2017 at 12:12 AM,  wrote:




http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).


Hi, can you please share the use case for this setup?


I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [2]


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

 [4]

TRIED. TESTED. TRUSTED. [5]



Links:
--
[1] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[2] http://lists.ovirt.org/mailman/listinfo/users
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

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


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-05-29 Thread ovirt

I assume people are using oVirt in production?

On 2017-05-29 04:13, Sandro Bonazzola wrote:

On Mon, May 29, 2017 at 12:12 AM,  wrote:




http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).


Hi, can you please share the use case for this setup?


I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [2]


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

 [4]

TRIED. TESTED. TRUSTED. [5]



Links:
--
[1] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[2] http://lists.ovirt.org/mailman/listinfo/users
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

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


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-05-29 Thread ovirt

Thank you for the link.
I will definitely check it out.

On 2017-05-29 04:33, Sandro Bonazzola wrote:

On Mon, May 29, 2017 at 10:21 AM,  wrote:


I assume people are using oVirt in production?


Sure, I was just wondering why you were running in nested
virtualization :-)
Being your use case a "playground" environment, I can suggest you to
have a look at Lago http://lago.readthedocs.io/en/stable/
and at Lago demo at https://github.com/lago-project/lago-demo
to help you preparing an isolated test environment for your learning.


On 2017-05-29 04:13, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 12:12 AM,  wrote:






http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]
[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).

Hi, can you please share the use case for this setup?

I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [2] [2]

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]


http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]
[2] http://lists.ovirt.org/mailman/listinfo/users [2]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

 [4]

TRIED. TESTED. TRUSTED. [5]



Links:
--
[1] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[2] http://lists.ovirt.org/mailman/listinfo/users
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

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


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-05-29 Thread ovirt

Sandro,
If & when one decides to "graduate" & use real hardware, what is the 
install process?

Is the gluster part still automated or that has to be done manually?

Another question, what type of use cases & jobs is oVirt being deployed 
in & how are people getting tech support?


On 2017-05-29 04:33, Sandro Bonazzola wrote:

On Mon, May 29, 2017 at 10:21 AM,  wrote:


I assume people are using oVirt in production?


Sure, I was just wondering why you were running in nested
virtualization :-)
Being your use case a "playground" environment, I can suggest you to
have a look at Lago http://lago.readthedocs.io/en/stable/
and at Lago demo at https://github.com/lago-project/lago-demo
to help you preparing an isolated test environment for your learning.


On 2017-05-29 04:13, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 12:12 AM,  wrote:



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]
[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).

Hi, can you please share the use case for this setup?

I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [2] [2]

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]


http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[1]
[2] http://lists.ovirt.org/mailman/listinfo/users [2]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

 [4]

TRIED. TESTED. TRUSTED. [5]



Links:
------
[1] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[2] http://lists.ovirt.org/mailman/listinfo/users
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

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


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-30 Thread ovirt

Virtualization is enabled on the host.

My hardware is 
https://www.supermicro.com/products/system/Mini-ITX/SYS-E200-8D.cfm

128GB RAM
o/s boot SSD: Intel M2 SSDSCKHB080G4M (80GB)
vm storage SSD: Samsung EVO 960 NVMe (500GB)

On 2017-05-30 02:33, Yaniv Kaul wrote:

Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to hint of
an issue.
Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different error

logs attached

THanks

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




Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-30 Thread ovirt
Even after rebooting the host many times, I check "# cat 
/sys/module/kvm_intel/parameters/nested"

It always returns a "Y"


On 2017-05-30 02:47, Sandro Bonazzola wrote:

On Tue, May 30, 2017 at 8:33 AM, Yaniv Kaul  wrote:


Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to hint
of an issue.


Indeed. Since you said you're running your tests in nested
virtualization, please ensure nested virtualization is enabled on your
hosts.
This is probably a bit outdated, but should still work:
http://resources.ovirt.org/old-site-files/wiki/OVirt-nested-virt-markwu.pdf


Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different error

logs attached

THanks

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


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


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [2]

 [3]

TRIED. TESTED. TRUSTED. [4]



Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users
[2] https://www.redhat.com/
[3] https://red.ht/sig
[4] https://redhat.com/trusted

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


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-30 Thread ovirt

I also rebooted the host VMs and typed "cat /proc/cpuinfo |grep vmx"
This also returns no errors.
-- Not sure why oVirt "Cannot detect if hardware supports 
virtualization"


On 2017-05-30 08:39, ov...@fateknollogee.com wrote:

Even after rebooting the host many times, I check "# cat
/sys/module/kvm_intel/parameters/nested"
It always returns a "Y"


On 2017-05-30 02:47, Sandro Bonazzola wrote:

On Tue, May 30, 2017 at 8:33 AM, Yaniv Kaul  wrote:


Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to hint
of an issue.


Indeed. Since you said you're running your tests in nested
virtualization, please ensure nested virtualization is enabled on your
hosts.
This is probably a bit outdated, but should still work:
http://resources.ovirt.org/old-site-files/wiki/OVirt-nested-virt-markwu.pdf


Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different error

logs attached

THanks

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


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


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [2]

 [3]

TRIED. TESTED. TRUSTED. [4]



Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users
[2] https://www.redhat.com/
[3] https://red.ht/sig
[4] https://redhat.com/trusted

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


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-30 Thread ovirt
The oVirt nodes [ovirt-node-ng-installer-ovirt-4.1-2017052404] are being 
used as the VMs

Hypervisor is CentOS-7 v1611

On 2017-05-30 08:56, Nadav Goldin wrote:
Are you trying to setup the nodes in VMs? if so, which hypervisor are 
you using?

You need to have 'vmx' flag on the VMs - not only on the physical host.

On Tue, May 30, 2017 at 3:51 PM,   wrote:
After rebooting the oVirt node VMs, I see this at the host console 
(see

attached image)


On 2017-05-30 08:46, ov...@fateknollogee.com wrote:


I also rebooted the host VMs and typed "cat /proc/cpuinfo |grep vmx"
This also returns no errors.
-- Not sure why oVirt "Cannot detect if hardware supports 
virtualization"


On 2017-05-30 08:39, ov...@fateknollogee.com wrote:


Even after rebooting the host many times, I check "# cat
/sys/module/kvm_intel/parameters/nested"
It always returns a "Y"


On 2017-05-30 02:47, Sandro Bonazzola wrote:


On Tue, May 30, 2017 at 8:33 AM, Yaniv Kaul  
wrote:



Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to hint
of an issue.



Indeed. Since you said you're running your tests in nested
virtualization, please ensure nested virtualization is enabled on 
your

hosts.
This is probably a bit outdated, but should still work:

http://resources.ovirt.org/old-site-files/wiki/OVirt-nested-virt-markwu.pdf


Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different error

logs attached

THanks

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



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



--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION 
R&D


Red Hat EMEA [2]

 [3]

TRIED. TESTED. TRUSTED. [4]



Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users
[2] https://www.redhat.com/
[3] https://red.ht/sig
[4] https://redhat.com/trusted



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


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


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-30 Thread ovirt

Yes, I'm running the most recent BIOS, which is 1.2
https://www.supermicro.com/products/system/Mini-ITX/SYS-E200-8D.cfm

On 2017-05-30 09:01, Martin Polednik wrote:

On 30/05/17 15:56 +0300, Nadav Goldin wrote:
Are you trying to setup the nodes in VMs? if so, which hypervisor are 
you using?
You need to have 'vmx' flag on the VMs - not only on the physical 
host.


On Tue, May 30, 2017 at 3:51 PM,   wrote:
After rebooting the oVirt node VMs, I see this at the host console 
(see

attached image)


On 2017-05-30 08:46, ov...@fateknollogee.com wrote:


I also rebooted the host VMs and typed "cat /proc/cpuinfo |grep vmx"
This also returns no errors.
-- Not sure why oVirt "Cannot detect if hardware supports 
virtualization"


Is your bios updated? It seems that rdmsr instruction is failing.


On 2017-05-30 08:39, ov...@fateknollogee.com wrote:


Even after rebooting the host many times, I check "# cat
/sys/module/kvm_intel/parameters/nested"
It always returns a "Y"


On 2017-05-30 02:47, Sandro Bonazzola wrote:


On Tue, May 30, 2017 at 8:33 AM, Yaniv Kaul  
wrote:



Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to 
hint

of an issue.



Indeed. Since you said you're running your tests in nested
virtualization, please ensure nested virtualization is enabled on 
your

hosts.
This is probably a bit outdated, but should still work:

http://resources.ovirt.org/old-site-files/wiki/OVirt-nested-virt-markwu.pdf


Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different 
error


logs attached

THanks

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



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



--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION 
R&D


Red Hat EMEA [2]

 [3]

TRIED. TESTED. TRUSTED. [4]



Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users
[2] https://www.redhat.com/
[3] https://red.ht/sig
[4] https://redhat.com/trusted



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


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

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


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-30 Thread ovirt

I did not set "vmx" flag on he VMs

On 2017-05-30 08:56, Nadav Goldin wrote:
Are you trying to setup the nodes in VMs? if so, which hypervisor are 
you using?

You need to have 'vmx' flag on the VMs - not only on the physical host.

On Tue, May 30, 2017 at 3:51 PM,   wrote:
After rebooting the oVirt node VMs, I see this at the host console 
(see

attached image)


On 2017-05-30 08:46, ov...@fateknollogee.com wrote:


I also rebooted the host VMs and typed "cat /proc/cpuinfo |grep vmx"
This also returns no errors.
-- Not sure why oVirt "Cannot detect if hardware supports 
virtualization"


On 2017-05-30 08:39, ov...@fateknollogee.com wrote:


Even after rebooting the host many times, I check "# cat
/sys/module/kvm_intel/parameters/nested"
It always returns a "Y"


On 2017-05-30 02:47, Sandro Bonazzola wrote:


On Tue, May 30, 2017 at 8:33 AM, Yaniv Kaul  
wrote:



Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to hint
of an issue.



Indeed. Since you said you're running your tests in nested
virtualization, please ensure nested virtualization is enabled on 
your

hosts.
This is probably a bit outdated, but should still work:

http://resources.ovirt.org/old-site-files/wiki/OVirt-nested-virt-markwu.pdf


Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different error

logs attached

THanks

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



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



--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION 
R&D


Red Hat EMEA [2]

 [3]

TRIED. TESTED. TRUSTED. [4]



Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users
[2] https://www.redhat.com/
[3] https://red.ht/sig
[4] https://redhat.com/trusted



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


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


[ovirt-users] Nested KVM: what is the correct setup

2017-05-30 Thread ovirt

Host: CentOS-7_v1611 (or Fedora 25 -my personal fav)
VMs: oVirt nodes v4.1.2

To setup nested KVM, I follow these 
instructions(https://pve.proxmox.com/wiki/Nested_Virtualization)


to check if is enabled do ("kvm_intel" for intel cpu, "kvm_amd" for AMD)
-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
N
(N means it's not, to enable ("kvm-intel" for intel, "kvm-amd" for 
AMD):)


# echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
and reboot or reload the kernel modul

modprobe -r kvm_intel
modprobe kvm_intel
check again

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y

Question: what other settings need to be enabled in the guest vm?
See "test nested virt" at 
https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM

Do we need this setting in the vm?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Nested KVM: what is the correct setup

2017-05-30 Thread ovirt

You need the VDSM hook (on the hypervisor) that sets up vmx feature

Yes, I did that.


use host passthrough mode for CPU

where is this setting, this is on the VM in Virt-Manager?

On 2017-05-30 09:54, Martin Polednik wrote:

On 30/05/17 09:42 -0400, ov...@fateknollogee.com wrote:

Host: CentOS-7_v1611 (or Fedora 25 -my personal fav)
VMs: oVirt nodes v4.1.2

To setup nested KVM, I follow these 
instructions(https://pve.proxmox.com/wiki/Nested_Virtualization)


to check if is enabled do ("kvm_intel" for intel cpu, "kvm_amd" for 
AMD)

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
N
(N means it's not, to enable ("kvm-intel" for intel, "kvm-amd" for 
AMD):)


# echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
and reboot or reload the kernel modul

modprobe -r kvm_intel
modprobe kvm_intel
check again

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y

Question: what other settings need to be enabled in the guest vm?


You need the VDSM hook (on the hypervisor) that sets up vmx feature
flag and use host passthrough mode for CPU.

https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/nestedvt

See "test nested virt" at 
https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM

Do we need this setting in the vm?


You don't need to setup anything in the VM.


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

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


Re: [ovirt-users] Nested KVM: what is the correct setup

2017-05-30 Thread ovirt

Yes, this is only for testing
I am using the oVirt nodes (engine + 3 hosts) all installed on a 
physical host (SuperMicro SYS-E200-8D)


On 2017-05-30 09:55, Nadav Goldin wrote:

You need in the VMs to have the 'vmx' flag, if you are using libvirt
you most likely should use 'host-passthrough' mode, otherwise nested
virtualization might not work. Regardless of the emulated CPU type,
you need to ensure 'vmx' flag is there, this can also be done
explicitly in the libvirt XML.

If this is only for testing - I may suggest using oVirt system tests,
which will do all these steps for you and setup a working oVirt
environment(engine + 2 hosts). But, you will need to run it on a
physical host.




On Tue, May 30, 2017 at 4:42 PM,   wrote:

Host: CentOS-7_v1611 (or Fedora 25 -my personal fav)
VMs: oVirt nodes v4.1.2

To setup nested KVM, I follow these
instructions(https://pve.proxmox.com/wiki/Nested_Virtualization)

to check if is enabled do ("kvm_intel" for intel cpu, "kvm_amd" for 
AMD)

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
N
(N means it's not, to enable ("kvm-intel" for intel, "kvm-amd" for 
AMD):)


# echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
and reboot or reload the kernel modul

modprobe -r kvm_intel
modprobe kvm_intel
check again

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y

Question: what other settings need to be enabled in the guest vm?
See "test nested virt" at
https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM
Do we need this setting in the vm?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] Nested KVM: what is the correct setup

2017-05-30 Thread ovirt
But one of the questions already asked to you also throughout the other 
thread was:


what hypervisor are you using?

CentOS-7 v 1611

Question << What hypervisor should I be using??

More precisely, as it is clear it is Qemu-KVM, what is the way you start 
your VMs that are the candidates to become hypervisors in oVirt?

Not sure I understand this question?


Is it with virt-manager, as described in one of the links you provided, 
or direct virsh commands or what?

Virt-Manager


If you are using virt-manager, what did you specify in CPUs --> 
Configuration --> Model ?

Great question, my answer = none


Did you choose the checkbox to "copy host cpu configuration"?

Great question, my answer = no


On 2017-05-30 09:56, Gianluca Cecchi wrote:

On Tue, May 30, 2017 at 3:42 PM,  wrote:


Host: CentOS-7_v1611 (or Fedora 25 -my personal fav)
VMs: oVirt nodes v4.1.2

To setup nested KVM, I follow these
instructions(https://pve.proxmox.com/wiki/Nested_Virtualization [1])

to check if is enabled do ("kvm_intel" for intel cpu, "kvm_amd" for
AMD)
-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
N
(N means it's not, to enable ("kvm-intel" for intel, "kvm-amd" for
AMD):)

# echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
and reboot or reload the kernel modul

modprobe -r kvm_intel
modprobe kvm_intel
check again

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y

Question: what other settings need to be enabled in the guest vm?
See "test nested virt" at


https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM

[2]
Do we need this setting in the vm?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [3]


But one of the questions already asked to you also throughout the
other thread was:
what hypervisor are you using?
More precisely, as it is clear it is Qemu-KVM, what is the way you
start your VMs that are the candidates to become hypervisors in oVirt?
Is it with virt-manager, as described in one of the links you
provided, or direct virsh commands or what?
If you are using virt-manager, what did you specify in CPUs -->
Configuration --> Model ?
Did you choose the checkbox to "copy host cpu configuration"?

Gianluca

Links:
--
[1] https://pve.proxmox.com/wiki/Nested_Virtualization
[2] 
https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM

[3] http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] Nested KVM: what is the correct setup

2017-05-30 Thread ovirt

To install VDSM hook, I followed these instructions:
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/
Is this a proper way to do it?

On 2017-05-30 09:54, Martin Polednik wrote:

On 30/05/17 09:42 -0400, ov...@fateknollogee.com wrote:

Host: CentOS-7_v1611 (or Fedora 25 -my personal fav)
VMs: oVirt nodes v4.1.2

To setup nested KVM, I follow these 
instructions(https://pve.proxmox.com/wiki/Nested_Virtualization)


to check if is enabled do ("kvm_intel" for intel cpu, "kvm_amd" for 
AMD)

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
N
(N means it's not, to enable ("kvm-intel" for intel, "kvm-amd" for 
AMD):)


# echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
and reboot or reload the kernel modul

modprobe -r kvm_intel
modprobe kvm_intel
check again

-root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y

Question: what other settings need to be enabled in the guest vm?


You need the VDSM hook (on the hypervisor) that sets up vmx feature
flag and use host passthrough mode for CPU.

https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/nestedvt

See "test nested virt" at 
https://fedoraproject.org/wiki/How_to_enable_nested_virtualization_in_KVM

Do we need this setting in the vm?


You don't need to setup anything in the VM.


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

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


Re: [ovirt-users] Nested KVM: what is the correct setup

2017-05-30 Thread ovirt
I just completed #2 right now (yes, I'm starting from scratch) and the 
host shows:


CentOS Linux 7 (Core)
Kernel 3.10.0514.el7.x86_64 on an x86_64

I am following these instructions:
http://www.ovirt.org/blog/2017/04/up-and-running-with-ovirt-4-1-and-gluster-storage/

Gianluca, thx for the detailed explanation.

On 2017-05-30 10:25, Gianluca Cecchi wrote:

On Tue, May 30, 2017 at 4:08 PM,  wrote:





Is it with virt-manager, as described in one of the links you
provided, or direct virsh commands or what?


Virt-Manager


If you are using virt-manager, what did you specify in CPUs -->
Configuration --> Model ?


Great question, my answer = none


Did you choose the checkbox to "copy host cpu configuration"?


Great question, my answer = no


 Well, so you should try to select "copy host cpu configuration" check
box and see if you are able to boot the VM and to

1)install the dedicated oVirt Node-NG specialized image
http://www.ovirt.org/documentation/install-guide/chap-oVirt_Nodes/

or

2) try to install a plain CentOS 7.3 OS + install hypervisor packages
http://www.ovirt.org/documentation/install-guide/chap-Enterprise_Linux_Hosts/

enable oVirt repos on this candidate host
yum install
<http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm

(btw: this part seems obfuscated in the installation guide)

and add the host to the engine
http://www.ovirt.org/documentation/install-guide/chap-Adding_a_Hypervisor/

If you are not able to complete installation of node or OS, probably
you have to enable only part of the cpu flags and not all (as you do
when you passthrough copy them), and it is possible you to tweak a
little to find the better for you... it depends on the real hw and
particular cpu where your bare metal host is installed

HIH a little clarifying,
Gianluca

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


[ovirt-users] oVirt-4.1 repo

2017-05-30 Thread ovirt
I'm getting a "Failed to synchronize cache for repo 'ovirt-4.1', 
disabling." everything else updates fine.


I assume this is just a temporary hiccup?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt v4.1.2 error: Failed to start service 'vdsmd'

2017-05-31 Thread ovirt
Is it possible that this is part of my problem? Guest Can Reach Outside 
Network, but Cannot Reach Host when Using macvtap Interface

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/App_Macvtap.html

On 2017-05-30 02:33, Yaniv Kaul wrote:

Can you ensure virtualization is enabled on your host?
"Cannot detect if hardware supports virtualization " seems to hint of
an issue.
Y.

On Tue, May 30, 2017 at 7:15 AM,  wrote:


Failed to execute stage 'Environment setup': Failed to start
service 'vdsmd'
Hosted Engine deployment failed.

This is my 4th try installing oVirt...each time a different error

logs attached

THanks

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




Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users

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


[ovirt-users] oVirt install error

2017-05-31 Thread ovirt

Any ideas what this is:

TASK [Run a shell script] 
**
fatal: [ovirt-node1.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no attribute 
'rc'"}
fatal: [ovirt-node3.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no attribute 
'rc'"}
fatal: [ovirt-node2.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no attribute 
'rc'"}

to retry, use: --limit @/tmp/tmpaOHOtY/run-script.retry
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-06-05 Thread ovirt

I want to test oVirt with real hardware, no more nested VMs.
3 hosts, each vm will be Fedora (maybe CentOS, I prefer Fedora)
What is the install process?

On 2017-05-30 02:42, Sandro Bonazzola wrote:

On Tue, May 30, 2017 at 5:18 AM,  wrote:


Sandro,
If & when one decides to "graduate" & use real hardware, what is the
install process?


The install process depends on how you want to design your lab .
You can have a small deployment with just 3 hosts in hyperconverged
setup or a large datacenter with 200 hypervisors and one or more
dedicated SAN for the storage.
If you go with an hyperconverged setup, you can install oVirt Node on
3 hosts and then on one of them use cockpit to deploy gluster and
hosted engine on top of it in hyperconverged mode.

You can find an installation guide here:
http://www.ovirt.org/documentation/install-guide/Installation_Guide/


Is the gluster part still automated or that has to be done manually?


If you go with hyperconverged mode it's now automated. You can find
more info here:
http://www.ovirt.org/develop/release-management/features/gluster/gdeploy-cockpit-integration/
Sahina, please ensure above link is updated. I see it shows the
feature still in WIP while it's been released.


Another question, what type of use cases & jobs is oVirt being
deployed in & how are people getting tech support?


About use cases for oVirt you can find some examples here:
http://www.ovirt.org/community/user-stories/users-and-providers/
If you want dedicated support, I would recommend to get a Red Hat
Virtualization (which is oVirt with technical support and some
additions) subscription getting Red Hat support.
Another place to get support if you stay with oVirt is the community:
this mailing list, the IRC channel and social media, have a look here
for other contacts: http://www.ovirt.org/community/


On 2017-05-29 04:33, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 10:21 AM,  wrote:

I assume people are using oVirt in production?

Sure, I was just wondering why you were running in nested
virtualization :-)
Being your use case a "playground" environment, I can suggest you to
have a look at Lago http://lago.readthedocs.io/en/stable/ [1]
and at Lago demo at https://github.com/lago-project/lago-demo [2]
to help you preparing an isolated test environment for your
learning.

On 2017-05-29 04:13, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 12:12 AM,  wrote:



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[3]
[1]
[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).

Hi, can you please share the use case for this setup?

I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [4] [2] [2]

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[3]
[1]
[2] http://lists.ovirt.org/mailman/listinfo/users [4] [2]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]


http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[3]
[2] http://lists.ovirt.org/mailman/listinfo/users [4]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [5]

 [6]

TRIED. TESTED. TRUSTED. [7]



Links:
--
[1] http://lago.readthedocs.io/en/stable/
[2] https://github.com/lago-project/lago-demo
[3] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[4] http://lists.ovirt.org/mailman/listinfo/users
[5] https://www.redhat.com/
[6] https://red.ht/sig
[7] https://redhat.com/trusted

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


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-06-05 Thread ovirt

I want to test oVirt with real hardware, no more nested VMs.
3 hosts, each vm will be Fedora (maybe CentOS, I prefer Fedora)

Since I don't want a nested setup, I assume the engine will require a 
4th vm.

What is the install process?

On 2017-06-05 16:13, ov...@fateknollogee.com wrote:

I want to test oVirt with real hardware, no more nested VMs.
3 hosts, each vm will be Fedora (maybe CentOS, I prefer Fedora)
What is the install process?

On 2017-05-30 02:42, Sandro Bonazzola wrote:

On Tue, May 30, 2017 at 5:18 AM,  wrote:


Sandro,
If & when one decides to "graduate" & use real hardware, what is the
install process?


The install process depends on how you want to design your lab .
You can have a small deployment with just 3 hosts in hyperconverged
setup or a large datacenter with 200 hypervisors and one or more
dedicated SAN for the storage.
If you go with an hyperconverged setup, you can install oVirt Node on
3 hosts and then on one of them use cockpit to deploy gluster and
hosted engine on top of it in hyperconverged mode.

You can find an installation guide here:
http://www.ovirt.org/documentation/install-guide/Installation_Guide/


Is the gluster part still automated or that has to be done manually?


If you go with hyperconverged mode it's now automated. You can find
more info here:
http://www.ovirt.org/develop/release-management/features/gluster/gdeploy-cockpit-integration/
Sahina, please ensure above link is updated. I see it shows the
feature still in WIP while it's been released.


Another question, what type of use cases & jobs is oVirt being
deployed in & how are people getting tech support?


About use cases for oVirt you can find some examples here:
http://www.ovirt.org/community/user-stories/users-and-providers/
If you want dedicated support, I would recommend to get a Red Hat
Virtualization (which is oVirt with technical support and some
additions) subscription getting Red Hat support.
Another place to get support if you stay with oVirt is the community:
this mailing list, the IRC channel and social media, have a look here
for other contacts: http://www.ovirt.org/community/


On 2017-05-29 04:33, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 10:21 AM,  wrote:

I assume people are using oVirt in production?

Sure, I was just wondering why you were running in nested
virtualization :-)
Being your use case a "playground" environment, I can suggest you to
have a look at Lago http://lago.readthedocs.io/en/stable/ [1]
and at Lago demo at https://github.com/lago-project/lago-demo [2]
to help you preparing an isolated test environment for your
learning.

On 2017-05-29 04:13, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 12:12 AM,  wrote:



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[3]
[1]
[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).

Hi, can you please share the use case for this setup?

I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [4] [2] [2]

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[3]
[1]
[2] http://lists.ovirt.org/mailman/listinfo/users [4] [2]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]


http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[3]
[2] http://lists.ovirt.org/mailman/listinfo/users [4]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted


--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [5]

 [6]

TRIED. TESTED. TRUSTED. [7]



Links:
--
[1] http://lago.readthedocs.io/en/stable/
[2] https://github.com/lago-project/lago-demo
[3] 
http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[4] http://lists.ovirt.org/mailman/listinfo/users
[5] https://www.redhat.com/
[6] https://red.ht/sig
[7] https://redhat.com/trusted

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


Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-06-06 Thread ovirt

Sandro, thx for the reply.
Once I get comfortable with oVirt + CentOS, then I'll go & use Fedora 
25/26 and contribute!


Real hardware: what I meant to say was I have 4 hosts (not vm's).
If I understand you correctly, I should install oVirt Node (using the 
iso) on 3 of my hosts & the hosted engine runs as a vm on "Host 1"?


Why can't the hosted engine run on its own host?

On 2017-06-06 03:29, Sandro Bonazzola wrote:

On Mon, Jun 5, 2017 at 10:13 PM,  wrote:


I want to test oVirt with real hardware, no more nested VMs.
3 hosts, each vm will be Fedora (maybe CentOS, I prefer Fedora)


Please note Fedora support within oVirt project is a best-effort task.
There's no testing of oVirt on Fedora done by the core development
team.
That said, I would be happy if you contribute fedora testing :-)

I'm not sure to understand what you're looking into now since you talk
about real hardware and VMs in the same sentence.
Suggested minimal deployment is 3 real hardware hosts as hypervisor
nodes and hosted engine with hyperconverged deployment.
You can use oVirt Node iso in order to do the whole deployment using
cockpit.


What is the install process?

On 2017-05-30 02:42, Sandro Bonazzola wrote:

On Tue, May 30, 2017 at 5:18 AM,  wrote:

Sandro,
If & when one decides to "graduate" & use real hardware, what is the
install process?

The install process depends on how you want to design your lab .
You can have a small deployment with just 3 hosts in hyperconverged
setup or a large datacenter with 200 hypervisors and one or more
dedicated SAN for the storage.
If you go with an hyperconverged setup, you can install oVirt Node
on
3 hosts and then on one of them use cockpit to deploy gluster and
hosted engine on top of it in hyperconverged mode.

You can find an installation guide here:
http://www.ovirt.org/documentation/install-guide/Installation_Guide/
[1]

Is the gluster part still automated or that has to be done
manually?

If you go with hyperconverged mode it's now automated. You can find
more info here:


http://www.ovirt.org/develop/release-management/features/gluster/gdeploy-cockpit-integration/

[2]
Sahina, please ensure above link is updated. I see it shows the
feature still in WIP while it's been released.

Another question, what type of use cases & jobs is oVirt being
deployed in & how are people getting tech support?

About use cases for oVirt you can find some examples here:
http://www.ovirt.org/community/user-stories/users-and-providers/ [3]
If you want dedicated support, I would recommend to get a Red Hat
Virtualization (which is oVirt with technical support and some
additions) subscription getting Red Hat support.
Another place to get support if you stay with oVirt is the
community:
this mailing list, the IRC channel and social media, have a look
here
for other contacts: http://www.ovirt.org/community/ [4]

On 2017-05-29 04:33, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 10:21 AM,  wrote:

I assume people are using oVirt in production?

Sure, I was just wondering why you were running in nested
virtualization :-)
Being your use case a "playground" environment, I can suggest you to
have a look at Lago http://lago.readthedocs.io/en/stable/ [5] [1]
and at Lago demo at https://github.com/lago-project/lago-demo [6]
[2]
to help you preparing an isolated test environment for your
learning.

On 2017-05-29 04:13, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 12:12 AM,  wrote:



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[7]
[3]
[1]
[1]

I have one CentOS7 host (physical) & 3x oVirt nodes 4.1.2 (these are
vm's).

Hi, can you please share the use case for this setup?

I have installed vdsm-hook-nestedvm on the host.

Should I install vdsm-hook-macspoof on the 3x node vm's?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [8] [4] [2] [2]

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[7]
[3]
[1]
[2] http://lists.ovirt.org/mailman/listinfo/users [8] [4] [2]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [3]

[4]

TRIED. TESTED. TRUSTED. [5]

Links:
--
[1]



http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/

[7]
[3]
[2] http://lists.ovirt.org/mailman/listinfo/users [8] [4]
[3] https://www.redhat.com/
[4] https://red.ht/sig
[5] https://redhat.com/trusted

--

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D

Red Hat EMEA [5]

[6]

TRIED. TESTED. TRUSTED. [7]

Links:
--
[1] http:

Re: [ovirt-users] Nested KVM for oVirt 4.1.2

2017-06-06 Thread ovirt

Well you can always run the engine on a physical node directly too.
The question is why would you want that when hosted engine gives you
fail-over and reliability features.


Failover & reliability are definitely worth having


So I would install Node on all four hosts, enable all of them for
hosted engine and enable three of them for Gluster if hyperconverged
is what your want.


Hyperconverged is what I want.
There does not seem to be a good reason to have a 4th node, so I'll take 
your advice & go 3 nodes + hosted engine.


On 2017-06-06 01:34, Martin Sivak wrote:

Hi,


Real hardware: what I meant to say was I have 4 hosts (not vm's).
If I understand you correctly, I should install oVirt Node (using the 
iso)

on 3 of my hosts & the hosted engine runs as a vm on "Host 1"?


Hosted engine runs as VM on one of the hosts. But not necessarily on
the first one (it can even move if it decides so).


Why can't the hosted engine run on its own host?


Well you can always run the engine on a physical node directly too.
The question is why would you want that when hosted engine gives you
fail-over and reliability features.

So I would install Node on all four hosts, enable all of them for
hosted engine and enable three of them for Gluster if hyperconverged
is what your want.

Best regards

--
Martin Sivak
SLA / oVirt

On Tue, Jun 6, 2017 at 10:09 AM,   wrote:

Sandro, thx for the reply.
Once I get comfortable with oVirt + CentOS, then I'll go & use Fedora 
25/26

and contribute!

Real hardware: what I meant to say was I have 4 hosts (not vm's).
If I understand you correctly, I should install oVirt Node (using the 
iso)

on 3 of my hosts & the hosted engine runs as a vm on "Host 1"?

Why can't the hosted engine run on its own host?


On 2017-06-06 03:29, Sandro Bonazzola wrote:


On Mon, Jun 5, 2017 at 10:13 PM,  wrote:


I want to test oVirt with real hardware, no more nested VMs.
3 hosts, each vm will be Fedora (maybe CentOS, I prefer Fedora)



Please note Fedora support within oVirt project is a best-effort 
task.

There's no testing of oVirt on Fedora done by the core development
team.
That said, I would be happy if you contribute fedora testing :-)

I'm not sure to understand what you're looking into now since you 
talk

about real hardware and VMs in the same sentence.
Suggested minimal deployment is 3 real hardware hosts as hypervisor
nodes and hosted engine with hyperconverged deployment.
You can use oVirt Node iso in order to do the whole deployment using
cockpit.


What is the install process?

On 2017-05-30 02:42, Sandro Bonazzola wrote:

On Tue, May 30, 2017 at 5:18 AM,  wrote:

Sandro,
If & when one decides to "graduate" & use real hardware, what is the
install process?

The install process depends on how you want to design your lab .
You can have a small deployment with just 3 hosts in hyperconverged
setup or a large datacenter with 200 hypervisors and one or more
dedicated SAN for the storage.
If you go with an hyperconverged setup, you can install oVirt Node
on
3 hosts and then on one of them use cockpit to deploy gluster and
hosted engine on top of it in hyperconverged mode.

You can find an installation guide here:
http://www.ovirt.org/documentation/install-guide/Installation_Guide/
[1]

Is the gluster part still automated or that has to be done
manually?

If you go with hyperconverged mode it's now automated. You can find
more info here:



http://www.ovirt.org/develop/release-management/features/gluster/gdeploy-cockpit-integration/


[2]
Sahina, please ensure above link is updated. I see it shows the
feature still in WIP while it's been released.

Another question, what type of use cases & jobs is oVirt being
deployed in & how are people getting tech support?

About use cases for oVirt you can find some examples here:
http://www.ovirt.org/community/user-stories/users-and-providers/ [3]
If you want dedicated support, I would recommend to get a Red Hat
Virtualization (which is oVirt with technical support and some
additions) subscription getting Red Hat support.
Another place to get support if you stay with oVirt is the
community:
this mailing list, the IRC channel and social media, have a look
here
for other contacts: http://www.ovirt.org/community/ [4]

On 2017-05-29 04:33, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 10:21 AM,  wrote:

I assume people are using oVirt in production?

Sure, I was just wondering why you were running in nested
virtualization :-)
Being your use case a "playground" environment, I can suggest you to
have a look at Lago http://lago.readthedocs.io/en/stable/ [5] [1]
and at Lago demo at https://github.com/lago-project/lago-demo [6]
[2]
to help you preparing an isolated test environment for your
learning.

On 2017-05-29 04:13, Sandro Bonazzola wrote:
On Mon, May 29, 2017 at 12:12 AM,  wrote:




http://community.redhat.com/blog/2013

Re: [ovirt-users] oVirt install error

2017-06-06 Thread ovirt

How do I check that?

Today, I'm re-installing but getting this error message:


PLAY [gluster_servers] 
*


TASK [Run a shell script] 
**
fatal: [ovirt-N1-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg": 
"The conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-N3-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg": 
"The conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-N2-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg": 
"The conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}

to retry, use: --limit @/tmp/tmpEzKSy6/run-script.retry

PLAY RECAP 
*****
ovirt-N1-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1
ovirt-N2-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1
ovirt-N3-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1



On 2017-06-01 00:08, knarra wrote:

On 06/01/2017 01:19 AM, ov...@fateknollogee.com wrote:

Any ideas what this is:

TASK [Run a shell script] 
**
fatal: [ovirt-node1.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-node3.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-node2.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}

to retry, use: --limit @/tmp/tmpaOHOtY/run-script.retry
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

Can you see if the script which is getting execute is present in 
that path ?


Thanks

kasturi

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


Re: [ovirt-users] oVirt install error

2017-06-06 Thread ovirt
Ok, I will re-check a few things based on this: 
https://bugzilla.redhat.com/show_bug.cgi?id=1405447


On 2017-06-06 12:58, ov...@fateknollogee.com wrote:

How do I check that?

Today, I'm re-installing but getting this error message:


PLAY [gluster_servers] 
*


TASK [Run a shell script] 
**

fatal: [ovirt-N1-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg":
"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
fatal: [ovirt-N3-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg":
"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
fatal: [ovirt-N2-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg":
"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
to retry, use: --limit @/tmp/tmpEzKSy6/run-script.retry

PLAY RECAP 
*****
ovirt-N1-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1
ovirt-N2-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1
ovirt-N3-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1



On 2017-06-01 00:08, knarra wrote:

On 06/01/2017 01:19 AM, ov...@fateknollogee.com wrote:

Any ideas what this is:

TASK [Run a shell script] 
**
fatal: [ovirt-node1.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-node3.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-node2.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error while 
evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}

to retry, use: --limit @/tmp/tmpaOHOtY/run-script.retry
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

Can you see if the script which is getting execute is present in 
that path ?


Thanks

kasturi

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


Re: [ovirt-users] oVirt install error

2017-06-06 Thread ovirt

I finally figured out what the error was all about

The default location for the gdeploy script is:
/usr/share/ansible/gdeploy/scripts/grafton-sanity-check.sh

The oVirt node installer 
"ovirt-node-ng-installer-ovirt-4.1-2017060504.iso" installed it in a 
different location:

/usr/share/gdeploy/scripts/grafton-sanity-check.sh

I copied the "gdeploy" folder to the default location & the error went 
away.


**btw, I installed oVirt from scratch twice & both times got the same 
error**


On 2017-06-06 13:01, ov...@fateknollogee.com wrote:

Ok, I will re-check a few things based on this:
https://bugzilla.redhat.com/show_bug.cgi?id=1405447

On 2017-06-06 12:58, ov...@fateknollogee.com wrote:

How do I check that?

Today, I'm re-installing but getting this error message:


PLAY [gluster_servers] 
*


TASK [Run a shell script] 
******

fatal: [ovirt-N1-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg":
"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
fatal: [ovirt-N3-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg":
"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
fatal: [ovirt-N2-f25.fatek-dc.lab]: FAILED! => {"failed": true, "msg":
"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
    to retry, use: --limit @/tmp/tmpEzKSy6/run-script.retry

PLAY RECAP 
*****
ovirt-N1-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1
ovirt-N2-f25.fatek-dc.lab  : ok=0changed=0unreachable=0
failed=1
ovirt-N3-f25.fatek-dc.lab  : ok=0changed=0unreachable=0    
failed=1



On 2017-06-01 00:08, knarra wrote:

On 06/01/2017 01:19 AM, ov...@fateknollogee.com wrote:

Any ideas what this is:

TASK [Run a shell script] 
**
fatal: [ovirt-node1.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-node3.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}
fatal: [ovirt-node2.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has no 
attribute 'rc'"}

to retry, use: --limit @/tmp/tmpaOHOtY/run-script.retry
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

Can you see if the script which is getting execute is present in 
that path ?


Thanks

kasturi

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


[ovirt-users] Testing oVirt 4.1.2 with Nested KVM

2017-06-07 Thread ovirt
Since this blog post is from 2013, how much of it is still relevant 
today?

Do you still need to carry out all the steps?

http://community.redhat.com/blog/2013/08/testing-ovirt-3-3-with-nested-kvm/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Hosted engine question: why power-off

2017-06-07 Thread ovirt
Why would the hosted engine power itself off? I did not issue a power 
off command


Broadcast message from root@ovirt-engine (Wed 2017-06-07 13:45:10 UTC):

"VM is shutting down!"
The system is going down for power-off at Wed 2017-06-07 13:46:10 UTC!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt install error

2017-06-07 Thread ovirt

I just used all the default setting installing from the iso.
ansible v2.3.0.0
gdeploy v2.0.2

On 2017-06-07 09:41, knarra wrote:

On 06/07/2017 03:15 AM, ov...@fateknollogee.com wrote:

I finally figured out what the error was all about

The default location for the gdeploy script is:
/usr/share/ansible/gdeploy/scripts/grafton-sanity-check.sh

The oVirt node installer 
"ovirt-node-ng-installer-ovirt-4.1-2017060504.iso" installed it in a 
different location:

/usr/share/gdeploy/scripts/grafton-sanity-check.sh

I copied the "gdeploy" folder to the default location & the error went 
away.


**btw, I installed oVirt from scratch twice & both times got the same 
error**


just wondering how did this change happen. I will install with the iso
what you mentioned above and let you know the results. But before that
have few questions. Can you please tell me what is the version of
ansible and gdeploy you have on the node ?


On 2017-06-06 13:01, ov...@fateknollogee.com wrote:

Ok, I will re-check a few things based on this:
https://bugzilla.redhat.com/show_bug.cgi?id=1405447

On 2017-06-06 12:58, ov...@fateknollogee.com wrote:

How do I check that?

Today, I'm re-installing but getting this error message:


PLAY [gluster_servers] 
*


TASK [Run a shell script] 
******
fatal: [ovirt-N1-f25.fatek-dc.lab]: FAILED! => {"failed": true, 
"msg":

"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
fatal: [ovirt-N3-f25.fatek-dc.lab]: FAILED! => {"failed": true, 
"msg":

"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
fatal: [ovirt-N2-f25.fatek-dc.lab]: FAILED! => {"failed": true, 
"msg":

"The conditional check 'result.rc != 0' failed. The error was: error
while evaluating conditional (result.rc != 0): 'dict object' has no
attribute 'rc'"}
to retry, use: --limit @/tmp/tmpEzKSy6/run-script.retry

PLAY RECAP 
*
ovirt-N1-f25.fatek-dc.lab  : ok=0changed=0 unreachable=0
failed=1
ovirt-N2-f25.fatek-dc.lab  : ok=0changed=0 unreachable=0
failed=1
ovirt-N3-f25.fatek-dc.lab  : ok=0changed=0 unreachable=0    
failed=1



On 2017-06-01 00:08, knarra wrote:

On 06/01/2017 01:19 AM, ov...@fateknollogee.com wrote:

Any ideas what this is:

TASK [Run a shell script] 
**
fatal: [ovirt-node1.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has 
no attribute 'rc'"}
fatal: [ovirt-node3.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has 
no attribute 'rc'"}
fatal: [ovirt-node2.lab]: FAILED! => {"failed": true, "msg": "The 
conditional check 'result.rc != 0' failed. The error was: error 
while evaluating conditional (result.rc != 0): 'dict object' has 
no attribute 'rc'"}

to retry, use: --limit @/tmp/tmpaOHOtY/run-script.retry
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

Can you see if the script which is getting execute is present 
in that path ?


Thanks

kasturi

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


Re: [ovirt-users] oVirt install error

2017-06-08 Thread ovirt
I found another bug that is related to this problem: 
https://bugzilla.redhat.com/show_bug.cgi?id=1449217
On the initial oVirt install, the gdeploy version is 2.0.1, which causes 
the problem stated in bug # 1449217
After upgrading gdeploy to 2.0.2, you are left with the problem I 
described in my original post.
This link also had the same issue 
https://www.spinics.net/lists/gluster-users/msg31220.html


Let me know if you still want me to file the bug

On 2017-06-08 00:09, knarra wrote:

On 06/07/2017 10:33 PM, ov...@fateknollogee.com wrote:

I just used all the default setting installing from the iso.
ansible v2.3.0.0
gdeploy v2.0.2

Thanks for conforming.  I thought i have logged bug for this but when
i went and looked back realized that i do not have any. would you mind
logging bug for this?


On 2017-06-07 09:41, knarra wrote:

On 06/07/2017 03:15 AM, ov...@fateknollogee.com wrote:

I finally figured out what the error was all about

The default location for the gdeploy script is:
/usr/share/ansible/gdeploy/scripts/grafton-sanity-check.sh

The oVirt node installer 
"ovirt-node-ng-installer-ovirt-4.1-2017060504.iso" installed it in a 
different location:

/usr/share/gdeploy/scripts/grafton-sanity-check.sh

I copied the "gdeploy" folder to the default location & the error 
went away.


**btw, I installed oVirt from scratch twice & both times got the 
same error**


just wondering how did this change happen. I will install with the 
iso
what you mentioned above and let you know the results. But before 
that

have few questions. Can you please tell me what is the version of
ansible and gdeploy you have on the node ?


On 2017-06-06 13:01, ov...@fateknollogee.com wrote:

Ok, I will re-check a few things based on this:
https://bugzilla.redhat.com/show_bug.cgi?id=1405447

On 2017-06-06 12:58, ov...@fateknollogee.com wrote:

How do I check that?

Today, I'm re-installing but getting this error message:


PLAY [gluster_servers] 
*


TASK [Run a shell script] 
******
fatal: [ovirt-N1-f25.fatek-dc.lab]: FAILED! => {"failed": true, 
"msg":
"The conditional check 'result.rc != 0' failed. The error was: 
error
while evaluating conditional (result.rc != 0): 'dict object' has 
no

attribute 'rc'"}
fatal: [ovirt-N3-f25.fatek-dc.lab]: FAILED! => {"failed": true, 
"msg":
"The conditional check 'result.rc != 0' failed. The error was: 
error
while evaluating conditional (result.rc != 0): 'dict object' has 
no

attribute 'rc'"}
fatal: [ovirt-N2-f25.fatek-dc.lab]: FAILED! => {"failed": true, 
"msg":
"The conditional check 'result.rc != 0' failed. The error was: 
error
while evaluating conditional (result.rc != 0): 'dict object' has 
no

attribute 'rc'"}
to retry, use: --limit @/tmp/tmpEzKSy6/run-script.retry

PLAY RECAP 
*
ovirt-N1-f25.fatek-dc.lab  : ok=0changed=0 unreachable=0
failed=1
ovirt-N2-f25.fatek-dc.lab  : ok=0changed=0 unreachable=0
failed=1
ovirt-N3-f25.fatek-dc.lab  : ok=0changed=0 unreachable=0    
failed=1



On 2017-06-01 00:08, knarra wrote:

On 06/01/2017 01:19 AM, ov...@fateknollogee.com wrote:

Any ideas what this is:

TASK [Run a shell script] 
**
fatal: [ovirt-node1.lab]: FAILED! => {"failed": true, "msg": 
"The conditional check 'result.rc != 0' failed. The error was: 
error while evaluating conditional (result.rc != 0): 'dict 
object' has no attribute 'rc'"}
fatal: [ovirt-node3.lab]: FAILED! => {"failed": true, "msg": 
"The conditional check 'result.rc != 0' failed. The error was: 
error while evaluating conditional (result.rc != 0): 'dict 
object' has no attribute 'rc'"}
fatal: [ovirt-node2.lab]: FAILED! => {"failed": true, "msg": 
"The conditional check 'result.rc != 0' failed. The error was: 
error while evaluating conditional (result.rc != 0): 'dict 
object' has no attribute 'rc'"}

to retry, use: --limit @/tmp/tmpaOHOtY/run-script.retry
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

Can you see if the script which is getting execute is present 
in that path ?


Thanks

kasturi

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


[ovirt-users] Hardware for Hyperconverged oVirt: Gluster storage best practice

2017-06-10 Thread ovirt

Martin,

Looking to test oVirt on real hardware (aka no nesting)

Scenario # 1:
1x Supermicro 2027TR-HTRF 2U 4 node server
I will install the o/s for each node on a SATADOM.
Since each node will have 6x SSD for gluster storage.
Should this be software RAID, hardware RAID or no RAID?

Scenario # 2:
3x SuperMicro SC216E16-R1200LPB 2U server
Each server has 24x 2.5" bays (front) + 2x 2.5" bays (rear)
I will install the o/s on the drives using the rear bays (maybe RAID 1?)
For Gluster, we will use the 24 front bays.
Should this be software RAID, hardware RAID or no RAID?

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


Re: [ovirt-users] Hardware for Hyperconverged oVirt: Gluster storage best practice

2017-06-11 Thread ovirt



Is that a hyper-converged setup of both oVirt and Gluster?
We usually do it in batches of 3 nodes.


Yes, it is for a HC setup of both oVirt & Gluster.


..it really depends on your budget,
performance, and your availability requirements.


I would like to enhance the performance.


Makes sense (I could not see the rear bays - might have missed them).
Will you be able to put some SSDs there for caching?

This the correct part # 
https://www.supermicro.com/products/chassis/2U/216/SC216BE26-R920LPB

In all the oVirt docs/videos, no one mentioned using SSD for caching?
Therefore I was not planning on caching.
I planned to install oVirt node on the rear SSD's



On 2017-06-11 01:08, Yaniv Kaul wrote:

On Sat, Jun 10, 2017 at 1:43 PM,  wrote:


Martin,

Looking to test oVirt on real hardware (aka no nesting)

Scenario # 1:
1x Supermicro 2027TR-HTRF 2U 4 node server


Is that a hyper-converged setup of both oVirt and Gluster?
We usually do it in batches of 3 nodes.


I will install the o/s for each node on a SATADOM.
Since each node will have 6x SSD for gluster storage.
Should this be software RAID, hardware RAID or no RAID?


I'd reckon that you should prefer HW RAID on software RAID, and some
RAID on no RAID at all, but it really depends on your budget,
performance, and your availability requirements.


Scenario # 2:
3x SuperMicro SC216E16-R1200LPB 2U server
Each server has 24x 2.5" bays (front) + 2x 2.5" bays (rear)
I will install the o/s on the drives using the rear bays (maybe RAID
1?)


Makes sense (I could not see the rear bays - might have missed them).
Will you be able to put some SSDs there for caching?


For Gluster, we will use the 24 front bays.
Should this be software RAID, hardware RAID or no RAID?


Same answer is above.
Y.


Thanks
Femi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users [1]




Links:
--
[1] http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] Hardware for Hyperconverged oVirt: Gluster storage best practice

2017-06-11 Thread ovirt

I think just defining each SSD as a single Gluster brick may provide
the best performance for VMs, but my understanding of this is
theoretical, so I leave it to the Gluster people to provide further 
insight.




Barak, very interesting, I had never thought of doing it this way but 
your idea does make sense.


I assume Gluster is able to tolerate drive failures in the array?
I'm also interested in hearing what the Gluster folks think about your 
approach?




On 2017-06-11 01:20, Barak Korren wrote:

On 11 June 2017 at 11:08, Yaniv Kaul  wrote:



I will install the o/s for each node on a SATADOM.
Since each node will have 6x SSD for gluster storage.
Should this be software RAID, hardware RAID or no RAID?


I'd reckon that you should prefer HW RAID on software RAID, and some 
RAID on
no RAID at all, but it really depends on your budget, performance, and 
your

availability requirements.



Not sure that is the best advice, given the use of Gluster+SSDs for
hosting individual VMs.

Typical software or hardware RAID systems are designed for use with
spinning disks, and may not yield any better performance on SSDs. RAID
is also not very good when I/O is highly scattered as it probably is
when running multiple different VMs.

So we are left with using RAID solely for availability. I think
Gluster may already provide that, so adding additional software or
hardware layers for RAID may just degrade performance without
providing any tangible benefits.

I think just defining each SSD as a single Gluster brick may provide
the best performance for VMs, but my understanding of this is
theoretical, so I leave it to the Gluster people to provide further
insight.

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


  1   2   3   >