Re: [Users] Lvm vgs failed on allinone setup

2012-11-27 Thread Latchezar Filtchev
Hi,

I also had a problems with disappearing of iSCSI storage. This might help:

http://www.sysarchitects.com/iscsi_target_on_rhel6

I was not able to  solve my problem by manipulating /etc/lvm/lvm.conf. I 
reinstalled my test environment without LVM. Now after restart iSCSI storage 
does not disappear.

Best,
Latcho
 
--
Latchezar Filtchev
IT Manager
http://www.aubg.bg
 
-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Adrian Gibanel 
Sent: Monday, November 26, 2012 7:50 PM
To: users@ovirt.org
Subject: [Users] Lvm vgs failed on allinone setup

Hi, 

  I'm trying to setup an oVirt 3.1 allinone system as described at: 
http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/
.

  The main differences between my article and my setup are:

  * I've downgraded ovirt-engine-sdk to 3.1 as suggested.
  * I've selected ISCSI instead of NFS when running engine-setup and answering 
to the: The default storage question. (I can change that to NFS if needed, I 
think I used ISCSI because I had seen it in another howto).
  * Hacked all_in_one_100.py to increase waitForHostUp timeout ( 
http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/#comment-705803414
 )

  So when I first install it I go to attach local storage to local datacenter 
as described in 5th setp in 
http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/ and 
everything seems to work fine.

  My problem happens when I reboot. (I just rebooted to make sure everything 
was setup fine.).
Then the local storage (named iso) isn't attached to the local datacenter any 
more.
I've checked /var/log/messages and I've found what I think it's the problem:
---

Nov 25 23:54:03 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] [' 
Volume group e2e3cb9c-a664-4fda-be0c-428b239e7e66 not found']

Nov 25 23:54:03 server vdsm TaskManager.Task ERROR 
Task=`e75609f0-7322-4845-9cfc-1fb18e0ad3fc`::Unexpected error

Nov 25 23:54:03 server vdsm Storage.Dispatcher.Protect ERROR
{'status': {'message': Storage domain does not exist:
('e2e3cb9c-a664-4fda-be0c-428b239e7e66',), 'code': 358}}
---

The place where I initially placed iso and storage was /home/iso and 
/home/storage where /home was a normal ext4 partition.
In order to try to fix this problem and maybe increase oVirt capabilites now 
/home is an ext4 partition but not a normal one but mounted over an LV one.
As you can see the problem has not been fixed.

So I either need some help on how to fix this. I don't know. Some ideas.
* What's oVirt expecting when it searches a Volume group.
* What command is it trying to run?
* I've tried to search the script which might do the search but I've been 
unable to find it.
* Does oVirt expect any special partitioning layout regarding lvm?

Thank you for any idea you could have.

--
--
Adrián Gibanel
I.T. Manager 

+34 675 683 301
www.btactic.com 



Ens podeu seguir a/Nos podeis seguir en: 

i 


Abans d´imprimir aquest missatge, pensa en el medi ambient. El medi ambient és 
cosa de tothom. / Antes de imprimir el mensaje piensa en el medio ambiente. El 
medio ambiente es cosa de todos. 

AVIS: 
El contingut d'aquest missatge i els seus annexos és confidencial. Si no en sou 
el destinatari, us fem saber que està prohibit utilitzar-lo, divulgar-lo i/o 
copiar-lo sense tenir l'autorització corresponent. Si heu rebut aquest missatge 
per error, us agrairem que ho feu saber immediatament al remitent i que 
procediu a destruir el missatge . 

AVISO: 
El contenido de este mensaje y de sus anexos es confidencial. Si no es el 
destinatario, les hacemos saber que está prohibido utilizarlo, divulgarlo y/o 
copiarlo sin tener la autorización correspondiente. Si han recibido este 
mensaje por error, les agradeceríamos que lo hagan saber inmediatamente al 
remitente y que procedan a destruir el mensaje . 
___
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] Lvm vgs failed on allinone setup

2012-11-27 Thread Adrian Gibanel
If iSCSI is the problem I think I will reinstall oVirt by choosing NFS for 
default storage and not iSCSI.

- Mensaje original - 

 De: Latchezar Filtchev lat...@aubg.bg
 Para: Adrian Gibanel adrian.giba...@btactic.com, users@ovirt.org
 Enviados: Martes, 27 de Noviembre 2012 10:50:22
 Asunto: RE: [Users] Lvm vgs failed on allinone setup

 Hi,

 I also had a problems with disappearing of iSCSI storage. This might
 help:

 http://www.sysarchitects.com/iscsi_target_on_rhel6

 I was not able to solve my problem by manipulating /etc/lvm/lvm.conf.
 I reinstalled my test environment without LVM. Now after restart
 iSCSI storage does not disappear.

 Best,
 Latcho

 --
 Latchezar Filtchev
 IT Manager
 http://www.aubg.bg

 -Original Message-
 From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On
 Behalf Of Adrian Gibanel
 Sent: Monday, November 26, 2012 7:50 PM
 To: users@ovirt.org
 Subject: [Users] Lvm vgs failed on allinone setup

 Hi,

 I'm trying to setup an oVirt 3.1 allinone system as described at:
 http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/
 .

 The main differences between my article and my setup are:

 * I've downgraded ovirt-engine-sdk to 3.1 as suggested.
 * I've selected ISCSI instead of NFS when running engine-setup and
 answering to the: The default storage question. (I can change that
 to NFS if needed, I think I used ISCSI because I had seen it in
 another howto).
 * Hacked all_in_one_100.py to increase waitForHostUp timeout (
 http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/#comment-705803414
 )

 So when I first install it I go to attach local storage to local
 datacenter as described in 5th setp in
 http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/
 and everything seems to work fine.

 My problem happens when I reboot. (I just rebooted to make sure
 everything was setup fine.).
 Then the local storage (named iso) isn't attached to the local
 datacenter any more.
 I've checked /var/log/messages and I've found what I think it's the
 problem:
 ---

 Nov 25 23:54:03 server vdsm Storage.LVM WARNING lvm vgs failed: 5 []
 ['
 Volume group e2e3cb9c-a664-4fda-be0c-428b239e7e66 not found']

 Nov 25 23:54:03 server vdsm TaskManager.Task ERROR
 Task=`e75609f0-7322-4845-9cfc-1fb18e0ad3fc`::Unexpected error

 Nov 25 23:54:03 server vdsm Storage.Dispatcher.Protect ERROR
 {'status': {'message': Storage domain does not exist:
 ('e2e3cb9c-a664-4fda-be0c-428b239e7e66',), 'code': 358}}
 ---

 The place where I initially placed iso and storage was /home/iso and
 /home/storage where /home was a normal ext4 partition.
 In order to try to fix this problem and maybe increase oVirt
 capabilites now /home is an ext4 partition but not a normal one but
 mounted over an LV one.
 As you can see the problem has not been fixed.

 So I either need some help on how to fix this. I don't know. Some
 ideas.
 * What's oVirt expecting when it searches a Volume group.
 * What command is it trying to run?
 * I've tried to search the script which might do the search but I've
 been unable to find it.
 * Does oVirt expect any special partitioning layout regarding lvm?

 Thank you for any idea you could have.

 --
 --
 Adrián Gibanel

-- 

-- 
Adrián Gibanel 
I.T. Manager 

+34 675 683 301 
www.btactic.com 



Ens podeu seguir a/Nos podeis seguir en: 

i 


Abans d´imprimir aquest missatge, pensa en el medi ambient. El medi ambient és 
cosa de tothom. / Antes de imprimir el mensaje piensa en el medio ambiente. El 
medio ambiente es cosa de todos. 

AVIS: 
El contingut d'aquest missatge i els seus annexos és confidencial. Si no en sou 
el destinatari, us fem saber que està prohibit utilitzar-lo, divulgar-lo i/o 
copiar-lo sense tenir l'autorització corresponent. Si heu rebut aquest missatge 
per error, us agrairem que ho feu saber immediatament al remitent i que 
procediu a destruir el missatge . 

AVISO: 
El contenido de este mensaje y de sus anexos es confidencial. Si no es el 
destinatario, les hacemos saber que está prohibido utilizarlo, divulgarlo y/o 
copiarlo sin tener la autorización correspondiente. Si han recibido este 
mensaje por error, les agradeceríamos que lo hagan saber inmediatamente al 
remitente y que procedan a destruir el mensaje . 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt-engine-dbscripts broken dependencies on F17

2012-11-27 Thread Adrian Gibanel
While I was trying to fix it on my own with the commands you will see below I 
have taken a look at the fix which has nothing to do with 3.1 / 3.2 version (I 
was interpreting the bug as its fixing was going to just fix the dependency to 
be ovirt-engine-sdk 3.1 as the manual workaround that Jason Brooks proposed). 
It has to do with the new security mode. 

So... What I understand so far is that: 

* I should have read the commit so see what was actually been fixed and how. 
* If you install ovirt 3.1 in Fedora 17 you will find an ovirt-engine-sdk 3.2 
package and that should work fine. 

So sorry about all these warnings and I will give you feedback about how 
ovirt-engine-sdk 3.2 package works in Fedora 17. 

--- 

yum remove ovirt* 
yum install -y http://www.ovirt.org\ 
/releases/ovirt-release-fedora.noarch.rpm 
yum install -y ovirt-engine-setup-plugin-allinone 
Instalando: 
ovirt-engine-setup-plugin-allinone noarch 3.1.0-4.fc17 ovirt-stable 12 k 
Instalando para las dependencias: 
ovirt-engine noarch 3.1.0-4.fc17 ovirt-stable 1.0 M 
ovirt-engine-backend noarch 3.1.0-4.fc17 ovirt-stable 7.0 M 
ovirt-engine-config noarch 3.1.0-4.fc17 ovirt-stable 130 k 
ovirt-engine-dbscripts noarch 3.1.0-4.fc17 ovirt-stable 132 k 
ovirt-engine-genericapi noarch 3.1.0-4.fc17 ovirt-stable 18 k 
ovirt-engine-notification-service noarch 3.1.0-4.fc17 ovirt-stable 52 k 
ovirt-engine-restapi noarch 3.1.0-4.fc17 ovirt-stable 5.0 M 
ovirt-engine-sdk noarch 3.2.0.2-1.fc17 updates 211 k 
ovirt-engine-setup noarch 3.1.0-4.fc17 ovirt-stable 115 k 
ovirt-engine-tools-common noarch 3.1.0-4.fc17 ovirt-stable 8.8 k 
ovirt-engine-userportal noarch 3.1.0-4.fc17 ovirt-stable 13 M 
ovirt-engine-webadmin-portal noarch 3.1.0-4.fc17 ovirt-stable 15 M 
ovirt-image-uploader noarch 3.1.0-0.git9c42c8.fc17 ovirt-stable 92 k 
ovirt-iso-uploader noarch 3.1.0-0.git1841d9.fc17 ovirt-stable 29 k 
ovirt-log-collector noarch 3.1.0-0.git10d719.fc17 ovirt-stable 53 k 

Wrong! It's trying to get ovirt-engine-sdk 3.2 ! 

=== 
# Trying to ignore the 3.2 version unsucessfully 
yum remove ovirt* 
yum install -y http://www.ovirt.org\ 
/releases/ovirt-release-fedora.noarch.rpm 
yum install --disablerepo=updates -y ovirt-engine-setup-plugin-allinone 

-- Resoluci�n de dependencias finalizada 
Error: Paquete: ovirt-engine-setup-plugin-allinone-3.1.0-4.fc17.noarch 
(ovirt-stable) 
Necesita: ovirt-engine-sdk = 3.2 
Disponible: ovirt-engine-sdk-1.3-1.fc17.noarch (fedora) 
ovirt-engine-sdk = 1.3-1.fc17 
Instalando: ovirt-engine-sdk-3.1.0.4-1.fc17.noarch (ovirt-stable) 
ovirt-engine-sdk = 3.1.0.4-1.fc17 
Error: Paquete: ovirt-engine-setup-plugin-allinone-3.1.0-4.fc17.noarch 
(ovirt-stable) 
Necesita: ovirt-engine-sdk = 3.2 
Disponible: ovirt-engine-sdk-1.3-1.fc17.noarch (fedora) 
ovirt-engine-sdk = 1.3-1.fc17 
Disponible: ovirt-engine-sdk-3.1.0.4-1.fc17.noarch (ovirt-stable) 
ovirt-engine-sdk = 3.1.0.4-1.fc17 
Podr�a intentar utilizar el comando --skip-broken para sortear el problema 

- Mensaje original -

 De: Adrian Gibanel adrian.giba...@btactic.com
 Para: users@ovirt.org
 Enviados: Martes, 27 de Noviembre 2012 13:31:06
 Asunto: [Users] ovirt-engine-dbscripts broken dependencies on F17

 So if I'm not mistaken (I repeat that I don't have too much
 experience in Fedora) the error is:

 ovirt-engine-3.1.0-2.fc17.noarch needs:
 ovirt-engine-dbscripts = 3.1.0-2.fc17
 but it's not going to be installed because the only version of:
 ovirt-engine-dbscripts available in the repo is:
 3.0.0.0001-13.fc17 .

-- 

Adrián Gibanel 
I.T. Manager 

+34 675 683 301 
www.btactic.com 

Ens podeu seguir a/Nos podeis seguir en: 

i 

Abans d´imprimir aquest missatge, pensa en el medi ambient. El medi ambient és 
cosa de tothom. / Antes de imprimir el mensaje piensa en el medio ambiente. El 
medio ambiente es cosa de todos. 

AVIS: 
El contingut d'aquest missatge i els seus annexos és confidencial. Si no en sou 
el destinatari, us fem saber que està prohibit utilitzar-lo, divulgar-lo i/o 
copiar-lo sense tenir l'autorització corresponent. Si heu rebut aquest missatge 
per error, us agrairem que ho feu saber immediatament al remitent i que 
procediu a destruir el missatge . 

AVISO: 
El contenido de este mensaje y de sus anexos es confidencial. Si no es el 
destinatario, les hacemos saber que está prohibido utilizarlo, divulgarlo y/o 
copiarlo sin tener la autorización correspondiente. Si han recibido este 
mensaje por error, les agradeceríamos que lo hagan saber inmediatamente al 
remitente y que procedan a destruir el mensaje . 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Panic on FreeBSD guest with 1 CPU

2012-11-27 Thread Karli Sjöberg
Hey all!

Since recently patching our hosts, I´ve been having trouble running FreeBSD 
guests with more than one virtual core or socket. I have managed take a 
screenshot of how it looks like when it panics when booting kernel, right after 
ACPI:
http://i47.tinypic.com/2u90qrr.png

I´ve tried this with similar results using 8.2-RELEASE, 8.3-RELEASE, 
9.0-RELEASE and 9-STABLE.

If I edit the guest to have only one virtual core or socket, it boots up 
without issue.

Since noticing this, I´ve tried updating the packages one more time, thinking 
maybe it had already been fixed but no, it remains. These are the package 
versions I´m using:
# rpm -qa | egrep '(kernel|libvirt|qemu|vdsm|seabios)' | sort -d
ipxe-roms-qemu-20120328-1.gitaac9718.fc17.noarch
kernel-3.6.2-4.fc17.x86_64
kernel-3.6.3-1.fc17.x86_64
kernel-3.6.7-4.fc17.x86_64  This is the one that´s running
libvirt-0.9.11.7-1.fc17.x86_64
libvirt-client-0.9.11.7-1.fc17.x86_64
libvirt-daemon-0.9.11.7-1.fc17.x86_64
libvirt-daemon-config-network-0.9.11.7-1.fc17.x86_64
libvirt-daemon-config-nwfilter-0.9.11.7-1.fc17.x86_64
libvirt-lock-sanlock-0.9.11.7-1.fc17.x86_64
libvirt-python-0.9.11.7-1.fc17.x86_64
qemu-common-1.0.1-2.fc17.x86_64
qemu-img-1.0.1-2.fc17.x86_64
qemu-kvm-1.0.1-2.fc17.x86_64
qemu-kvm-tools-1.0.1-2.fc17.x86_64
qemu-system-x86-1.0.1-2.fc17.x86_64
seabios-1.7.1-1.fc17.x86_64
seabios-bin-1.7.1-1.fc17.noarch
vdsm-4.10.0-10.fc17.x86_64
vdsm-cli-4.10.0-10.fc17.noarch
vdsm-python-4.10.0-10.fc17.x86_64
vdsm-xmlrpc-4.10.0-10.fc17.noarch

Do you have any insights as to what the problem might be?

Best Regards
Karli Sjöberg
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Panic on FreeBSD guest with 1 CPU

2012-11-27 Thread Itamar Heim

On 11/27/2012 08:28 AM, Karli Sjöberg wrote:

Hey all!

Since recently patching our hosts, I´ve been having trouble running FreeBSD 
guests with more than one virtual core or socket. I have managed take a 
screenshot of how it looks like when it panics when booting kernel, right after 
ACPI:
http://i47.tinypic.com/2u90qrr.png

I´ve tried this with similar results using 8.2-RELEASE, 8.3-RELEASE, 
9.0-RELEASE and 9-STABLE.

If I edit the guest to have only one virtual core or socket, it boots up 
without issue.

Since noticing this, I´ve tried updating the packages one more time, thinking 
maybe it had already been fixed but no, it remains. These are the package 
versions I´m using:
# rpm -qa | egrep '(kernel|libvirt|qemu|vdsm|seabios)' | sort -d
ipxe-roms-qemu-20120328-1.gitaac9718.fc17.noarch
kernel-3.6.2-4.fc17.x86_64
kernel-3.6.3-1.fc17.x86_64
kernel-3.6.7-4.fc17.x86_64  This is the one that´s running
libvirt-0.9.11.7-1.fc17.x86_64
libvirt-client-0.9.11.7-1.fc17.x86_64
libvirt-daemon-0.9.11.7-1.fc17.x86_64
libvirt-daemon-config-network-0.9.11.7-1.fc17.x86_64
libvirt-daemon-config-nwfilter-0.9.11.7-1.fc17.x86_64
libvirt-lock-sanlock-0.9.11.7-1.fc17.x86_64
libvirt-python-0.9.11.7-1.fc17.x86_64
qemu-common-1.0.1-2.fc17.x86_64
qemu-img-1.0.1-2.fc17.x86_64
qemu-kvm-1.0.1-2.fc17.x86_64
qemu-kvm-tools-1.0.1-2.fc17.x86_64
qemu-system-x86-1.0.1-2.fc17.x86_64
seabios-1.7.1-1.fc17.x86_64
seabios-bin-1.7.1-1.fc17.noarch
vdsm-4.10.0-10.fc17.x86_64
vdsm-cli-4.10.0-10.fc17.noarch
vdsm-python-4.10.0-10.fc17.x86_64
vdsm-xmlrpc-4.10.0-10.fc17.noarch

Do you have any insights as to what the problem might be?

Best Regards
Karli Sjöberg
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



the first suspect would be qemu-kvm and maybe the bios, can you please 
downgrade it to the previously working version?


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


Re: [Users] Lvm vgs failed on allinone setup

2012-11-27 Thread Adrian Gibanel
So I have reinstalled by doing: 
engine-cleanup 
rm -rf /home/iso 
rm -rf /home/storage 
rm /etc/exports 
export LANG=en_US.UTF-8 
engine-setup

Now when asked I have select NFS for the default storage type.

I've done the 5th step at 
http://blog.jebpages.com/archives/up-and-running-with-ovirt-3-1-edition/ .
(Copy and paste - BEGIN)
click on the storage tab and highlight the iso domain you created during the 
setup-script. In the pane that appears below, choose the “Data Center” tab, 
click “Attach,” check the box next to your local data center, and hit “OK.” 
Once the iso domain is finished attaching, click “Activate” to, uh, activate it.
(Copy and paste - END)

I've taken a moment to check /var/log/messages and I have noticed:

Nov 27 14:14:25 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 14:14:25 server vdsm Storage.StorageDomain WARNING Resource namespace 
033a2b87-def7-4c27-ab74-9860531f2ed4_imageNS already registered
Nov 27 14:14:25 server vdsm Storage.StorageDomain WARNING Resource namespace 
033a2b87-def7-4c27-ab74-9860531f2ed4_volumeNS already registered
Nov 27 14:14:25 server kernel: [136736.468680] ata1: hard resetting link
Nov 27 14:14:25 server kernel: [136736.772691] ata1: SATA link up 3.0 Gbps 
(SStatus 123 SControl 300)
Nov 27 14:14:25 server kernel: [136736.775827] ata1.00: configured for UDMA/133
Nov 27 14:14:25 server kernel: [136736.775831] ata1: EH complete
Nov 27 14:14:25 server kernel: [136736.776038] ata2: hard resetting link
Nov 27 14:14:25 server kernel: [136737.081179] ata2: SATA link up 3.0 Gbps 
(SStatus 123 SControl 300)
Nov 27 14:14:25 server kernel: [136737.084182] ata2.00: configured for UDMA/133
Nov 27 14:14:25 server kernel: [136737.084187] ata2: EH complete
Nov 27 14:14:25 server kernel: [136737.084420] ata3: limiting SATA link speed 
to 1.5 Gbps
Nov 27 14:14:25 server kernel: [136737.084425] ata3: hard resetting link
Nov 27 14:14:26 server kernel: [136737.388525] ata3: SATA link down (SStatus 0 
SControl 310)
Nov 27 14:14:26 server kernel: [136737.388537] ata3: EH complete
Nov 27 14:14:26 server kernel: [136737.388778] ata4: limiting SATA link speed 
to 1.5 Gbps
Nov 27 14:14:26 server kernel: [136737.388783] ata4: hard resetting link
Nov 27 14:14:26 server kernel: [136737.692934] ata4: SATA link down (SStatus 0 
SControl 310)
Nov 27 14:14:26 server kernel: [136737.692944] ata4: EH complete
Nov 27 14:14:26 server kernel: [136737.693138] ata5: limiting SATA link speed 
to 1.5 Gbps
Nov 27 14:14:26 server kernel: [136737.693142] ata5: hard resetting link
Nov 27 14:14:26 server kernel: [136737.997324] ata5: SATA link down (SStatus 0 
SControl 310)
Nov 27 14:14:26 server kernel: [136737.997334] ata5: EH complete
Nov 27 14:14:26 server kernel: [136737.997587] ata6: limiting SATA link speed 
to 1.5 Gbps
Nov 27 14:14:26 server kernel: [136737.997592] ata6: hard resetting link
Nov 27 14:14:27 server kernel: [136738.301820] ata6: SATA link down (SStatus 0 
SControl 310)
Nov 27 14:14:27 server kernel: [136738.301832] ata6: EH complete
Nov 27 14:14:27 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group c20da291-baf5-480a-b314-b775a6dde6e8 not found']
Nov 27 14:14:27 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_imageNS already registered
Nov 27 14:14:27 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_volumeNS already registered
Nov 27 14:14:27 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']

Any ways I've decided to reboot just to see if everything went ok. When 
examining Storage tab I see how local-iso-share (my ISO domain type) is shown 
as green (activated) and then red (maintenance).

Taking a look at /var/log/messages I've seen:



Nov 27 14:26:38 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] [' Volume 
group c20da291-baf5-480a-b314-b775a6dde6e8 not found'] 
Nov 27 14:26:38 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_imageNS already registered 
Nov 27 14:26:38 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_volumeNS already registered 
Nov 27 14:26:38 server vdsm Storage.HSM ERROR Could not disconnect from 
storageServer 

What am I missing?

Thank you.

- Mensaje original - 


De: Adrian Gibanel adrian.giba...@btactic.com 
Para: users@ovirt.org 
Enviados: Martes, 27 de Noviembre 2012 11:10:48 
Asunto: Re: [Users] Lvm vgs failed on allinone setup 

If iSCSI is the problem I think I will reinstall oVirt by choosing NFS for 
default storage and not iSCSI. 

- Mensaje original - 

 De: Latchezar Filtchev lat...@aubg.bg 
 Para: Adrian Gibanel adrian.giba...@btactic.com, users@ovirt.org 
 Enviados: Martes, 27 de Noviembre 2012 10:50:22 
 Asunto: RE: [Users] Lvm vgs failed on 

Re: [Users] ovirt-engine-dbscripts broken dependencies on F17

2012-11-27 Thread Itamar Heim

On 11/27/2012 07:55 AM, Adrian Gibanel wrote:

While I was trying to fix it on my own with the commands you will see
below I have taken a look at the fix which has nothing to do with 3.1 /
3.2 version (I was  interpreting the bug as its fixing was going to just
fix the dependency to be ovirt-engine-sdk 3.1 as the manual workaround
that Jason Brooks proposed). It has to do with the new security mode.

So... What I understand so far is that:

* I should have read the commit so see what was actually been fixed and how.
* If you install ovirt 3.1 in Fedora 17 you will find an
ovirt-engine-sdk 3.2 package and that should work fine.

So sorry about all these warnings and I will give you feedback about how
ovirt-engine-sdk 3.2 package works in Fedora 17.


we just released 3.1.0-4 1-2 days ago fixing this issue specifically.
seems its working



---

yum remove ovirt*
yum install -y http://www.ovirt.org\
/releases/ovirt-release-fedora.noarch.rpm
yum install -y ovirt-engine-setup-plugin-allinone
Instalando:
  ovirt-engine-setup-plugin-allinone noarch
3.1.0-4.fc17  ovirt-stable  12 k
Instalando para las dependencias:
  ovirt-engine   noarch
3.1.0-4.fc17  ovirt-stable 1.0 M
  ovirt-engine-backend   noarch
3.1.0-4.fc17  ovirt-stable 7.0 M
  ovirt-engine-confignoarch
3.1.0-4.fc17  ovirt-stable 130 k
  ovirt-engine-dbscripts noarch
3.1.0-4.fc17  ovirt-stable 132 k
  ovirt-engine-genericapinoarch
3.1.0-4.fc17  ovirt-stable  18 k
  ovirt-engine-notification-service  noarch
3.1.0-4.fc17  ovirt-stable  52 k
  ovirt-engine-restapi   noarch
3.1.0-4.fc17  ovirt-stable 5.0 M
  ovirt-engine-sdk   noarch
3.2.0.2-1.fc17updates  211 k
  ovirt-engine-setup noarch
3.1.0-4.fc17  ovirt-stable 115 k
  ovirt-engine-tools-common  noarch
3.1.0-4.fc17  ovirt-stable 8.8 k
  ovirt-engine-userportalnoarch
3.1.0-4.fc17  ovirt-stable  13 M
  ovirt-engine-webadmin-portal   noarch
3.1.0-4.fc17  ovirt-stable  15 M
  ovirt-image-uploader   noarch
3.1.0-0.git9c42c8.fc17ovirt-stable  92 k
  ovirt-iso-uploader noarch
3.1.0-0.git1841d9.fc17ovirt-stable  29 k
  ovirt-log-collectornoarch
3.1.0-0.git10d719.fc17ovirt-stable  53 k

Wrong! It's trying to get ovirt-engine-sdk 3.2 !

===
# Trying to ignore the 3.2 version unsucessfully
yum remove ovirt*
yum install -y http://www.ovirt.org\
/releases/ovirt-release-fedora.noarch.rpm
yum install --disablerepo=updates -y ovirt-engine-setup-plugin-allinone

-- Resoluci�n de dependencias finalizada
Error: Paquete: ovirt-engine-setup-plugin-allinone-3.1.0-4.fc17.noarch
(ovirt-stable)
Necesita: ovirt-engine-sdk = 3.2
Disponible: ovirt-engine-sdk-1.3-1.fc17.noarch (fedora)
ovirt-engine-sdk = 1.3-1.fc17
Instalando: ovirt-engine-sdk-3.1.0.4-1.fc17.noarch
(ovirt-stable)
ovirt-engine-sdk = 3.1.0.4-1.fc17
Error: Paquete: ovirt-engine-setup-plugin-allinone-3.1.0-4.fc17.noarch
(ovirt-stable)
Necesita: ovirt-engine-sdk = 3.2
Disponible: ovirt-engine-sdk-1.3-1.fc17.noarch (fedora)
ovirt-engine-sdk = 1.3-1.fc17
Disponible: ovirt-engine-sdk-3.1.0.4-1.fc17.noarch
(ovirt-stable)
ovirt-engine-sdk = 3.1.0.4-1.fc17
  Podr�a intentar utilizar el comando --skip-broken para sortear el problema



*De: *Adrian Gibanel adrian.giba...@btactic.com
*Para: *users@ovirt.org
*Enviados: *Martes, 27 de Noviembre 2012 13:31:06
*Asunto: *[Users] ovirt-engine-dbscripts broken dependencies on F17

So if I'm not mistaken (I repeat that I don't have too much
experience in Fedora) the error is:

ovirt-engine-3.1.0-2.fc17.noarch needs:
   ovirt-engine-dbscripts = 3.1.0-2.fc17
but it's not going to be installed because the only version of:
ovirt-engine-dbscripts available in the repo is:
3.0.0.0001-13.fc17 .

--
http://www.btactic.com/*Adrián Gibanel*
I.T. Manager

+34 675 683 301
www.btactic.com http://btactic.com/


*
Ens podeu seguir a/Nos podeis seguir en:


Re: [Users] Panic on FreeBSD guest with 1 CPU

2012-11-27 Thread Karli Sjöberg

27 nov 2012 kl. 15.42 skrev Itamar Heim:

 On 11/27/2012 08:28 AM, Karli Sjöberg wrote:
 Hey all!
 
 Since recently patching our hosts, I´ve been having trouble running FreeBSD 
 guests with more than one virtual core or socket. I have managed take a 
 screenshot of how it looks like when it panics when booting kernel, right 
 after ACPI:
 http://i47.tinypic.com/2u90qrr.png
 
 I´ve tried this with similar results using 8.2-RELEASE, 8.3-RELEASE, 
 9.0-RELEASE and 9-STABLE.
 
 If I edit the guest to have only one virtual core or socket, it boots up 
 without issue.
 
 Since noticing this, I´ve tried updating the packages one more time, 
 thinking maybe it had already been fixed but no, it remains. These are the 
 package versions I´m using:
 # rpm -qa | egrep '(kernel|libvirt|qemu|vdsm|seabios)' | sort -d
 ipxe-roms-qemu-20120328-1.gitaac9718.fc17.noarch
 kernel-3.6.2-4.fc17.x86_64
 kernel-3.6.3-1.fc17.x86_64
 kernel-3.6.7-4.fc17.x86_64  This is the one that´s running
 libvirt-0.9.11.7-1.fc17.x86_64
 libvirt-client-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-config-network-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-config-nwfilter-0.9.11.7-1.fc17.x86_64
 libvirt-lock-sanlock-0.9.11.7-1.fc17.x86_64
 libvirt-python-0.9.11.7-1.fc17.x86_64
 qemu-common-1.0.1-2.fc17.x86_64
 qemu-img-1.0.1-2.fc17.x86_64
 qemu-kvm-1.0.1-2.fc17.x86_64
 qemu-kvm-tools-1.0.1-2.fc17.x86_64
 qemu-system-x86-1.0.1-2.fc17.x86_64
 seabios-1.7.1-1.fc17.x86_64
 seabios-bin-1.7.1-1.fc17.noarch
 vdsm-4.10.0-10.fc17.x86_64
 vdsm-cli-4.10.0-10.fc17.noarch
 vdsm-python-4.10.0-10.fc17.x86_64
 vdsm-xmlrpc-4.10.0-10.fc17.noarch
 
 Do you have any insights as to what the problem might be?
 
 Best Regards
 Karli Sjöberg
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 the first suspect would be qemu-kvm and maybe the bios, can you please 
 downgrade it to the previously

Oh the fun of downgrading...pass:) But it just so happens that we have another 
ovirt system running, apart from the production system, that may be less 
patched. I´ll check and see if there´s any difference there. Is there any data 
you wish me to share, like logs or something while testing? Or just yay/nay?

/Karli

 working version?
 
 thanks,
   Itamar

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


Re: [Users] Panic on FreeBSD guest with 1 CPU

2012-11-27 Thread Karli Sjöberg

27 nov 2012 kl. 15.51 skrev Laszlo Hornyak:

 Does that PHY refer to the ethernet card in the Vm?

I don´t know for sure but I don´t think so. Standard ethernet is just called 
em with Intel, or vtnet with VirtIO, besides it´s waaay to early in the 
boot process.

/Karli

 
 Thx,
 Laszlo
 
 - Original Message -
 From: Karli Sjöberg karli.sjob...@slu.se
 To: users users@ovirt.org
 Sent: Tuesday, November 27, 2012 2:28:26 PM
 Subject: [Users] Panic on FreeBSD guest with 1 CPU
 
 Hey all!
 
 Since recently patching our hosts, I´ve been having trouble running
 FreeBSD guests with more than one virtual core or socket. I have
 managed take a screenshot of how it looks like when it panics when
 booting kernel, right after ACPI:
 http://i47.tinypic.com/2u90qrr.png
 
 I´ve tried this with similar results using 8.2-RELEASE, 8.3-RELEASE,
 9.0-RELEASE and 9-STABLE.
 
 If I edit the guest to have only one virtual core or socket, it boots
 up without issue.
 
 Since noticing this, I´ve tried updating the packages one more time,
 thinking maybe it had already been fixed but no, it remains. These
 are the package versions I´m using:
 # rpm -qa | egrep '(kernel|libvirt|qemu|vdsm|seabios)' | sort -d
 ipxe-roms-qemu-20120328-1.gitaac9718.fc17.noarch
 kernel-3.6.2-4.fc17.x86_64
 kernel-3.6.3-1.fc17.x86_64
 kernel-3.6.7-4.fc17.x86_64  This is the one that´s running
 libvirt-0.9.11.7-1.fc17.x86_64
 libvirt-client-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-config-network-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-config-nwfilter-0.9.11.7-1.fc17.x86_64
 libvirt-lock-sanlock-0.9.11.7-1.fc17.x86_64
 libvirt-python-0.9.11.7-1.fc17.x86_64
 qemu-common-1.0.1-2.fc17.x86_64
 qemu-img-1.0.1-2.fc17.x86_64
 qemu-kvm-1.0.1-2.fc17.x86_64
 qemu-kvm-tools-1.0.1-2.fc17.x86_64
 qemu-system-x86-1.0.1-2.fc17.x86_64
 seabios-1.7.1-1.fc17.x86_64
 seabios-bin-1.7.1-1.fc17.noarch
 vdsm-4.10.0-10.fc17.x86_64
 vdsm-cli-4.10.0-10.fc17.noarch
 vdsm-python-4.10.0-10.fc17.x86_64
 vdsm-xmlrpc-4.10.0-10.fc17.noarch
 
 Do you have any insights as to what the problem might be?
 
 Best Regards
 Karli Sjöberg
 ___
 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] Panic on FreeBSD guest with 1 CPU

2012-11-27 Thread Itamar Heim

On 11/27/2012 09:56 AM, Karli Sjöberg wrote:


27 nov 2012 kl. 15.42 skrev Itamar Heim:


On 11/27/2012 08:28 AM, Karli Sjöberg wrote:

Hey all!

Since recently patching our hosts, I´ve been having trouble running FreeBSD 
guests with more than one virtual core or socket. I have managed take a 
screenshot of how it looks like when it panics when booting kernel, right after 
ACPI:
http://i47.tinypic.com/2u90qrr.png

I´ve tried this with similar results using 8.2-RELEASE, 8.3-RELEASE, 
9.0-RELEASE and 9-STABLE.

If I edit the guest to have only one virtual core or socket, it boots up 
without issue.

Since noticing this, I´ve tried updating the packages one more time, thinking 
maybe it had already been fixed but no, it remains. These are the package 
versions I´m using:
# rpm -qa | egrep '(kernel|libvirt|qemu|vdsm|seabios)' | sort -d
ipxe-roms-qemu-20120328-1.gitaac9718.fc17.noarch
kernel-3.6.2-4.fc17.x86_64
kernel-3.6.3-1.fc17.x86_64
kernel-3.6.7-4.fc17.x86_64  This is the one that´s running
libvirt-0.9.11.7-1.fc17.x86_64
libvirt-client-0.9.11.7-1.fc17.x86_64
libvirt-daemon-0.9.11.7-1.fc17.x86_64
libvirt-daemon-config-network-0.9.11.7-1.fc17.x86_64
libvirt-daemon-config-nwfilter-0.9.11.7-1.fc17.x86_64
libvirt-lock-sanlock-0.9.11.7-1.fc17.x86_64
libvirt-python-0.9.11.7-1.fc17.x86_64
qemu-common-1.0.1-2.fc17.x86_64
qemu-img-1.0.1-2.fc17.x86_64
qemu-kvm-1.0.1-2.fc17.x86_64
qemu-kvm-tools-1.0.1-2.fc17.x86_64
qemu-system-x86-1.0.1-2.fc17.x86_64
seabios-1.7.1-1.fc17.x86_64
seabios-bin-1.7.1-1.fc17.noarch
vdsm-4.10.0-10.fc17.x86_64
vdsm-cli-4.10.0-10.fc17.noarch
vdsm-python-4.10.0-10.fc17.x86_64
vdsm-xmlrpc-4.10.0-10.fc17.noarch

Do you have any insights as to what the problem might be?

Best Regards
Karli Sjöberg
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



the first suspect would be qemu-kvm and maybe the bios, can you please 
downgrade it to the previously


Oh the fun of downgrading...pass:) But it just so happens that we have another 
ovirt system running, apart from the production system, that may be less 
patched. I´ll check and see if there´s any difference there. Is there any data 
you wish me to share, like logs or something while testing? Or just yay/nay?


if we identify the offending package, and versions, easier to report the 
regression and ask to fix it

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


Re: [Users] Panic on FreeBSD guest with 1 CPU

2012-11-27 Thread Karli Sjöberg

27 nov 2012 kl. 15.59 skrev Itamar Heim:

 On 11/27/2012 09:56 AM, Karli Sjöberg wrote:
 
 27 nov 2012 kl. 15.42 skrev Itamar Heim:
 
 On 11/27/2012 08:28 AM, Karli Sjöberg wrote:
 Hey all!
 
 Since recently patching our hosts, I´ve been having trouble running 
 FreeBSD guests with more than one virtual core or socket. I have managed 
 take a screenshot of how it looks like when it panics when booting kernel, 
 right after ACPI:
 http://i47.tinypic.com/2u90qrr.png
 
 I´ve tried this with similar results using 8.2-RELEASE, 8.3-RELEASE, 
 9.0-RELEASE and 9-STABLE.
 
 If I edit the guest to have only one virtual core or socket, it boots up 
 without issue.
 
 Since noticing this, I´ve tried updating the packages one more time, 
 thinking maybe it had already been fixed but no, it remains. These are the 
 package versions I´m using:
 # rpm -qa | egrep '(kernel|libvirt|qemu|vdsm|seabios)' | sort -d
 ipxe-roms-qemu-20120328-1.gitaac9718.fc17.noarch
 kernel-3.6.2-4.fc17.x86_64
 kernel-3.6.3-1.fc17.x86_64
 kernel-3.6.7-4.fc17.x86_64  This is the one that´s running
 libvirt-0.9.11.7-1.fc17.x86_64
 libvirt-client-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-config-network-0.9.11.7-1.fc17.x86_64
 libvirt-daemon-config-nwfilter-0.9.11.7-1.fc17.x86_64
 libvirt-lock-sanlock-0.9.11.7-1.fc17.x86_64
 libvirt-python-0.9.11.7-1.fc17.x86_64
 qemu-common-1.0.1-2.fc17.x86_64
 qemu-img-1.0.1-2.fc17.x86_64
 qemu-kvm-1.0.1-2.fc17.x86_64
 qemu-kvm-tools-1.0.1-2.fc17.x86_64
 qemu-system-x86-1.0.1-2.fc17.x86_64
 seabios-1.7.1-1.fc17.x86_64
 seabios-bin-1.7.1-1.fc17.noarch
 vdsm-4.10.0-10.fc17.x86_64
 vdsm-cli-4.10.0-10.fc17.noarch
 vdsm-python-4.10.0-10.fc17.x86_64
 vdsm-xmlrpc-4.10.0-10.fc17.noarch
 
 Do you have any insights as to what the problem might be?
 
 Best Regards
 Karli Sjöberg
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 the first suspect would be qemu-kvm and maybe the bios, can you please 
 downgrade it to the previously
 
 Oh the fun of downgrading...pass:) But it just so happens that we have 
 another ovirt system running, apart from the production system, that may be 
 less patched. I´ll check and see if there´s any difference there. Is there 
 any data you wish me to share, like logs or something while testing? Or just 
 yay/nay?
 
 if we identify the offending package, and versions, easier to report the 
 regression and ask to fix it

So yay/nay it is! Thanks.

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


Re: [Users] Lvm vgs failed on allinone setup

2012-11-27 Thread Adrian Gibanel
So let me clarify what I'm experiencing a little more:
  local-iso-share is attached to local_datacenter without any problems.
The problem is when I reboot. I probably had said that it does not get attached 
when I reboot in previous emails.  After better inspection what I'm seeing is 
that:
local-iso-share is attached to local_datacenter however I find it in 
maintenance mode when I boot. I don't find it in active mode (which I suppose 
it's the right mode it should be).

-
So I've done some changes manually to produce logs:
When going into Maintenance manually:

Nov 27 15:59:06 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group c20da291-baf5-480a-b314-b775a6dde6e8 not found']
Nov 27 15:59:06 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_imageNS already registered
Nov 27 15:59:06 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_volumeNS already registered


When activating it manually:

Nov 27 16:00:27 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:00:27 server vdsm Storage.StorageDomain WARNING Resource namespace 
033a2b87-def7-4c27-ab74-9860531f2ed4_imageNS already registered
Nov 27 16:00:27 server vdsm Storage.StorageDomain WARNING Resource namespace 
033a2b87-def7-4c27-ab74-9860531f2ed4_volumeNS already registered
Nov 27 16:00:28 server kernel: [ 6043.360723] ata1: hard resetting link
(and other hard resetting link alike)
Nov 27 16:00:30 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group c20da291-baf5-480a-b314-b775a6dde6e8 not found']
Nov 27 16:00:30 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_imageNS already registered
Nov 27 16:00:30 server vdsm Storage.StorageDomain WARNING Resource namespace 
c20da291-baf5-480a-b314-b775a6dde6e8_volumeNS already registered
Nov 27 16:00:30 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']

--
When rebooting I see:

Nov 27 16:11:21 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group c20da291-baf5-480a-b314-b775a6dde6e8 not found']
Nov 27 16:11:22 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:11:22 server vdsm Storage.StoragePool ERROR Unexpected error while 
trying to monitor domain `033a2b87-def7-4c27-ab74-9860531f2ed4`
Nov 27 16:11:22 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:11:22 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:11:22 server vdsm Storage.StoragePool ERROR Unable to acquire host id 
on sdUUID=`033a2b87-def7-4c27-ab74-9860531f2ed4`
Nov 27 16:11:22 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:11:22 server vdsm Storage.StoragePool ERROR Unexpected error while 
trying to monitor domain `033a2b87-def7-4c27-ab74-9860531f2ed4`
Nov 27 16:13:45 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:13:45 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:13:45 server vdsm Storage.StoragePool ERROR Backup domain validation 
failed
Nov 27 16:13:45 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:13:45 server vdsm Storage.StoragePool WARNING Could not get full 
domain information, it is probably unavailable
Nov 27 16:13:55 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:13:55 server vdsm Storage.StoragePool WARNING Could not get full 
domain information, it is probably unavailable
Nov 27 16:14:06 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:14:06 server vdsm Storage.StoragePool WARNING Could not get full 
domain information, it is probably unavailable
Nov 27 16:14:16 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:14:16 server vdsm Storage.StoragePool WARNING Could not get full 
domain information, it is probably unavailable
Nov 27 16:14:26 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 
group 033a2b87-def7-4c27-ab74-9860531f2ed4 not found']
Nov 27 16:14:26 server vdsm Storage.StoragePool WARNING Could not get full 
domain information, it is probably unavailable
Nov 27 16:14:37 server vdsm Storage.LVM WARNING lvm vgs failed: 5 [] ['  Volume 

[Users] Unable to access remote console in User portal from IE/Windows7

2012-11-27 Thread nasir nasir
Hi All,

I have been experimenting with Ovirt 3.1 and so far most of the things work. 
Many thanks indeed for this great free software! Now I am facing an issue for 
accessing the remote console in User Portal from windows 7 client using IE9. I 
am able to login to the User Portal and access the VM using the console button 
from Linux. But while I try the same from a windows 7 machine, it is NOT 
working. When I click on the console button, it doesn't pop any window or show 
anything. Some of the docs I read says that for the first time, I would be 
greeted with an ActiveX warning and can install the same to get the console. 
But I didnt get anything of that kind. So my questions to you all are,

-- Is User Portal and Console supported on Windows platform ?
-- If supported, is there anything  needed to be installed on the Windows 
machine from which I am trying to access the User Portal ?( I did install 
spice-guest-tools-0.exe on both VM and the Windows machine I am trying to 
access the User Portal)
-- If not supported, what is the recommended way of accessing VMs from windows 
clients ? I understand that the firefox spice-xpi plugin is only for Linux.

Relevant info,

--OS : CentOS 6.3 64 bit
-- ovirt-engine-setup-plugin-allinone-3.1.0-3.28.el6.noarch.rpm (Actually I 
used the repo from http://www.dreyou.org/ovirt/ , )
-- Client from which I am trying to access: Windows 7 (32bit), IE 9

Any reply would be highly appreciated and I would be more than happy to send 
any further details if needed. I searched a lot for any relevant docs for the 
same but could not find anything. 

Thanks and regards,
Nasir
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt-node install hangs

2012-11-27 Thread Vincent Miszczak
Hi,

I have the exact same problems with the latest 2.5.5-0.1.


1.   I'm unable to install from USB stick because after installation, the 
system does not find it's root volume.

2.   Using a CDROM, the installation hangs. First time it hanged at 75%. 
Second time I tried, it hanged at 25%. No message at all, but keyboard is 
responsive (lock num, console switch).

I could try to do some debug for you. Having the root account used during the 
installation would help. What is it?

With the CDROM installation, I've tried with 2 different hard drives and the 
server was running fine with its previous OS, so no hardware issue here.
I was running the installation on a Poweredge 1950 server.

Vince

De : users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] De la part de 
Alexandre Santos
Envoyé : jeudi 11 octobre 2012 22:57
À : Mike Burns
Cc : users@ovirt.org
Objet : Re: [Users] ovirt-node install hangs


2012/10/11 Alexandre Santos santosa...@gmail.commailto:santosa...@gmail.com
2012/10/11 Mike Burns mbu...@redhat.commailto:mbu...@redhat.com
On Thu, 2012-10-11 at 11:12 +0100, Alexandre Santos wrote:
 Hi,
 yesterday I tried the new oVirt Node 2.5.3. I tried installing it
 without the quiet flag but no luck. It hanged again and the kernel
 didn't show any error on console (tty2).
 Later will test without the rhgh flag.
Default options? TUI install? Hardware? UEFI or legacy bios?

I always choose the troubleshooting option and then do an install with basic 
video. The only thing I changed from the default kernel boot line was the quiet 
flag.

Yes, TUI.

Hardware: this is an old MSI P35Neo MB with 4 GB RAM and a Xeon 3040. The SATA 
disk is connected to the onboard controller. The same problem occurred with an 
IDE HDD.

Without rhgb and quiet no luck at all. Tomorrow will try with a SATA PCI Card 
with a Sil chip.




 Alex

 BTW, now the hostname works on 2.5.3 :-) The network configuration is
 still tricky... sometimes I have an Apply sometimes only a Back
 choice.
I *think* this is a feature of being registered to ovirt-engine.  Once
you are registered, you can't change the network through the TUI
anymore.

If you're not registered with Engine, please elaborate a bit and I'll
try to figure out what is going on.

What you're saying makes sense. The problem I had was that my node was booting 
with DHCP and the IP changed. When I got to the engine / web administrator, my 
Host was not detected and I couldn't change it's IP, only the hostname... On 
the TUI I can't change the IP because I'm registered but can't change it also 
on the engine. Is this correct?

Mike


 2012/10/9 Alexandre Santos santosa...@gmail.commailto:santosa...@gmail.com
 It's working now :-)

 Thanks a lot all!

 Alex

 P.S. I haven't tried installing it on my SATA disk because I
 have there a Local Node already running but I'm going to try
 again on another one to see if I can send to you the error
 log.


 2012/10/8 Mike Burns mbu...@redhat.commailto:mbu...@redhat.com
 On Mon, 2012-10-08 at 09:54 +0100, Alexandre Santos
 wrote:
 
 
  2012/10/8 Fabian Deutsch 
 fabi...@redhat.commailto:fabi...@redhat.com
  Am Montag, den 08.10.2012, 09:24 +0100
 schrieb Alexandre
  Santos:
   2012/10/8 Fabian Deutsch
 fabi...@redhat.commailto:fabi...@redhat.com
   Hey,
  
   Am Sonntag, den 07.10.2012, 15:29
 +0100 schrieb
  Alexandre
   Santos:
Hi,
I'm trying to install the
 ovirt-node iso image on
  a SATA
   disk and when
it gets to the screen where it
 shows 25% completed
  the
   kernel hangs. I
can't connect using a serial
 console to see what
  has
   happened. If I
reboot using a usb linux disk I
 see that the SATA
  disk has
   been
formated and the partitions that
 existed before
  disappeared,
   being
there just one partition of type
 ee
  
  
   Is there any error displayed when
 kernel hangs at
  

Re: [Users] ovirt-node install hangs

2012-11-27 Thread Alexandre Santos
2012/11/27 Vincent Miszczak vmiszc...@ankama.com

 Hi,

 ** **

 I have the exact same problems with the latest 2.5.5-0.1.

 ** **

 **1.   **I’m unable to install from USB stick because after
 installation, the system does not find it’s root volume.

 **2.   **Using a CDROM, the installation hangs. First time it hanged
 at 75%. Second time I tried, it hanged at 25%. No message at all, but
 keyboard is responsive (lock num, console switch).

 ** **

 I could try to do some debug for you. Having the root account used during
 the installation would help. What is it?

 ** **

 With the CDROM installation, I’ve tried with 2 different hard drives and
 the server was running fine with its previous OS, so no hardware issue here.
 

 I was running the installation on a Poweredge 1950 server.

 ** **

 Vince

 ** **

 *De :* users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *De la
 part de* Alexandre Santos
 *Envoyé :* jeudi 11 octobre 2012 22:57
 *À :* Mike Burns
 *Cc :* users@ovirt.org
 *Objet :* Re: [Users] ovirt-node install hangs

 ** **

 ** **

 2012/10/11 Alexandre Santos santosa...@gmail.com

 2012/10/11 Mike Burns mbu...@redhat.com

 On Thu, 2012-10-11 at 11:12 +0100, Alexandre Santos wrote:
  Hi,
  yesterday I tried the new oVirt Node 2.5.3. I tried installing it
  without the quiet flag but no luck. It hanged again and the kernel
  didn't show any error on console (tty2).
  Later will test without the rhgh flag.

 Default options? TUI install? Hardware? UEFI or legacy bios?


 I always choose the troubleshooting option and then do an install with
 basic video. The only thing I changed from the default kernel boot line was
 the quiet flag.

 Yes, TUI.

 Hardware: this is an old MSI P35Neo MB with 4 GB RAM and a Xeon 3040. The
 SATA disk is connected to the onboard controller. The same problem occurred
 with an IDE HDD.


 Without rhgb and quiet no luck at all. Tomorrow will try with a SATA PCI
 Card with a Sil chip.
  

  


 
  Alex
 
  BTW, now the hostname works on 2.5.3 :-) The network configuration is
  still tricky... sometimes I have an Apply sometimes only a Back
  choice.

 I *think* this is a feature of being registered to ovirt-engine.  Once
 you are registered, you can't change the network through the TUI
 anymore.

 If you're not registered with Engine, please elaborate a bit and I'll
 try to figure out what is going on.


 What you're saying makes sense. The problem I had was that my node was
 booting with DHCP and the IP changed. When I got to the engine / web
 administrator, my Host was not detected and I couldn't change it's IP, only
 the hostname... On the TUI I can't change the IP because I'm registered but
 can't change it also on the engine. Is this correct? 


 Mike


 
  2012/10/9 Alexandre Santos santosa...@gmail.com
  It's working now :-)
 
  Thanks a lot all!
 
  Alex
 
  P.S. I haven't tried installing it on my SATA disk because I
  have there a Local Node already running but I'm going to try
  again on another one to see if I can send to you the error
  log.
 
 
  2012/10/8 Mike Burns mbu...@redhat.com
  On Mon, 2012-10-08 at 09:54 +0100, Alexandre Santos
  wrote:
  
  
   2012/10/8 Fabian Deutsch fabi...@redhat.com
   Am Montag, den 08.10.2012, 09:24 +0100
  schrieb Alexandre
   Santos:
2012/10/8 Fabian Deutsch
  fabi...@redhat.com
Hey,
   
Am Sonntag, den 07.10.2012, 15:29
  +0100 schrieb
   Alexandre
Santos:
 Hi,
 I'm trying to install the
  ovirt-node iso image on
   a SATA
disk and when
 it gets to the screen where it
  shows 25% completed
   the
kernel hangs. I
 can't connect using a serial
  console to see what
   has
happened. If I
 reboot using a usb linux disk I
  see that the SATA
   disk has
been
 formated and the partitions that
  existed before
   disappeared,
being
 there just one partition of type
  ee
  

Re: [Users] Unable to access remote console in User portal from IE/Windows7

2012-11-27 Thread Itamar Heim

On 11/27/2012 11:53 AM, nasir nasir wrote:

Hi All,

I have been experimenting with Ovirt 3.1 and so far most of the things
work. Many thanks indeed for this great free software! Now I am facing
an issue for accessing the remote console in User Portal from windows 7
client using IE9. I am able to login to the User Portal and access the
VM using the console button from Linux. But while I try the same from a
windows 7 machine, it is NOT working. When I click on the console
button, it doesn't pop any window or show anything. Some of the docs I
read says that for the first time, I would be greeted with an ActiveX
warning and can install the same to get the console. But I didnt get
anything of that kind. So my questions to you all are,

-- Is User Portal and Console supported on Windows platform ?
-- If supported, is there anything  needed to be installed on the
Windows machine from which I am trying to access the User Portal ?( I
did install spice-guest-tools-0.exe on both VM and the Windows machine I
am trying to access the User Portal)
-- If not supported, what is the recommended way of accessing VMs from
windows clients ? I understand that the firefox spice-xpi plugin is only
for Linux.

Relevant info,

--OS : CentOS 6.3 64 bit
-- ovirt-engine-setup-plugin-allinone-3.1.0-3.28.el6.noarch.rpm
(Actually I used the repo from http://www.dreyou.org/ovirt/ , )
-- Client from which I am trying to access: Windows 7 (32bit), IE 9

Any reply would be highly appreciated and I would be more than happy to
send any further details if needed. I searched a lot for any relevant
docs for the same but could not find anything.

Thanks and regards,
Nasir



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



http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_With_Portal

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


[Users] How to attach virtualized Gluster cluster?

2012-11-27 Thread Peter Styk
Any chance there is a way to get this to work?

 2 x F16 nodes bare metal
 engine and gluster 4 node virtualized in vmware esxi

engine ok
2x node ok
gluster stand alone setup ok

problem:
Can't attach my stand-alone gluster cluster. Since I'm not using
virtualized gluster bricks to run virtual machines why can't I use it as
storage only?

intuition takes me here:
Cluster #1 [Bare_Metal] Enable Ovirt Service [yes]  Enable Gluster Service
[no]
[shows Hosts and VMs]

Cluster #2 [Virtualized] Enable Ovirt Service [no]  Enable Gluster Service
[yes]
[shows Hosts and Volumes]

Have tried this several Times as full gluster working setup, empty nodes
and oVirt agent nodes. No luck.

Any pointers would be appreciated.

Best,
Peter






Any indication or pointer on how to mount gluster cluster as the only
storage for ovirt would be of great help.

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


Re: [Users] XP Guest Sound issue - FIXED

2012-11-27 Thread Baldwin, John
I re-created the Centos 6.3 64-bit oVirt engine using the following repo URL 
locations which points to the latest versions
In the dreyou.org repo

baseurl=http://www.dreyou.org/ovirt/vdsm/
baseurl=http://www.dreyou.org/ovirt/ovirt-engine/

Using those repo file locations the  oVirt Engine /  backend  3.1.0-3.26.el6 
was installed
That had a build date of  Fri 26 Oct 2012 06:54:09 AM EDT.  That was current 
enough to contain the bug fix.

The sound is working fine now. The Guest XP sound device is listed as Intel(r) 
82801 AC'97 Audio Controller.

Thanks again for pointing out the bug!

John Baldwin - Sr. UNIX Systems Administrator

-Original Message-
From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Baldwin, John
Sent: Monday, November 19, 2012 3:05 PM
To: Andrew Cathrow
Cc: users@ovirt.org
Subject: Re: [Users] XP Guest Sound issue

I looked into the bug at http://gerrit.ovirt.org/#/c/7451/   
That is exactly the problem I am having.   The rpm I am using is: 

ovirt-engine-backend-3.1.0-3.19.el6.noarch

Version : 3.1.0
Release : 3.19.el6
Build Date: Wed 15 Aug 2012 11:11:42 AM EDT Build Host: centos64-ov Source RPM: 
ovirt-engine-3.1.0-3.19.el6.src.rpm

The fix for the bug which was simply a typo in the soundcard device name use in 
the ovirt backend engine   (name corrected from act97 to ac97).  
The fix was submitted Aug 23 and  approved Aug 26 after the build date of the 
file I am using.   

I will simply wait for the next update to be present in the Centos6 oVirt repo 
at http://www1.dreyou.org/ovirt/ovirt-engine31/

Thanks for the response Andrew and Itamar

John Baldwin - Sr. UNIX Systems Administrator john.bald...@baycare.org


-Original Message-
From: Andrew Cathrow [mailto:acath...@redhat.com]
Sent: Monday, November 19, 2012 2:25 PM
To: Baldwin, John
Cc: users@ovirt.org; Itamar Heim
Subject: Re: [Users] XP Guest Sound issue



- Original Message -
 From: John Baldwin john.bald...@baycare.org
 To: Andrew Cathrow acath...@redhat.com, Itamar Heim 
 ih...@redhat.com
 Cc: users@ovirt.org
 Sent: Monday, November 19, 2012 2:17:20 PM
 Subject: RE: [Users] XP Guest Sound issue
 
 Looking at the qemu process for that XP VM this is what is listed as 
 the sound device:  -device intel-hda,id=sound0,bus=pci.0,addr=0x4
 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0
 
 This probably coincides that the listed Audio device  is the Audio 
 Device on High Definition Audio Bus.
 
  I guess the qemu line should be showing a sound device as ac97 and  
 NOT intel-hda??

that's right - you should see ac97.

Looks like the issue was fixed here http://gerrit.ovirt.org/#/c/7451/




 
 John Baldwin - Sr. UNIX Systems Administrator
 
 
 -Original Message-
 From: Andrew Cathrow [mailto:acath...@redhat.com]
 Sent: Monday, November 19, 2012 1:11 PM
 To: Itamar Heim
 Cc: users@ovirt.org; Baldwin, John
 Subject: Re: [Users] XP Guest Sound issue
 
 
 
 - Original Message -
  From: Itamar Heim ih...@redhat.com
  To: John Baldwin john.bald...@baycare.org
  Cc: users@ovirt.org
  Sent: Monday, November 19, 2012 11:31:41 AM
  Subject: Re: [Users] XP Guest Sound issue
  
  On 11/19/2012 06:12 PM, Baldwin, John wrote:
   This XP VM I having the sound issue with was created as a Desktop.
  
  you can:
  less /var/log/vdsm/vdsm.log
 
 or /var/log/libvirt/qemu/vm-name.log
 
  and look for xml version to see the xml passed
  
  
   John Baldwin - Sr. UNIX Systems Administrator
  
   -Original Message-
   From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On 
   Behalf Of Baldwin, John
   Sent: Monday, November 19, 2012 9:48 AM
   To: Itamar Heim
   Cc: users@ovirt.org
   Subject: Re: [Users] XP Guest Sound issue
  
   Is there a debug and/or log that can be used to see what sound 
   device is actually being created for the XP guest desktop VM that 
   is having the sound issue?
  
   John Baldwin - Sr. UNIX Systems Administrator
  
   -Original Message-
   From: Itamar Heim [mailto:ih...@redhat.com]
   Sent: Sunday, November 18, 2012 5:03 AM
   To: Baldwin, John
   Cc: Andrew Cathrow; users@ovirt.org
   Subject: Re: [Users] XP Guest Sound issue
  
   On 11/16/2012 09:48 PM, Baldwin, John wrote:
   Here is the output of that command:
  
   engine=# select * from vdc_options where 
   option_name='DesktopAudioDeviceType';
  option_id |  option_name   |
  option_value
  |
  version
   ---++--+-
 54 | DesktopAudioDeviceType | default,ac97

|
 2.2
 55 | DesktopAudioDeviceType |

Re: [Users] Unable to access remote console in User portal from IE/Windows7

2012-11-27 Thread Karli Sjöberg

27 nov 2012 kl. 20.30 skrev Itamar Heim:

 On 11/27/2012 11:53 AM, nasir nasir wrote:
 Hi All,
 
 I have been experimenting with Ovirt 3.1 and so far most of the things
 work. Many thanks indeed for this great free software! Now I am facing
 an issue for accessing the remote console in User Portal from windows 7
 client using IE9. I am able to login to the User Portal and access the
 VM using the console button from Linux. But while I try the same from a
 windows 7 machine, it is NOT working. When I click on the console
 button, it doesn't pop any window or show anything. Some of the docs I
 read says that for the first time, I would be greeted with an ActiveX
 warning and can install the same to get the console. But I didnt get
 anything of that kind. So my questions to you all are,
 
 -- Is User Portal and Console supported on Windows platform ?
 -- If supported, is there anything  needed to be installed on the
 Windows machine from which I am trying to access the User Portal ?( I
 did install spice-guest-tools-0.exe on both VM and the Windows machine I
 am trying to access the User Portal)
 -- If not supported, what is the recommended way of accessing VMs from
 windows clients ? I understand that the firefox spice-xpi plugin is only
 for Linux.
 
 Relevant info,
 
 --OS : CentOS 6.3 64 bit
 -- ovirt-engine-setup-plugin-allinone-3.1.0-3.28.el6.noarch.rpm
 (Actually I used the repo from http://www.dreyou.org/ovirt/ , )
 -- Client from which I am trying to access: Windows 7 (32bit), IE 9
 
 Any reply would be highly appreciated and I would be more than happy to
 send any further details if needed. I searched a lot for any relevant
 docs for the same but could not find anything.
 
 Thanks and regards,
 Nasir
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_With_Portal

Too bad there´s still the bug in UserPortal that forgets to pass on the address 
to which the console should connect, so it won´t work any way...

/Karli

 
 ___
 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