Re: [Users] Related to extend disk size of existing virtual machine !

2012-11-21 Thread Michael Pasternak
On 11/21/2012 08:19 AM, Romil Gupta wrote:
 Hello,
 
 To add a disk to VM we use the following :
 
 api.vms.get(VM_NAME).disks.add(params.Disk(storage_domains=params.StorageDomains(storage_domain=[api.storagedomains.get(STORAGE_NAME)]),
size=512*MB,
# type_='system', - disk 
 type is deprecated
status=None,
interface='virtio',
format='cow',
sparse=True,
bootable=True))
 
 but the type_ attribute is deprecated , so I got the following exception :
 
 Failed to add disk
 
 status: 400
 reason: Bad Request
 detail: Cannot add Virtual Machine Disk. Disk 1 already marked as system
 
 Now , if I try giving disk_type='Data' on GUI of RHEVM  then it will be added 
 to VM.
 
 
 I want to know from which ovirt-sdk version you have deprecated attribute 
 disk_type ?
 
 I am currently using  ovirt-engine-sdk-3.1.0.3-1.el6.noarch.rpm  and I didn't 
 find type_ attribute using this rpm !

deprecated != removed, we had a bug in version that you're using, it was fixed
in one of the following releases, please upgrade to latest sdk.

 
 How I can extend the disk size of a existing VM in RHEVM ?
 
 Help me !
 
 
 
 
 Regards ,
 Romil Gupta
 
 


-- 

Michael Pasternak
RedHat, ENG-Virtualization RD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt agent for Ubuntu

2012-11-21 Thread Itamar Heim

On 11/21/2012 12:20 AM, Alexandre Santos wrote:

Hi all,
I've read on the wiki that there is an effort to build oVirt on Ubuntu
but my question is if is there an effort just for the agent. I would
like to have my ubuntu servers also running it :-)


plan is to cover guests, engine and hosts.
help is welcome
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Related to extend disk size of existing virtual machine !

2012-11-21 Thread Michael Pasternak

Romil,

On 11/21/2012 09:17 AM, Romil Gupta wrote:
 I m using RHEM 3.0 as a GUI and ovirt-engine-sdk-3.1.0.3-1.el6.noarch.rpmfor 
 writting python script !
 
 I have one existing VM in RHEVM3.0 that I have created using Template( memory 
 2GB , virtual disk = 10 GB ) in RHEVM 3.0
 Now , I want to increase the virtual disk size upto 60 GB of VM .
 How I can do that ???

Not sure it's supported, Ayal?

 
 
 Regards,
 Romil 
 
 
 
 On Wed, Nov 21, 2012 at 12:02 PM, Oved Ourfalli ov...@redhat.com 
 mailto:ov...@redhat.com wrote:
 
 
 
 - Original Message -
  From: Romil Gupta romilgupt...@gmail.com 
 mailto:romilgupt...@gmail.com
  To: users@ovirt.org mailto:users@ovirt.org, Michael Pasternak 
 mpast...@redhat.com mailto:mpast...@redhat.com, Eli Mesika 
 emes...@redhat.com
 mailto:emes...@redhat.com
  Sent: Wednesday, November 21, 2012 8:19:25 AM
  Subject: [Users] Related to extend disk size of existing virtual 
 machine !
 
 
  Hello,
 
 
  To add a disk to VM we use the following :
 
 
  
 api.vms.get(VM_NAME).disks.add(params.Disk(storage_domains=params.StorageDomains(storage_domain=[api.storagedomains.get(STORAGE_NAME)]),
 size=512*MB, #
 type_='system', -
 disk type is
 deprecated
 status=None,
 interface='virtio',
 format='cow',
 sparse=True,
 bootable=True))
 
  but the type_ attribute is deprecated , so I got the following
  exception :
 
 
 
  Failed to add disk
 
 
  status: 400
  reason: Bad Request
  detail: Cannot add Virtual Machine Disk. Disk 1 already marked as
  system
 
 
  Now , if I try giving disk_type='Data' on GUI of RHEVM then it will
  be added to VM.
 
 
 
 
  I want to know from which ovirt-sdk version you have deprecated
  attribute disk_type ?
 
 According to the changelog, it was done in 3.1.0.3-1.
 
 * Mon Jun 25 2012 Michael Pasternak mpast...@redhat.com 
 mailto:mpast...@redhat.com - 3.1.0.3-1
 ...
 - to Disk type added provisioned_size property and removed /type/ (not 
 supported in 3.1)
 ...
 
 What's the ovirt engine version you're working with?
 
 
 
  I am currently using ovirt-engine-sdk-3.1.0.3-1.el6.noarch.rpm and I
  didn't find type_ attribute using this rpm !
 
 
  How I can extend the disk size of a existing VM in RHEVM ?
 
 There is currently no way to extend an existing disk.
 
 
  Help me !
 
 
 
 
 
 
 
 
  Regards ,
  Romil Gupta
 
 
 
  ___
  Users mailing list
  Users@ovirt.org mailto:Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 
 
 -- 
 I don't wish to be everything to everyone, but I would like to be something 
 to someone.


-- 

Michael Pasternak
RedHat, ENG-Virtualization RD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Related to extend disk size of existing virtual machine !

2012-11-21 Thread Michael Pasternak
On 11/21/2012 09:21 AM, Oved Ourfalli wrote:
 
 - Original Message -
  From: Romil Gupta romilgupt...@gmail.com
  To: Oved Ourfalli ov...@redhat.com
  Cc: users@ovirt.org
  Sent: Wednesday, November 21, 2012 9:17:31 AM
  Subject: Re: [Users] Related to extend disk size of existing virtual 
  machine   !
  
  
  I m using RHEM 3.0 as a GUI and ovirt-engine-sdk-3.1.0.3-1.
  el6.noarch.rpm for writting python script !
  
  
  I have one existing VM in RHEVM3.0 that I have created using
  Template( memory 2GB , virtual disk = 10 GB ) in RHEVM 3.0
  Now , I want to increase the virtual disk size upto 60 GB of VM .
  How I can do that ???
  
 Due to the fact you're working with an older engine version, I'd suggest you 
 install an older version of the ovirt-sdk RPM, that still contains this 
 argument, and then you'll hopefully be able to add another disk.
 

all versions of sdk should be backward compatible, .3 had bug (absence of 
'type' attribute in api)

-- 

Michael Pasternak
RedHat, ENG-Virtualization RD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt agent for Ubuntu

2012-11-21 Thread Alexandre Santos
Hi Itamar,
I'll try to help then with a version for agent. Who is the best person to
talk to?

Alex

2012/11/21 Itamar Heim ih...@redhat.com

 On 11/21/2012 12:20 AM, Alexandre Santos wrote:

 Hi all,
 I've read on the wiki that there is an effort to build oVirt on Ubuntu
 but my question is if is there an effort just for the agent. I would
 like to have my ubuntu servers also running it :-)


 plan is to cover guests, engine and hosts.
 help is welcome

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


Re: [Users] oVirt agent for Ubuntu

2012-11-21 Thread Itamar Heim

On 11/21/2012 11:47 AM, Alexandre Santos wrote:

Hi Itamar,
I'll try to help then with a version for agent. Who is the best person
to talk to?


I think Vinzenz is working on it now



Alex

2012/11/21 Itamar Heim ih...@redhat.com mailto:ih...@redhat.com

On 11/21/2012 12:20 AM, Alexandre Santos wrote:

Hi all,
I've read on the wiki that there is an effort to build oVirt on
Ubuntu
but my question is if is there an effort just for the agent. I would
like to have my ubuntu servers also running it :-)


plan is to cover guests, engine and hosts.
help is welcome





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


Re: [Users] oVirt agent for Ubuntu

2012-11-21 Thread Vinzenz Feenstra

Hi,

On 11/21/2012 10:48 AM, Itamar Heim wrote:

On 11/21/2012 11:47 AM, Alexandre Santos wrote:

Hi Itamar,
I'll try to help then with a version for agent. Who is the best person
to talk to?


I think Vinzenz is working on it now


Yes, I have this currently in my queue current of tasks.

To simplify the the overview of the status, I have created a new page on 
the ovirt wiki:

http://wiki.ovirt.org/wiki/Ubuntu/GuestAgent

What would be really helpful is if you know how to package for debian. I 
have never done this so far. And it would be a good start, to have the 
packaging working already


Thanks.




Alex

2012/11/21 Itamar Heim ih...@redhat.com mailto:ih...@redhat.com

On 11/21/2012 12:20 AM, Alexandre Santos wrote:

Hi all,
I've read on the wiki that there is an effort to build oVirt on
Ubuntu
but my question is if is there an effort just for the agent. 
I would

like to have my ubuntu servers also running it


plan is to cover guests, engine and hosts.
help is welcome








--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

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


[Users] ovirt-sdk 3.2.0.5 released

2012-11-21 Thread Michael Pasternak

For more details see [1].

[1] http://wiki.ovirt.org/wiki/SDK#Change_Log


-- 

Michael Pasternak
RedHat, ENG-Virtualization RD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Ovirt Node :: Nested virtualization

2012-11-21 Thread Pavia Daniele
Hello everybody,
I'm trying to enable nested virtualization on a physical ovirt node v2.5.5. 
What I want is to run L1 ovirt guest vms that expose intel's vmx feature. I've 
enabled nested virtualization via kvm-intel nested=1 on my physical node, yet, 
when I create and run a guest vm on that node, there's no vmx extension/feature 
on the virtualized cpu. I've also fiddled a bit with the vdc_options table, 
ServerCPUList option, to no avail. I just need to tell ovirt to add the vmx 
extension to the virtualized cpu features when it creates a guest, is there a 
way to do this?

In libvirt terms:

 cpu match='exact'
  modelPenryn/model
  vendorIntel/vendor
  feature policy='require' name='vmx'/
 /cpu
Thanks,
Daniele Pavia

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


[Users] help me validate my design

2012-11-21 Thread Jonathan Horne
I like to give a brief description of what I'm taking to production here in a 
couple weeks, and I like some opinions if this is a valid design, as well as id 
love to hear some anecdotal evidence of similar deployments as well.

My nodes will be 8 dell M620s with 96GB ram and dual 10core intel processors.  
As they are in M1000 chassis, I will be using fabric A for ovirtmgmt network 
and the fabA interfaces will be a bond mode1.  Fabric A is a pair of cisco 
3130s, and the stacking cables were not used by previous admin and are long 
lost (thus, the mode1 for ovirtmgmt).  The fabric B will be dual port broadcom 
mezzanine cards into powerconnect 6348s that will be stacked.  My fabB will be 
used for iscsi traffic that will be on a equalogic iscsi SAN, and node 
interfaces will be a mode4.

Regular network traffic for both nodes and Vm's will go thru ovirtmgmt, and 
iscsi traffic will be isolated on the dedicated 6348 switches.  Some Vms will 
have interfaces for iscsi, as they will have their own dedicated luns on the EQ 
SAN for their own data.

Am in on a valid track here?

Thanks for your opinions,
jonathan


This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] help me validate my design

2012-11-21 Thread Doron Fediuck
- Original Message -

 From: Jonathan Horne jho...@skopos.us
 To: users@ovirt.org
 Sent: Wednesday, November 21, 2012 6:01:46 PM
 Subject: [Users] help me validate my design

 I like to give a brief description of what I'm taking to production
 here in a couple weeks, and I like some opinions if this is a valid
 design, as well as id love to hear some anecdotal evidence of
 similar deployments as well.

 My nodes will be 8 dell M620s with 96GB ram and dual 10core intel
 processors. As they are in M1000 chassis, I will be using fabric A
 for ovirtmgmt network and the fabA interfaces will be a bond mode1.
 Fabric A is a pair of cisco 3130s, and the stacking cables were not
 used by previous admin and are long lost (thus, the mode1 for
 ovirtmgmt). The fabric B will be dual port broadcom mezzanine cards
 into powerconnect 6348s that will be stacked. My fabB will be used
 for iscsi traffic that will be on a equalogic iscsi SAN, and node
 interfaces will be a mode4.

 Regular network traffic for both nodes and Vm's will go thru
 ovirtmgmt, and iscsi traffic will be isolated on the dedicated 6348
 switches. Some Vms will have interfaces for iscsi, as they will have
 their own dedicated luns on the EQ SAN for their own data.

 Am in on a valid track here?

 Thanks for your opinions,
 jonathan

 This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.
 ___

Hi Jomathan, 
I think it'll be easier to relate to specific performance areas, which usually 
come up later in the process. 

Try organizing your setup based on the following areas; 

1. Network design 
- What connect where , which networks will you have? 
- Capacity planning 
- Special considerations (VLANs, etc). 

2. Storage design 
- What connect where, and how: iscsi, nfs, FC, etc. 
- Capacity planning 

3. Management server 
- Fedora? 
- CPU 
- RAM 
- Networking 
- Will it include other Apps? 

4. Hosts 
- Fedora or ovirt-nodes? 
- CPU 
- RAM 
- Networking 
- Capacity plan 
- Fencing? 

Based on the above it'll be easier to see if we can expect issues. 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] I don't know how to add AD users

2012-11-21 Thread Itamar Heim

On 11/21/2012 10:58 PM, Cristian Falcas wrote:




...


I'm glad to help. Can someone help me with an account?




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


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Juan Hernandez
On 11/21/2012 09:37 PM, Cristian Falcas wrote:
 Hi,
 
 After a fresh install, those folders are missing:
 
 /var/lib/ovirt-engine/content
 /var/lib/ovirt-engine/deployments

Yes Cristian, that is a problem we are aware of. We introduced that
error in a attempt to fix bug 876164. The fix will be merged soon:

http://gerrit.ovirt.org/9369

Meanwhile the workaround is to manually create those directories and
make sure they are owned by the ovirt user and the ovirt group:

mkdir -p /var/lib/ovirt-engine/content
chown ovirt:ovirt /var/lib/ovirt-engine/content
mkdir -p /var/lib/ovirt-engine/deployments
chown ovirt:ovirt /var/lib/ovirt-engine/deployments

The other error messages that you see are not relevant, I think you can
ignore them.

 
 After that the engine starts, but can't go to the https page of
 administrator or user portal. Relevant errors in log:
 
 2012-11-21 22:29:52,448 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service
 thread 1-3) Failed to decrypt Data must start with zero
 2012-11-21 22:29:52,576 ERROR
 [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service
 thread 1-3) Failed to decrypt value for property TruststorePass will be
 used encrypted value
 2012-11-21 22:29:52,640 ERROR
 [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service
 thread 1-3) Could not parse option AutoRecoveryAllowedTypes value.
 
 Can someone help me with those errors? I tried using the
 ovirt-engine-setup from the last 3 days, but the result is the same each
 time.
 
 Other warnings:
 
 2012-11-21 22:29:46,375 WARN 
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
 Could not find enum value for option: CbcCheckOnVdsChange
 2012-11-21 22:29:46,411 WARN 
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
 Could not find enum value for option: CAEngineKey
 2012-11-21 22:29:46,444 WARN 
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
 Could not find enum value for option: MinimalETLVersion
 2012-11-21 22:29:49,287 WARN 
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
 Could not find enum value for option: ScriptsPath
 2012-11-21 22:29:49,292 WARN 
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
 Could not find enum value for option: SQLServerI18NPrefix
 2012-11-21 22:29:52,650 WARN 
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
 Could not find enum value for option: ENGINEEARLib
 
 Attached the engine-setup.log
 
 Best regards,
 Cristian falcas

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez jhern...@redhat.comwrote:

 On 11/21/2012 09:37 PM, Cristian Falcas wrote:
  Hi,
 
  After a fresh install, those folders are missing:
 
  /var/lib/ovirt-engine/content
  /var/lib/ovirt-engine/deployments

 Yes Cristian, that is a problem we are aware of. We introduced that
 error in a attempt to fix bug 876164. The fix will be merged soon:

 http://gerrit.ovirt.org/9369

 Meanwhile the workaround is to manually create those directories and
 make sure they are owned by the ovirt user and the ovirt group:

 mkdir -p /var/lib/ovirt-engine/content
 chown ovirt:ovirt /var/lib/ovirt-engine/content
 mkdir -p /var/lib/ovirt-engine/deployments
 chown ovirt:ovirt /var/lib/ovirt-engine/deployments

 The other error messages that you see are not relevant, I think you can
 ignore them.

 
  After that the engine starts, but can't go to the https page of
  administrator or user portal. Relevant errors in log:
 
  2012-11-21 22:29:52,448 ERROR
  [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service
  thread 1-3) Failed to decrypt Data must start with zero
  2012-11-21 22:29:52,576 ERROR
  [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service
  thread 1-3) Failed to decrypt value for property TruststorePass will be
  used encrypted value
  2012-11-21 22:29:52,640 ERROR
  [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service
  thread 1-3) Could not parse option AutoRecoveryAllowedTypes value.
 
  Can someone help me with those errors? I tried using the
  ovirt-engine-setup from the last 3 days, but the result is the same each
  time.
 
  Other warnings:
 
  2012-11-21 22:29:46,375 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: CbcCheckOnVdsChange
  2012-11-21 22:29:46,411 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: CAEngineKey
  2012-11-21 22:29:46,444 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: MinimalETLVersion
  2012-11-21 22:29:49,287 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: ScriptsPath
  2012-11-21 22:29:49,292 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: SQLServerI18NPrefix
  2012-11-21 22:29:52,650 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: ENGINEEARLib
 
  Attached the engine-setup.log
 
  Best regards,
  Cristian falcas

 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.



Unfortunately, the all https pages are not responding and I thought that
the cause is from the ERRORs from the logs.

Doing a netstat only shows the http port (8700) being opened.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Juan Hernandez
On 11/21/2012 10:50 PM, Cristian Falcas wrote:
 
 
 
 On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez jhern...@redhat.com
 mailto:jhern...@redhat.com wrote:
 
 On 11/21/2012 09:37 PM, Cristian Falcas wrote:
  Hi,
 
  After a fresh install, those folders are missing:
 
  /var/lib/ovirt-engine/content
  /var/lib/ovirt-engine/deployments
 
 Yes Cristian, that is a problem we are aware of. We introduced that
 error in a attempt to fix bug 876164. The fix will be merged soon:
 
 http://gerrit.ovirt.org/9369
 
 Meanwhile the workaround is to manually create those directories and
 make sure they are owned by the ovirt user and the ovirt group:
 
 mkdir -p /var/lib/ovirt-engine/content
 chown ovirt:ovirt /var/lib/ovirt-engine/content
 mkdir -p /var/lib/ovirt-engine/deployments
 chown ovirt:ovirt /var/lib/ovirt-engine/deployments
 
 The other error messages that you see are not relevant, I think you can
 ignore them.
 
 
  After that the engine starts, but can't go to the https page of
  administrator or user portal. Relevant errors in log:
 
  2012-11-21 22:29:52,448 ERROR
  [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC
 service
  thread 1-3) Failed to decrypt Data must start with zero
  2012-11-21 22:29:52,576 ERROR
  [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
 service
  thread 1-3) Failed to decrypt value for property TruststorePass
 will be
  used encrypted value
  2012-11-21 22:29:52,640 ERROR
  [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
 service
  thread 1-3) Could not parse option AutoRecoveryAllowedTypes value.
 
  Can someone help me with those errors? I tried using the
  ovirt-engine-setup from the last 3 days, but the result is the
 same each
  time.
 
  Other warnings:
 
  2012-11-21 22:29:46,375 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: CbcCheckOnVdsChange
  2012-11-21 22:29:46,411 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: CAEngineKey
  2012-11-21 22:29:46,444 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: MinimalETLVersion
  2012-11-21 22:29:49,287 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: ScriptsPath
  2012-11-21 22:29:49,292 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: SQLServerI18NPrefix
  2012-11-21 22:29:52,650 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)
  Could not find enum value for option: ENGINEEARLib
 
  Attached the engine-setup.log
 
  Best regards,
  Cristian falcas 
 
 Unfortunately, the all https pages are not responding and I thought that
 the cause is from the ERRORs from the logs.
 
 Doing a netstat only shows the http port (8700) being opened.
 

Is that after the workaround that I suggested and restarting the engine?
Remember to create both directories and change the ownership to ovirt:ovirt.

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez jhern...@redhat.comwrote:

 On 11/21/2012 10:50 PM, Cristian Falcas wrote:
 
 
 
  On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez jhern...@redhat.com
  mailto:jhern...@redhat.com wrote:
 
  On 11/21/2012 09:37 PM, Cristian Falcas wrote:
   Hi,
  
   After a fresh install, those folders are missing:
  
   /var/lib/ovirt-engine/content
   /var/lib/ovirt-engine/deployments
 
  Yes Cristian, that is a problem we are aware of. We introduced that
  error in a attempt to fix bug 876164. The fix will be merged soon:
 
  http://gerrit.ovirt.org/9369
 
  Meanwhile the workaround is to manually create those directories and
  make sure they are owned by the ovirt user and the ovirt group:
 
  mkdir -p /var/lib/ovirt-engine/content
  chown ovirt:ovirt /var/lib/ovirt-engine/content
  mkdir -p /var/lib/ovirt-engine/deployments
  chown ovirt:ovirt /var/lib/ovirt-engine/deployments
 
  The other error messages that you see are not relevant, I think you
 can
  ignore them.
 
  
   After that the engine starts, but can't go to the https page of
   administrator or user portal. Relevant errors in log:
  
   2012-11-21 22:29:52,448 ERROR
   [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC
  service
   thread 1-3) Failed to decrypt Data must start with zero
   2012-11-21 22:29:52,576 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
  service
   thread 1-3) Failed to decrypt value for property TruststorePass
  will be
   used encrypted value
   2012-11-21 22:29:52,640 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
  service
   thread 1-3) Could not parse option AutoRecoveryAllowedTypes value.
  
   Can someone help me with those errors? I tried using the
   ovirt-engine-setup from the last 3 days, but the result is the
  same each
   time.
  
   Other warnings:
  
   2012-11-21 22:29:46,375 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
 1-3)
   Could not find enum value for option: CbcCheckOnVdsChange
   2012-11-21 22:29:46,411 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
 1-3)
   Could not find enum value for option: CAEngineKey
   2012-11-21 22:29:46,444 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
 1-3)
   Could not find enum value for option: MinimalETLVersion
   2012-11-21 22:29:49,287 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
 1-3)
   Could not find enum value for option: ScriptsPath
   2012-11-21 22:29:49,292 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
 1-3)
   Could not find enum value for option: SQLServerI18NPrefix
   2012-11-21 22:29:52,650 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
 1-3)
   Could not find enum value for option: ENGINEEARLib
  
   Attached the engine-setup.log
  
   Best regards,
   Cristian falcas
 
  Unfortunately, the all https pages are not responding and I thought that
  the cause is from the ERRORs from the logs.
 
  Doing a netstat only shows the http port (8700) being opened.
 

 Is that after the workaround that I suggested and restarting the engine?
 Remember to create both directories and change the ownership to
 ovirt:ovirt.

 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.



I created the directories and did a engine-cleanup/engine-setup.

engine-setup finished successfully, but there is still nobody listening on
the hrttps port
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Alon Bar-Lev


- Original Message -
 From: Cristian Falcas cristi.fal...@gmail.com
 To: Juan Hernandez jhern...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, November 22, 2012 12:17:31 AM
 Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
 
 On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
 jhern...@redhat.com  wrote:
 
 
 
 On 11/21/2012 10:50 PM, Cristian Falcas wrote:
  
  
  
  On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
  jhern...@redhat.com
 
 
  mailto: jhern...@redhat.com  wrote:
  
  On 11/21/2012 09:37 PM, Cristian Falcas wrote:
   Hi,
   
   After a fresh install, those folders are missing:
   
   /var/lib/ovirt-engine/content
   /var/lib/ovirt-engine/deployments
  
  Yes Cristian, that is a problem we are aware of. We introduced that
  error in a attempt to fix bug 876164. The fix will be merged soon:
  
  http://gerrit.ovirt.org/9369
  
  Meanwhile the workaround is to manually create those directories
  and
  make sure they are owned by the ovirt user and the ovirt group:
  
  mkdir -p /var/lib/ovirt-engine/content
  chown ovirt:ovirt /var/lib/ovirt-engine/content
  mkdir -p /var/lib/ovirt-engine/deployments
  chown ovirt:ovirt /var/lib/ovirt-engine/deployments
  
  The other error messages that you see are not relevant, I think you
  can
  ignore them.
  
   
   After that the engine starts, but can't go to the https page of
   administrator or user portal. Relevant errors in log:
   
   2012-11-21 22:29:52,448 ERROR
   [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC
  service
   thread 1-3) Failed to decrypt Data must start with zero
   2012-11-21 22:29:52,576 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
  service
   thread 1-3) Failed to decrypt value for property TruststorePass
  will be
   used encrypted value
   2012-11-21 22:29:52,640 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
  service
   thread 1-3) Could not parse option AutoRecoveryAllowedTypes
   value.
   
   Can someone help me with those errors? I tried using the
   ovirt-engine-setup from the last 3 days, but the result is the
  same each
   time.
   
   Other warnings:
   
   2012-11-21 22:29:46,375 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
   1-3)
   Could not find enum value for option: CbcCheckOnVdsChange
   2012-11-21 22:29:46,411 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
   1-3)
   Could not find enum value for option: CAEngineKey
   2012-11-21 22:29:46,444 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
   1-3)
   Could not find enum value for option: MinimalETLVersion
   2012-11-21 22:29:49,287 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
   1-3)
   Could not find enum value for option: ScriptsPath
   2012-11-21 22:29:49,292 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
   1-3)
   Could not find enum value for option: SQLServerI18NPrefix
   2012-11-21 22:29:52,650 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
   1-3)
   Could not find enum value for option: ENGINEEARLib
   
   Attached the engine-setup.log
   
   Best regards,
   Cristian falcas
  
 
  Unfortunately, the all https pages are not responding and I thought
  that
  the cause is from the ERRORs from the logs.
  
  Doing a netstat only shows the http port (8700) being opened.
  
 
 Is that after the workaround that I suggested and restarting the
 engine?
 Remember to create both directories and change the ownership to
 ovirt:ovirt.
 
 
 
 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
 S.L.
 
 
 I created the directories and did a engine-cleanup/engine-setup.
 
 engine-setup finished successfully, but there is still nobody
 listening on the hrttps port

Please check out if there is a java process, if there is kill it.
Then remove /var/run/ovirt-engine.pid if exists.
Then try service ovirt-engine start.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt Node :: Nested virtualization

2012-11-21 Thread Itamar Heim

On 11/21/2012 02:09 PM, Pavia Daniele wrote:

Hello everybody,
I'm trying to enable nested virtualization on a physical ovirt node
v2.5.5. What I want is to run L1 ovirt guest vms that expose intel's vmx
feature. I've enabled nested virtualization via |kvm-intel nested=1 on
my physical node, yet, when I create and run a guest vm on that node,
there's no vmx extension/feature on the virtualized cpu. I've also
fiddled a bit with the vdc_options table, ||ServerCPUList option, to no
avail. I just need to tell ovirt to add the vmx extension to the
virtualized cpu features when it creates a guest, is there a way to do this?

In libvirt terms:|

  cpu match='exact'
   modelPenryn/model
   vendorIntel/vendor
   feature policy='require' name='vmx'/
  /cpu

|Thanks|,
Daniele Pavia
||


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



this hook should cover all you need, but not considered a good practice 
to use hooks on ovirt-node today (mike, any change here)?

http://gerrit.ovirt.org/#/c/9225/

you can use a regular fedora as a host and deploy this hook as an rpm to 
it (using regular fedora is more flexible than ovirt node for some things)

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


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Juan Hernandez jhern...@redhat.com
  Cc: users@ovirt.org
  Sent: Thursday, November 22, 2012 12:17:31 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
 
  On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
  jhern...@redhat.com  wrote:
 
 
 
  On 11/21/2012 10:50 PM, Cristian Falcas wrote:
  
  
  
   On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
   jhern...@redhat.com
 
 
   mailto: jhern...@redhat.com  wrote:
  
   On 11/21/2012 09:37 PM, Cristian Falcas wrote:
Hi,
   
After a fresh install, those folders are missing:
   
/var/lib/ovirt-engine/content
/var/lib/ovirt-engine/deployments
  
   Yes Cristian, that is a problem we are aware of. We introduced that
   error in a attempt to fix bug 876164. The fix will be merged soon:
  
   http://gerrit.ovirt.org/9369
  
   Meanwhile the workaround is to manually create those directories
   and
   make sure they are owned by the ovirt user and the ovirt group:
  
   mkdir -p /var/lib/ovirt-engine/content
   chown ovirt:ovirt /var/lib/ovirt-engine/content
   mkdir -p /var/lib/ovirt-engine/deployments
   chown ovirt:ovirt /var/lib/ovirt-engine/deployments
  
   The other error messages that you see are not relevant, I think you
   can
   ignore them.
  
   
After that the engine starts, but can't go to the https page of
administrator or user portal. Relevant errors in log:
   
2012-11-21 22:29:52,448 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC
   service
thread 1-3) Failed to decrypt Data must start with zero
2012-11-21 22:29:52,576 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
   service
thread 1-3) Failed to decrypt value for property TruststorePass
   will be
used encrypted value
2012-11-21 22:29:52,640 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
   service
thread 1-3) Could not parse option AutoRecoveryAllowedTypes
value.
   
Can someone help me with those errors? I tried using the
ovirt-engine-setup from the last 3 days, but the result is the
   same each
time.
   
Other warnings:
   
2012-11-21 22:29:46,375 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
1-3)
Could not find enum value for option: CbcCheckOnVdsChange
2012-11-21 22:29:46,411 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
1-3)
Could not find enum value for option: CAEngineKey
2012-11-21 22:29:46,444 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
1-3)
Could not find enum value for option: MinimalETLVersion
2012-11-21 22:29:49,287 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
1-3)
Could not find enum value for option: ScriptsPath
2012-11-21 22:29:49,292 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
1-3)
Could not find enum value for option: SQLServerI18NPrefix
2012-11-21 22:29:52,650 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread
1-3)
Could not find enum value for option: ENGINEEARLib
   
Attached the engine-setup.log
   
Best regards,
Cristian falcas
  
 
   Unfortunately, the all https pages are not responding and I thought
   that
   the cause is from the ERRORs from the logs.
  
   Doing a netstat only shows the http port (8700) being opened.
  
 
  Is that after the workaround that I suggested and restarting the
  engine?
  Remember to create both directories and change the ownership to
  ovirt:ovirt.
 
 
 
  --
  Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
  3ºD, 28016 Madrid, Spain
  Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat
  S.L.
 
 
  I created the directories and did a engine-cleanup/engine-setup.
 
  engine-setup finished successfully, but there is still nobody
  listening on the hrttps port

 Please check out if there is a java process, if there is kill it.
 Then remove /var/run/ovirt-engine.pid if exists.
 Then try service ovirt-engine start.



same

Error from browsers:
Firefox:
The connection was reset
  The connection to the server was reset while the page was loading.

Chrome:
SSL connection error

Unable to make a secure connection to the server. This may be a problem
with the server, or it may be requiring a client authentication certificate
that you don't have.
Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.

I tried to make the certificates using localhost.localdomain and also the
fqdn of the machine.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Alon Bar-Lev


- Original Message -
 From: Cristian Falcas cristi.fal...@gmail.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
 Sent: Thursday, November 22, 2012 12:45:32 AM
 Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
 On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev  alo...@redhat.com 
 wrote:
 
 
 
 
 
 
 - Original Message -
  From: Cristian Falcas  cristi.fal...@gmail.com 
  To: Juan Hernandez  jhern...@redhat.com 
  Cc: users@ovirt.org
  Sent: Thursday, November 22, 2012 12:17:31 AM
  Subject: Re: [Users] missing dirs, other problems with latest
  nightly
  
  
  
  
  
  
  
  On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
  jhern...@redhat.com  wrote:
  
  
  
  On 11/21/2012 10:50 PM, Cristian Falcas wrote:
   
   
   
   On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
   jhern...@redhat.com
  
  
   mailto: jhern...@redhat.com  wrote:
   
   On 11/21/2012 09:37 PM, Cristian Falcas wrote:
Hi,

After a fresh install, those folders are missing:

/var/lib/ovirt-engine/content
/var/lib/ovirt-engine/deployments
   
   Yes Cristian, that is a problem we are aware of. We introduced
   that
   error in a attempt to fix bug 876164. The fix will be merged
   soon:
   
   http://gerrit.ovirt.org/9369
   
   Meanwhile the workaround is to manually create those directories
   and
   make sure they are owned by the ovirt user and the ovirt group:
   
   mkdir -p /var/lib/ovirt-engine/content
   chown ovirt:ovirt /var/lib/ovirt-engine/content
   mkdir -p /var/lib/ovirt-engine/deployments
   chown ovirt:ovirt /var/lib/ovirt-engine/deployments
   
   The other error messages that you see are not relevant, I think
   you
   can
   ignore them.
   

After that the engine starts, but can't go to the https page of
administrator or user portal. Relevant errors in log:

2012-11-21 22:29:52,448 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC
   service
thread 1-3) Failed to decrypt Data must start with zero
2012-11-21 22:29:52,576 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
   service
thread 1-3) Failed to decrypt value for property TruststorePass
   will be
used encrypted value
2012-11-21 22:29:52,640 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
   service
thread 1-3) Could not parse option AutoRecoveryAllowedTypes
value.

Can someone help me with those errors? I tried using the
ovirt-engine-setup from the last 3 days, but the result is the
   same each
time.

Other warnings:

2012-11-21 22:29:46,375 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
thread
1-3)
Could not find enum value for option: CbcCheckOnVdsChange
2012-11-21 22:29:46,411 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
thread
1-3)
Could not find enum value for option: CAEngineKey
2012-11-21 22:29:46,444 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
thread
1-3)
Could not find enum value for option: MinimalETLVersion
2012-11-21 22:29:49,287 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
thread
1-3)
Could not find enum value for option: ScriptsPath
2012-11-21 22:29:49,292 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
thread
1-3)
Could not find enum value for option: SQLServerI18NPrefix
2012-11-21 22:29:52,650 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
thread
1-3)
Could not find enum value for option: ENGINEEARLib

Attached the engine-setup.log

Best regards,
Cristian falcas
   
  
   Unfortunately, the all https pages are not responding and I
   thought
   that
   the cause is from the ERRORs from the logs.
   
   Doing a netstat only shows the http port (8700) being opened.
   
  
  Is that after the workaround that I suggested and restarting the
  engine?
  Remember to create both directories and change the ownership to
  ovirt:ovirt.
  
  
  
  --
  Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3,
  planta
  3ºD, 28016 Madrid, Spain
  Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red
  Hat
  S.L.
  
  
  I created the directories and did a engine-cleanup/engine-setup.
  
  engine-setup finished successfully, but there is still nobody
  listening on the hrttps port
 
 Please check out if there is a java process, if there is kill it.
 Then remove /var/run/ovirt-engine.pid if exists.
 Then try service ovirt-engine start.
 
 
 same
 
 Error from browsers:
 Firefox:
 The connection was reset
 The connection to the server was reset while the page was loading.
 
 Chrome:
 SSL connection error
 
 Unable to make a secure connection to the server. This may be a
 problem with the server, or it may be requiring a client
 

Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
  Sent: Thursday, November 22, 2012 12:45:32 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
  On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev  alo...@redhat.com 
  wrote:
 
 
 
 
 
 
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Juan Hernandez  jhern...@redhat.com 
   Cc: users@ovirt.org
   Sent: Thursday, November 22, 2012 12:17:31 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
  
  
  
  
  
  
  
   On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
   jhern...@redhat.com  wrote:
  
  
  
   On 11/21/2012 10:50 PM, Cristian Falcas wrote:
   
   
   
On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
jhern...@redhat.com
  
  
mailto: jhern...@redhat.com  wrote:
   
On 11/21/2012 09:37 PM, Cristian Falcas wrote:
 Hi,

 After a fresh install, those folders are missing:

 /var/lib/ovirt-engine/content
 /var/lib/ovirt-engine/deployments
   
Yes Cristian, that is a problem we are aware of. We introduced
that
error in a attempt to fix bug 876164. The fix will be merged
soon:
   
http://gerrit.ovirt.org/9369
   
Meanwhile the workaround is to manually create those directories
and
make sure they are owned by the ovirt user and the ovirt group:
   
mkdir -p /var/lib/ovirt-engine/content
chown ovirt:ovirt /var/lib/ovirt-engine/content
mkdir -p /var/lib/ovirt-engine/deployments
chown ovirt:ovirt /var/lib/ovirt-engine/deployments
   
The other error messages that you see are not relevant, I think
you
can
ignore them.
   

 After that the engine starts, but can't go to the https page of
 administrator or user portal. Relevant errors in log:

 2012-11-21 22:29:52,448 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC
service
 thread 1-3) Failed to decrypt Data must start with zero
 2012-11-21 22:29:52,576 ERROR
 [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
service
 thread 1-3) Failed to decrypt value for property TruststorePass
will be
 used encrypted value
 2012-11-21 22:29:52,640 ERROR
 [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC
service
 thread 1-3) Could not parse option AutoRecoveryAllowedTypes
 value.

 Can someone help me with those errors? I tried using the
 ovirt-engine-setup from the last 3 days, but the result is the
same each
 time.

 Other warnings:

 2012-11-21 22:29:46,375 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: CbcCheckOnVdsChange
 2012-11-21 22:29:46,411 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: CAEngineKey
 2012-11-21 22:29:46,444 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: MinimalETLVersion
 2012-11-21 22:29:49,287 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: ScriptsPath
 2012-11-21 22:29:49,292 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: SQLServerI18NPrefix
 2012-11-21 22:29:52,650 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: ENGINEEARLib

 Attached the engine-setup.log

 Best regards,
 Cristian falcas
   
  
Unfortunately, the all https pages are not responding and I
thought
that
the cause is from the ERRORs from the logs.
   
Doing a netstat only shows the http port (8700) being opened.
   
  
   Is that after the workaround that I suggested and restarting the
   engine?
   Remember to create both directories and change the ownership to
   ovirt:ovirt.
  
  
  
   --
   Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3,
   planta
   3ºD, 28016 Madrid, Spain
   Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red
   Hat
   S.L.
  
  
   I created the directories and did a engine-cleanup/engine-setup.
  
   engine-setup finished successfully, but there is still nobody
   listening on the hrttps port
 
  Please check out if there is a java process, if there is kill it.
  Then remove /var/run/ovirt-engine.pid if exists.
  Then try service ovirt-engine start.
 
 
  same
 
  Error from browsers:
  Firefox:
  The connection was reset
  The connection to the server 

Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Alon Bar-Lev


- Original Message -
 From: Cristian Falcas cristi.fal...@gmail.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
 Sent: Thursday, November 22, 2012 12:52:19 AM
 Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
 On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev  alo...@redhat.com 
 wrote:
 
 
 
 
 
 - Original Message -
  From: Cristian Falcas  cristi.fal...@gmail.com 
 
 
  To: Alon Bar-Lev  alo...@redhat.com 
  Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  Sent: Thursday, November 22, 2012 12:45:32 AM
  Subject: Re: [Users] missing dirs, other problems with latest
  nightly
  
  
  
  
  
  
  On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev  alo...@redhat.com
  
  wrote:
  
  
  
  
  
  
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Juan Hernandez  jhern...@redhat.com 
   Cc: users@ovirt.org
   Sent: Thursday, November 22, 2012 12:17:31 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
   
   
   
   
   
   
   
   On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
   jhern...@redhat.com  wrote:
   
   
   
   On 11/21/2012 10:50 PM, Cristian Falcas wrote:



On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
jhern...@redhat.com
   
   
mailto: jhern...@redhat.com  wrote:

On 11/21/2012 09:37 PM, Cristian Falcas wrote:
 Hi,
 
 After a fresh install, those folders are missing:
 
 /var/lib/ovirt-engine/content
 /var/lib/ovirt-engine/deployments

Yes Cristian, that is a problem we are aware of. We introduced
that
error in a attempt to fix bug 876164. The fix will be merged
soon:

http://gerrit.ovirt.org/9369

Meanwhile the workaround is to manually create those
directories
and
make sure they are owned by the ovirt user and the ovirt group:

mkdir -p /var/lib/ovirt-engine/content
chown ovirt:ovirt /var/lib/ovirt-engine/content
mkdir -p /var/lib/ovirt-engine/deployments
chown ovirt:ovirt /var/lib/ovirt-engine/deployments

The other error messages that you see are not relevant, I think
you
can
ignore them.

 
 After that the engine starts, but can't go to the https page
 of
 administrator or user portal. Relevant errors in log:
 
 2012-11-21 22:29:52,448 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (MSC
service
 thread 1-3) Failed to decrypt Data must start with zero
 2012-11-21 22:29:52,576 ERROR
 [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
 (MSC
service
 thread 1-3) Failed to decrypt value for property
 TruststorePass
will be
 used encrypted value
 2012-11-21 22:29:52,640 ERROR
 [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
 (MSC
service
 thread 1-3) Could not parse option AutoRecoveryAllowedTypes
 value.
 
 Can someone help me with those errors? I tried using the
 ovirt-engine-setup from the last 3 days, but the result is
 the
same each
 time.
 
 Other warnings:
 
 2012-11-21 22:29:46,375 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: CbcCheckOnVdsChange
 2012-11-21 22:29:46,411 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: CAEngineKey
 2012-11-21 22:29:46,444 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: MinimalETLVersion
 2012-11-21 22:29:49,287 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: ScriptsPath
 2012-11-21 22:29:49,292 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: SQLServerI18NPrefix
 2012-11-21 22:29:52,650 WARN
 [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
 thread
 1-3)
 Could not find enum value for option: ENGINEEARLib
 
 Attached the engine-setup.log
 
 Best regards,
 Cristian falcas

   
Unfortunately, the all https pages are not responding and I
thought
that
the cause is from the ERRORs from the logs.

Doing a netstat only shows the http port (8700) being opened.

   
   Is that after the workaround that I suggested and restarting the
   engine?
   Remember to create both directories and change the ownership to
   ovirt:ovirt.
   
   
   
   --
   Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3,
   planta
   3ºD, 28016 Madrid, Spain
   Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red
   Hat
   S.L.
   
   
   I created the 

Re: [Users] prevent VMs from sharing the same node

2012-11-21 Thread Itamar Heim

On 11/20/2012 04:06 PM, Dafna Ron wrote:

yes.
you can pin a vm to a host so that it will only run on that host and not
migrate or only migrate if command is sent by administrator.

edit a vm or create a new one and look at the hosts section.



On 11/20/2012 03:50 PM, Jonathan Horne wrote:

Is it possible to prevent to specific Vms from sharing the same node?
  Say for instance if I had a pair of mysql servers, and I wanted to
ensure that they never lived on the same host (i.e., to prevent them
from both going down if the host node ever had some catastrophic event) ?



another approach would be to put the two nodes in separate clusters 
(could be in same DC).
the tag name for what you want is negative affinity in scheduling, 
which we still need to get to (or you could do yourself, once we have a 
pluggable scheduling api.

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


Re: [Users] Nested virtualization with Opteron 2nd generation and oVirt 3.1 possible?

2012-11-21 Thread Itamar Heim

On 11/20/2012 04:05 PM, Gianluca Cecchi wrote:

Hello,
I have 2 physical servers with Opteron 2nd gen cpu.
There is CentOS 6.3 installed and some VM already configured on them.
Their /proc/cpuinfo contains
...
model name : Dual-Core AMD Opteron(tm) Processor 8222
...

kvm_amd kernel module is loaded with its default enabled nested option

# systool -m kvm_amd -v
Module = kvm_amd

   Attributes:
 initstate   = live
 refcnt  = 15
 srcversion  = 43D8067144E7D8B0D53D46E

   Parameters:
 nested  = 1
 npt = 1
...

I already configured a fedora 17 VM as a oVirt 3.1 Engine

I'm trying to configure another VM as oVirt 3.1 node with
ovirt-node-iso-2.5.5-0.1.fc17.iso
It seems I'm not able to configure so that ovirt install doesn't complain.

After some attempts, I tried this in my vm.xml for the cpu:
   cpu mode='custom' match='exact'
 model fallback='allow'athlon/model
 vendorAMD/vendor
 feature policy='require' name='pni'/
 feature policy='require' name='rdtscp'/
 feature policy='force' name='svm'/
 feature policy='require' name='clflush'/
 feature policy='require' name='syscall'/
 feature policy='require' name='lm'/
 feature policy='require' name='cr8legacy'/
 feature policy='require' name='ht'/
 feature policy='require' name='lahf_lm'/
 feature policy='require' name='fxsr_opt'/
 feature policy='require' name='cx16'/
 feature policy='require' name='extapic'/
 feature policy='require' name='mca'/
 feature policy='require' name='cmp_legacy'/
   /cpu

Inside node /proc/cpuinfo becomes
processor : 3
vendor_id : AuthenticAMD
cpu family : 6
model : 2
model name : QEMU Virtual CPU version 0.12.1
stepping : 3
microcode : 0x165
cpu MHz : 3013.706
cache size : 512 KB
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat
pse36 clflush mmx fxsr sse sse2 syscall mmxext fxsr_opt lm nopl pni
cx16 hypervisor lahf_lm cmp_legacy cr8_legacy
bogomips : 6027.41
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

2 questions:

1) Is there any combination in xml file to give to my VM so that oVirt
doesn't complain about missing hardware virtualization with this
processor?

2) suppose 1) is not possible in my case and I still want to test the
interface and try some config operations to see for example the
differences with RHEV 3.0, how can I do?
At the moment this complaint about hw virtualization prevents me to
activate the node.

I get
Installing Host f17ovn01. Step: RHEV_INSTALL.
Host f17ovn01 was successfully approved.
Host f17ovn01 running without virtualization hardware acceleration
Detected new Host f17ovn01. Host state was set to Non Operational.
Host f17ovn01 moved to Non-Operational state.
Host f17ovn01 moved to Non-Operational state as host does not meet the
cluster's minimum CPU level. Missing CPU features : CpuFlags

Can I lower the requirements to be able to operate without hw
virtualization in 3.1?

Thanks in advance,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



i don't remember if amd nested virt is supported in this platform.
easiest would be to try http://gerrit.ovirt.org/#/c/9225/.
or switch to fedora 17, which has both intel and amd nested virt support.

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


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 12:56 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
  Sent: Thursday, November 22, 2012 12:52:19 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
  On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev  alo...@redhat.com 
  wrote:
 
 
 
 
 
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
 
 
   To: Alon Bar-Lev  alo...@redhat.com 
   Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
   Sent: Thursday, November 22, 2012 12:45:32 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
  
  
  
  
  
  
   On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev  alo...@redhat.com
   
   wrote:
  
  
  
  
  
  
   - Original Message -
From: Cristian Falcas  cristi.fal...@gmail.com 
To: Juan Hernandez  jhern...@redhat.com 
Cc: users@ovirt.org
Sent: Thursday, November 22, 2012 12:17:31 AM
Subject: Re: [Users] missing dirs, other problems with latest
nightly
   
   
   
   
   
   
   
On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
jhern...@redhat.com  wrote:
   
   
   
On 11/21/2012 10:50 PM, Cristian Falcas wrote:



 On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
 jhern...@redhat.com
   
   
 mailto: jhern...@redhat.com  wrote:

 On 11/21/2012 09:37 PM, Cristian Falcas wrote:
  Hi,
 
  After a fresh install, those folders are missing:
 
  /var/lib/ovirt-engine/content
  /var/lib/ovirt-engine/deployments

 Yes Cristian, that is a problem we are aware of. We introduced
 that
 error in a attempt to fix bug 876164. The fix will be merged
 soon:

 http://gerrit.ovirt.org/9369

 Meanwhile the workaround is to manually create those
 directories
 and
 make sure they are owned by the ovirt user and the ovirt group:

 mkdir -p /var/lib/ovirt-engine/content
 chown ovirt:ovirt /var/lib/ovirt-engine/content
 mkdir -p /var/lib/ovirt-engine/deployments
 chown ovirt:ovirt /var/lib/ovirt-engine/deployments

 The other error messages that you see are not relevant, I think
 you
 can
 ignore them.

 
  After that the engine starts, but can't go to the https page
  of
  administrator or user portal. Relevant errors in log:
 
  2012-11-21 22:29:52,448 ERROR
  [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
  (MSC
 service
  thread 1-3) Failed to decrypt Data must start with zero
  2012-11-21 22:29:52,576 ERROR
  [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
  (MSC
 service
  thread 1-3) Failed to decrypt value for property
  TruststorePass
 will be
  used encrypted value
  2012-11-21 22:29:52,640 ERROR
  [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
  (MSC
 service
  thread 1-3) Could not parse option AutoRecoveryAllowedTypes
  value.
 
  Can someone help me with those errors? I tried using the
  ovirt-engine-setup from the last 3 days, but the result is
  the
 same each
  time.
 
  Other warnings:
 
  2012-11-21 22:29:46,375 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
  thread
  1-3)
  Could not find enum value for option: CbcCheckOnVdsChange
  2012-11-21 22:29:46,411 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
  thread
  1-3)
  Could not find enum value for option: CAEngineKey
  2012-11-21 22:29:46,444 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
  thread
  1-3)
  Could not find enum value for option: MinimalETLVersion
  2012-11-21 22:29:49,287 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
  thread
  1-3)
  Could not find enum value for option: ScriptsPath
  2012-11-21 22:29:49,292 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
  thread
  1-3)
  Could not find enum value for option: SQLServerI18NPrefix
  2012-11-21 22:29:52,650 WARN
  [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
  thread
  1-3)
  Could not find enum value for option: ENGINEEARLib
 
  Attached the engine-setup.log
 
  Best regards,
  Cristian falcas

   
 Unfortunately, the all https pages are not responding and I
 thought
 that
 the cause is from the ERRORs from the logs.

 Doing a netstat only shows the http port (8700) being opened.

   
Is that after the workaround that I suggested and restarting the
engine?
Remember to create both directories and change the ownership to
ovirt:ovirt.
   
   
   
--
Dirección 

Re: [Users] How to efficiently share templates between datacenters which have local storages?

2012-11-21 Thread Itamar Heim

On 11/19/2012 08:02 PM, Adam Tkáč wrote:

Hello,

I use oVirt 3.1.0.

Does anyone have an idea how to efficiently share VM templates between
multiple datacenters which use local storages for VM images? I tried
two methods:

1. Add another cluster to local storage datacenter which failed with
oVirt error that this isn't allowed
2. Tried to create new NFS data domain but this isn't possible because
oVirt interface allows me to create only NFS export or NFS ISO domains
(not data domain)

So every time when I would like to use some template in other
datacenter, I have to export it to export domain and then import it in
other datacenter. This isn't optimal way because templates are
duplicated over datacenters. Duplication causes problems - when I want
to update template, I must update it and copy to all datacenters
again. And, of course, duplicated templates consume disk space.


how did you envision doing this without consuming disk space? a shared 
NFS domain for the templates?




Non-oVirt solution, when I manually export part of local storage of
one datacenter with templates via NFS and then mount it in other
datacenters is also ok but I'm not sure if it will work.



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


Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 1:11 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
  Sent: Thursday, November 22, 2012 1:01:41 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
  On Thu, Nov 22, 2012 at 12:56 AM, Alon Bar-Lev  alo...@redhat.com 
  wrote:
 
 
 
 
 
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Alon Bar-Lev  alo...@redhat.com 
   Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
 
   Sent: Thursday, November 22, 2012 12:52:19 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
  
  
  
  
  
  
 
   On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev  alo...@redhat.com
   
   wrote:
  
  
  
  
  
   - Original Message -
From: Cristian Falcas  cristi.fal...@gmail.com 
  
  
To: Alon Bar-Lev  alo...@redhat.com 
Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
 
 
Sent: Thursday, November 22, 2012 12:45:32 AM
Subject: Re: [Users] missing dirs, other problems with latest
nightly
   
   
   
   
   
   
On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev 
alo...@redhat.com

wrote:
   
   
   
   
   
   
- Original Message -
 From: Cristian Falcas  cristi.fal...@gmail.com 
 To: Juan Hernandez  jhern...@redhat.com 
 Cc: users@ovirt.org
 Sent: Thursday, November 22, 2012 12:17:31 AM
 Subject: Re: [Users] missing dirs, other problems with latest
 nightly







 On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
 jhern...@redhat.com  wrote:



 On 11/21/2012 10:50 PM, Cristian Falcas wrote:
 
 
 
  On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
  jhern...@redhat.com


  mailto: jhern...@redhat.com  wrote:
 
  On 11/21/2012 09:37 PM, Cristian Falcas wrote:
   Hi,
  
   After a fresh install, those folders are missing:
  
   /var/lib/ovirt-engine/content
   /var/lib/ovirt-engine/deployments
 
  Yes Cristian, that is a problem we are aware of. We
  introduced
  that
  error in a attempt to fix bug 876164. The fix will be merged
  soon:
 
  http://gerrit.ovirt.org/9369
 
  Meanwhile the workaround is to manually create those
  directories
  and
  make sure they are owned by the ovirt user and the ovirt
  group:
 
  mkdir -p /var/lib/ovirt-engine/content
  chown ovirt:ovirt /var/lib/ovirt-engine/content
  mkdir -p /var/lib/ovirt-engine/deployments
  chown ovirt:ovirt /var/lib/ovirt-engine/deployments
 
  The other error messages that you see are not relevant, I
  think
  you
  can
  ignore them.
 
  
   After that the engine starts, but can't go to the https
   page
   of
   administrator or user portal. Relevant errors in log:
  
   2012-11-21 22:29:52,448 ERROR
   [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
   (MSC
  service
   thread 1-3) Failed to decrypt Data must start with zero
   2012-11-21 22:29:52,576 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
   (MSC
  service
   thread 1-3) Failed to decrypt value for property
   TruststorePass
  will be
   used encrypted value
   2012-11-21 22:29:52,640 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
   (MSC
  service
   thread 1-3) Could not parse option AutoRecoveryAllowedTypes
   value.
  
   Can someone help me with those errors? I tried using the
   ovirt-engine-setup from the last 3 days, but the result is
   the
  same each
   time.
  
   Other warnings:
  
   2012-11-21 22:29:46,375 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
   thread
   1-3)
   Could not find enum value for option: CbcCheckOnVdsChange
   2012-11-21 22:29:46,411 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
   thread
   1-3)
   Could not find enum value for option: CAEngineKey
   2012-11-21 22:29:46,444 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
   thread
   1-3)
   Could not find enum value for option: MinimalETLVersion
   2012-11-21 22:29:49,287 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
   thread
   1-3)
   Could not find enum value for option: ScriptsPath
   2012-11-21 22:29:49,292 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service
   thread
   1-3)
   Could not find enum value for option: SQLServerI18NPrefix
   2012-11-21 22:29:52,650 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC 

Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Alon Bar-Lev


- Original Message -
 From: Cristian Falcas cristi.fal...@gmail.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
 Sent: Thursday, November 22, 2012 1:22:26 AM
 Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
 On Thu, Nov 22, 2012 at 1:11 AM, Alon Bar-Lev  alo...@redhat.com 
 wrote:
 
 
 
 
 
 - Original Message -
  From: Cristian Falcas  cristi.fal...@gmail.com 
  To: Alon Bar-Lev  alo...@redhat.com 
  Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
 
  Sent: Thursday, November 22, 2012 1:01:41 AM
  Subject: Re: [Users] missing dirs, other problems with latest
  nightly
  
  
  
  
  
  
 
  On Thu, Nov 22, 2012 at 12:56 AM, Alon Bar-Lev  alo...@redhat.com
  
  wrote:
  
  
  
  
  
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Alon Bar-Lev  alo...@redhat.com 
 
 
   Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
   Sent: Thursday, November 22, 2012 12:52:19 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
   
   
   
   
   
   
  
   On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev 
   alo...@redhat.com

   wrote:
   
   
   
   
   
   - Original Message -
From: Cristian Falcas  cristi.fal...@gmail.com 
   
   
To: Alon Bar-Lev  alo...@redhat.com 
Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
  
Sent: Thursday, November 22, 2012 12:45:32 AM
Subject: Re: [Users] missing dirs, other problems with latest
nightly






On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev 
alo...@redhat.com
 
wrote:






- Original Message -
 From: Cristian Falcas  cristi.fal...@gmail.com 
 To: Juan Hernandez  jhern...@redhat.com 
 Cc: users@ovirt.org
 Sent: Thursday, November 22, 2012 12:17:31 AM
 Subject: Re: [Users] missing dirs, other problems with latest
 nightly
 
 
 
 
 
 
 
 On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
 jhern...@redhat.com  wrote:
 
 
 
 On 11/21/2012 10:50 PM, Cristian Falcas wrote:
  
  
  
  On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
  jhern...@redhat.com
 
 
  mailto: jhern...@redhat.com  wrote:
  
  On 11/21/2012 09:37 PM, Cristian Falcas wrote:
   Hi,
   
   After a fresh install, those folders are missing:
   
   /var/lib/ovirt-engine/content
   /var/lib/ovirt-engine/deployments
  
  Yes Cristian, that is a problem we are aware of. We
  introduced
  that
  error in a attempt to fix bug 876164. The fix will be
  merged
  soon:
  
  http://gerrit.ovirt.org/9369
  
  Meanwhile the workaround is to manually create those
  directories
  and
  make sure they are owned by the ovirt user and the ovirt
  group:
  
  mkdir -p /var/lib/ovirt-engine/content
  chown ovirt:ovirt /var/lib/ovirt-engine/content
  mkdir -p /var/lib/ovirt-engine/deployments
  chown ovirt:ovirt /var/lib/ovirt-engine/deployments
  
  The other error messages that you see are not relevant, I
  think
  you
  can
  ignore them.
  
   
   After that the engine starts, but can't go to the https
   page
   of
   administrator or user portal. Relevant errors in log:
   
   2012-11-21 22:29:52,448 ERROR
   [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
   (MSC
  service
   thread 1-3) Failed to decrypt Data must start with zero
   2012-11-21 22:29:52,576 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
   (MSC
  service
   thread 1-3) Failed to decrypt value for property
   TruststorePass
  will be
   used encrypted value
   2012-11-21 22:29:52,640 ERROR
   [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
   (MSC
  service
   thread 1-3) Could not parse option
   AutoRecoveryAllowedTypes
   value.
   
   Can someone help me with those errors? I tried using the
   ovirt-engine-setup from the last 3 days, but the result
   is
   the
  same each
   time.
   
   Other warnings:
   
   2012-11-21 22:29:46,375 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
   service
   thread
   1-3)
   Could not find enum value for option: CbcCheckOnVdsChange
   2012-11-21 22:29:46,411 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
   service
   thread
   1-3)
   Could not find enum value for option: CAEngineKey
   2012-11-21 22:29:46,444 WARN
   [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
   service
   thread
   1-3)
   Could not find enum value for option: MinimalETLVersion
   2012-11-21 22:29:49,287 

Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 1:24 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
  Sent: Thursday, November 22, 2012 1:22:26 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
  On Thu, Nov 22, 2012 at 1:11 AM, Alon Bar-Lev  alo...@redhat.com 
  wrote:
 
 
 
 
 
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Alon Bar-Lev  alo...@redhat.com 
   Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
 
   Sent: Thursday, November 22, 2012 1:01:41 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
  
  
  
  
  
  
 
   On Thu, Nov 22, 2012 at 12:56 AM, Alon Bar-Lev  alo...@redhat.com
   
   wrote:
  
  
  
  
  
   - Original Message -
From: Cristian Falcas  cristi.fal...@gmail.com 
To: Alon Bar-Lev  alo...@redhat.com 
 
 
Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
Sent: Thursday, November 22, 2012 12:52:19 AM
Subject: Re: [Users] missing dirs, other problems with latest
nightly
   
   
   
   
   
   
  
On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev 
alo...@redhat.com

wrote:
   
   
   
   
   
- Original Message -
 From: Cristian Falcas  cristi.fal...@gmail.com 
   
   
 To: Alon Bar-Lev  alo...@redhat.com 
 Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
  
 Sent: Thursday, November 22, 2012 12:45:32 AM
 Subject: Re: [Users] missing dirs, other problems with latest
 nightly






 On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev 
 alo...@redhat.com
 
 wrote:






 - Original Message -
  From: Cristian Falcas  cristi.fal...@gmail.com 
  To: Juan Hernandez  jhern...@redhat.com 
  Cc: users@ovirt.org
  Sent: Thursday, November 22, 2012 12:17:31 AM
  Subject: Re: [Users] missing dirs, other problems with latest
  nightly
 
 
 
 
 
 
 
  On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
  jhern...@redhat.com  wrote:
 
 
 
  On 11/21/2012 10:50 PM, Cristian Falcas wrote:
  
  
  
   On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
   jhern...@redhat.com
 
 
   mailto: jhern...@redhat.com  wrote:
  
   On 11/21/2012 09:37 PM, Cristian Falcas wrote:
Hi,
   
After a fresh install, those folders are missing:
   
/var/lib/ovirt-engine/content
/var/lib/ovirt-engine/deployments
  
   Yes Cristian, that is a problem we are aware of. We
   introduced
   that
   error in a attempt to fix bug 876164. The fix will be
   merged
   soon:
  
   http://gerrit.ovirt.org/9369
  
   Meanwhile the workaround is to manually create those
   directories
   and
   make sure they are owned by the ovirt user and the ovirt
   group:
  
   mkdir -p /var/lib/ovirt-engine/content
   chown ovirt:ovirt /var/lib/ovirt-engine/content
   mkdir -p /var/lib/ovirt-engine/deployments
   chown ovirt:ovirt /var/lib/ovirt-engine/deployments
  
   The other error messages that you see are not relevant, I
   think
   you
   can
   ignore them.
  
   
After that the engine starts, but can't go to the https
page
of
administrator or user portal. Relevant errors in log:
   
2012-11-21 22:29:52,448 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
(MSC
   service
thread 1-3) Failed to decrypt Data must start with zero
2012-11-21 22:29:52,576 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(MSC
   service
thread 1-3) Failed to decrypt value for property
TruststorePass
   will be
used encrypted value
2012-11-21 22:29:52,640 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(MSC
   service
thread 1-3) Could not parse option
AutoRecoveryAllowedTypes
value.
   
Can someone help me with those errors? I tried using the
ovirt-engine-setup from the last 3 days, but the result
is
the
   same each
time.
   
Other warnings:
   
2012-11-21 22:29:46,375 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
service
thread
1-3)
Could not find enum value for option: CbcCheckOnVdsChange
2012-11-21 22:29:46,411 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
service
thread
1-3)
Could not find enum value for option: CAEngineKey
2012-11-21 22:29:46,444 WARN
 

Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 1:56 AM, Cristian Falcas cristi.fal...@gmail.comwrote:




 On Thu, Nov 22, 2012 at 1:24 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
  Sent: Thursday, November 22, 2012 1:22:26 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
  On Thu, Nov 22, 2012 at 1:11 AM, Alon Bar-Lev  alo...@redhat.com 
  wrote:
 
 
 
 
 
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Alon Bar-Lev  alo...@redhat.com 
   Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
 
   Sent: Thursday, November 22, 2012 1:01:41 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
  
  
  
  
  
  
 
   On Thu, Nov 22, 2012 at 12:56 AM, Alon Bar-Lev  alo...@redhat.com
   
   wrote:
  
  
  
  
  
   - Original Message -
From: Cristian Falcas  cristi.fal...@gmail.com 
To: Alon Bar-Lev  alo...@redhat.com 
 
 
Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
Sent: Thursday, November 22, 2012 12:52:19 AM
Subject: Re: [Users] missing dirs, other problems with latest
nightly
   
   
   
   
   
   
  
On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev 
alo...@redhat.com

wrote:
   
   
   
   
   
- Original Message -
 From: Cristian Falcas  cristi.fal...@gmail.com 
   
   
 To: Alon Bar-Lev  alo...@redhat.com 
 Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
  
 Sent: Thursday, November 22, 2012 12:45:32 AM
 Subject: Re: [Users] missing dirs, other problems with latest
 nightly






 On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev 
 alo...@redhat.com
 
 wrote:






 - Original Message -
  From: Cristian Falcas  cristi.fal...@gmail.com 
  To: Juan Hernandez  jhern...@redhat.com 
  Cc: users@ovirt.org
  Sent: Thursday, November 22, 2012 12:17:31 AM
  Subject: Re: [Users] missing dirs, other problems with latest
  nightly
 
 
 
 
 
 
 
  On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
  jhern...@redhat.com  wrote:
 
 
 
  On 11/21/2012 10:50 PM, Cristian Falcas wrote:
  
  
  
   On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
   jhern...@redhat.com
 
 
   mailto: jhern...@redhat.com  wrote:
  
   On 11/21/2012 09:37 PM, Cristian Falcas wrote:
Hi,
   
After a fresh install, those folders are missing:
   
/var/lib/ovirt-engine/content
/var/lib/ovirt-engine/deployments
  
   Yes Cristian, that is a problem we are aware of. We
   introduced
   that
   error in a attempt to fix bug 876164. The fix will be
   merged
   soon:
  
   http://gerrit.ovirt.org/9369
  
   Meanwhile the workaround is to manually create those
   directories
   and
   make sure they are owned by the ovirt user and the ovirt
   group:
  
   mkdir -p /var/lib/ovirt-engine/content
   chown ovirt:ovirt /var/lib/ovirt-engine/content
   mkdir -p /var/lib/ovirt-engine/deployments
   chown ovirt:ovirt /var/lib/ovirt-engine/deployments
  
   The other error messages that you see are not relevant, I
   think
   you
   can
   ignore them.
  
   
After that the engine starts, but can't go to the https
page
of
administrator or user portal. Relevant errors in log:
   
2012-11-21 22:29:52,448 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
(MSC
   service
thread 1-3) Failed to decrypt Data must start with zero
2012-11-21 22:29:52,576 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(MSC
   service
thread 1-3) Failed to decrypt value for property
TruststorePass
   will be
used encrypted value
2012-11-21 22:29:52,640 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(MSC
   service
thread 1-3) Could not parse option
AutoRecoveryAllowedTypes
value.
   
Can someone help me with those errors? I tried using the
ovirt-engine-setup from the last 3 days, but the result
is
the
   same each
time.
   
Other warnings:
   
2012-11-21 22:29:46,375 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
service
thread
1-3)
Could not find enum value for option: CbcCheckOnVdsChange
2012-11-21 22:29:46,411 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
service
thread
1-3)

Re: [Users] missing dirs, other problems with latest nightly

2012-11-21 Thread Cristian Falcas
On Thu, Nov 22, 2012 at 2:01 AM, Cristian Falcas cristi.fal...@gmail.comwrote:




 On Thu, Nov 22, 2012 at 1:56 AM, Cristian Falcas 
 cristi.fal...@gmail.comwrote:




 On Thu, Nov 22, 2012 at 1:24 AM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Cristian Falcas cristi.fal...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org, Juan Hernandez jhern...@redhat.com
  Sent: Thursday, November 22, 2012 1:22:26 AM
  Subject: Re: [Users] missing dirs, other problems with latest nightly
 
 
 
 
 
 
  On Thu, Nov 22, 2012 at 1:11 AM, Alon Bar-Lev  alo...@redhat.com 
  wrote:
 
 
 
 
 
  - Original Message -
   From: Cristian Falcas  cristi.fal...@gmail.com 
   To: Alon Bar-Lev  alo...@redhat.com 
   Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
 
   Sent: Thursday, November 22, 2012 1:01:41 AM
   Subject: Re: [Users] missing dirs, other problems with latest
   nightly
  
  
  
  
  
  
 
   On Thu, Nov 22, 2012 at 12:56 AM, Alon Bar-Lev  alo...@redhat.com
   
   wrote:
  
  
  
  
  
   - Original Message -
From: Cristian Falcas  cristi.fal...@gmail.com 
To: Alon Bar-Lev  alo...@redhat.com 
 
 
Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
Sent: Thursday, November 22, 2012 12:52:19 AM
Subject: Re: [Users] missing dirs, other problems with latest
nightly
   
   
   
   
   
   
  
On Thu, Nov 22, 2012 at 12:49 AM, Alon Bar-Lev 
alo...@redhat.com

wrote:
   
   
   
   
   
- Original Message -
 From: Cristian Falcas  cristi.fal...@gmail.com 
   
   
 To: Alon Bar-Lev  alo...@redhat.com 
 Cc: users@ovirt.org , Juan Hernandez  jhern...@redhat.com 
  
  
 Sent: Thursday, November 22, 2012 12:45:32 AM
 Subject: Re: [Users] missing dirs, other problems with latest
 nightly






 On Thu, Nov 22, 2012 at 12:20 AM, Alon Bar-Lev 
 alo...@redhat.com
 
 wrote:






 - Original Message -
  From: Cristian Falcas  cristi.fal...@gmail.com 
  To: Juan Hernandez  jhern...@redhat.com 
  Cc: users@ovirt.org
  Sent: Thursday, November 22, 2012 12:17:31 AM
  Subject: Re: [Users] missing dirs, other problems with latest
  nightly
 
 
 
 
 
 
 
  On Wed, Nov 21, 2012 at 11:53 PM, Juan Hernandez 
  jhern...@redhat.com  wrote:
 
 
 
  On 11/21/2012 10:50 PM, Cristian Falcas wrote:
  
  
  
   On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez 
   jhern...@redhat.com
 
 
   mailto: jhern...@redhat.com  wrote:
  
   On 11/21/2012 09:37 PM, Cristian Falcas wrote:
Hi,
   
After a fresh install, those folders are missing:
   
/var/lib/ovirt-engine/content
/var/lib/ovirt-engine/deployments
  
   Yes Cristian, that is a problem we are aware of. We
   introduced
   that
   error in a attempt to fix bug 876164. The fix will be
   merged
   soon:
  
   http://gerrit.ovirt.org/9369
  
   Meanwhile the workaround is to manually create those
   directories
   and
   make sure they are owned by the ovirt user and the ovirt
   group:
  
   mkdir -p /var/lib/ovirt-engine/content
   chown ovirt:ovirt /var/lib/ovirt-engine/content
   mkdir -p /var/lib/ovirt-engine/deployments
   chown ovirt:ovirt /var/lib/ovirt-engine/deployments
  
   The other error messages that you see are not relevant, I
   think
   you
   can
   ignore them.
  
   
After that the engine starts, but can't go to the https
page
of
administrator or user portal. Relevant errors in log:
   
2012-11-21 22:29:52,448 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
(MSC
   service
thread 1-3) Failed to decrypt Data must start with zero
2012-11-21 22:29:52,576 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(MSC
   service
thread 1-3) Failed to decrypt value for property
TruststorePass
   will be
used encrypted value
2012-11-21 22:29:52,640 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils]
(MSC
   service
thread 1-3) Could not parse option
AutoRecoveryAllowedTypes
value.
   
Can someone help me with those errors? I tried using the
ovirt-engine-setup from the last 3 days, but the result
is
the
   same each
time.
   
Other warnings:
   
2012-11-21 22:29:46,375 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC
service
thread
1-3)
Could not find enum value for option: CbcCheckOnVdsChange
2012-11-21 22:29:46,411 WARN

Re: [Users] Ovirt Node :: Nested virtualization

2012-11-21 Thread Mike Burns
On Thu, 2012-11-22 at 00:34 +0200, Itamar Heim wrote:
 On 11/21/2012 02:09 PM, Pavia Daniele wrote:
  Hello everybody,
  I'm trying to enable nested virtualization on a physical ovirt node
  v2.5.5. What I want is to run L1 ovirt guest vms that expose intel's vmx
  feature. I've enabled nested virtualization via |kvm-intel nested=1 on
  my physical node, yet, when I create and run a guest vm on that node,
  there's no vmx extension/feature on the virtualized cpu. I've also
  fiddled a bit with the vdc_options table, ||ServerCPUList option, to no
  avail. I just need to tell ovirt to add the vmx extension to the
  virtualized cpu features when it creates a guest, is there a way to do this?
 
  In libvirt terms:|
 
cpu match='exact'
 modelPenryn/model
 vendorIntel/vendor
 feature policy='require' name='vmx'/
/cpu
 
  |Thanks|,
  Daniele Pavia
  ||
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 this hook should cover all you need, but not considered a good practice 
 to use hooks on ovirt-node today (mike, any change here)?
 http://gerrit.ovirt.org/#/c/9225/
 
 you can use a regular fedora as a host and deploy this hook as an rpm to 
 it (using regular fedora is more flexible than ovirt node for some things)

It can be done by installing the hook then persisting the relevant files
on ovirt-node.  It's not well tested at the moment, though, and you may
have other issues with nested virt specifically.  You would also need to
do some custom work that would enable nested virt in the kernel options
as well since it is disabled by default.  Getting this to work across
reboots would require some additional effort. 

At this time, you'd generally be better off using Fedora as your host.
You can also file an RFE bug to allow nested virt on ovirt-node.

Mike

 ___
 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] oVirt Node keeps rebooting

2012-11-21 Thread Ayal Baron
What type of NICs do you have? (It's a shot in the dark but I know there is an 
issue with bnx2x driver which causes random reboots which some users have hit).
Can you attach full vdsm.log and spm-lock.log ?

- Original Message -
 
 [2012-11-18 15:20:08] Protecting spm lock for vdsm pid 1343
 [2012-11-18 15:20:08] Trying to acquire lease -
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
 lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 id=1000 lease_time_ms
 =6 io_op_to_ms=1
 [2012-11-18 15:20:28] Lease acquired
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
 TS=1353270008160373
 [2012-11-18 15:20:28] Protecting spm lock for vdsm pid 1343
 [2012-11-18 15:20:28] Started renewal process (pid=1912) for
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 [2012-11-18 15:20:30] Stopping lease for pool:
 f0071c9b-cbe2-4555-9ae0-279031764a99 pgrps: -1912
 User defined signal 1
 [2012-11-18 15:20:30] releasing lease
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 [2012-11-18 15:20:33] Protecting spm lock for vdsm pid 1343
 [2012-11-18 15:20:33] Trying to acquire lease -
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
 lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 id=1 lease_time_ms=60
 000 io_op_to_ms=1
 [2012-11-18 15:20:53] Lease acquired
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
 TS=1353270033749998
 [2012-11-18 15:20:53] Protecting spm lock for vdsm pid 1343
 [2012-11-18 15:20:53] Started renewal process (pid=2072) for
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 [2012-11-18 16:19:09] Protecting spm lock for vdsm pid 1343
 [2012-11-18 16:19:09] Trying to acquire lease -
 spUUID=8862496a-f326-46cf-8085-7ff982f985da
 lease_file=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases
 id=1 lease_
 time_ms=5000 io_op_to_ms=1000
 [2012-11-18 16:19:11] Lease acquired
 spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
 lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases,
 TS=1353273549413
 059
 [2012-11-18 16:19:11] Protecting spm lock for vdsm pid 1343
 [2012-11-18 16:19:11] Started renewal process (pid=25101) for
 spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
 lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md
 /leases
 [2012-11-18 16:19:13] Stopping lease for pool:
 8862496a-f326-46cf-8085-7ff982f985da pgrps: -25101
 User defined signal 1
 [2012-11-18 16:19:13] releasing lease
 spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
 lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases
 [2012-11-18 18:51:27] Protecting spm lock for vdsm pid 1495
 [2012-11-18 18:51:27] Trying to acquire lease -
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
 lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 id=1 lease_time_ms=60
 000 io_op_to_ms=1
 [2012-11-18 18:53:47] Lease acquired
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
 TS=1353282807712736
 [2012-11-18 18:53:47] Protecting spm lock for vdsm pid 1495
 [2012-11-18 18:53:47] Started renewal process (pid=2338) for
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 [2012-11-18 20:17:10] Protecting spm lock for vdsm pid 1492
 [2012-11-18 20:17:10] Trying to acquire lease -
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
 lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 id=1 lease_time_ms=60
 000 io_op_to_ms=1
 [2012-11-18 20:19:30] Lease acquired
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
 TS=1353287950366393
 [2012-11-18 20:19:30] Protecting spm lock for vdsm pid 1492
 [2012-11-18 20:19:30] Started renewal process (pid=2182) for
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
 lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 [2012-11-19 11:34:48] Protecting spm lock for vdsm pid 1516
 [2012-11-19 11:34:48] Trying to acquire lease -
 spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
 lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
 id=1 lease_time_ms=60
 000 io_op_to_ms=1