[Users] Engine-config -s small problem

2013-05-17 Thread noc

Hi All,

Don't know if this is documented somewhere but I ran into an interesting 
problem yesterday. First we had intermittent problems with ssh 
connecting to VMs which we traced to having two oVirt installation being 
active in one subnet. Found the post from January where it is explained 
how engine allocates its mac address pool and how to set it with 
engine-config -s MacPoolRanges. Today I remembered that I had done that 
when I was about to start a VM and removed the nic from the VM and added 
it back. To my surprise it got the same macaddress as it had (from the 
old range). On a hunch I restarted ovirt-engine and redid the remove/add 
operation and now it got a new mac address from the range specified.
Shouldn't the engine be aware that the config is changed if you use 
engine-config and reload its cached values from the database?

I expected this but it seems not to be the case, bug or by design.

Joop

--
irc: jvandewege

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


Re: [Users] Engine-config -s small problem

2013-05-17 Thread noc

Sorry forgot to add that I'm using ovirt-3.2.1-el6 on Centos-6.4

Joop

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


Re: [Users] Engine-config -s small problem

2013-05-17 Thread Koch (ovido)
Hi,

No, oVirt isn't aware of config changes - it's by design, not a bug.

You always have to restart engine when changing values (as noted in
engine-config help text).

# engine-config -h
snip
### 2. In order for your change(s) to take effect,
###restart the oVirt engine service (using: 'service ovirt-engine
restart').


Regards,
René



On Fri, 2013-05-17 at 13:57 +0200, noc wrote:
 Hi All,
 
 Don't know if this is documented somewhere but I ran into an interesting 
 problem yesterday. First we had intermittent problems with ssh 
 connecting to VMs which we traced to having two oVirt installation being 
 active in one subnet. Found the post from January where it is explained 
 how engine allocates its mac address pool and how to set it with 
 engine-config -s MacPoolRanges. Today I remembered that I had done that 
 when I was about to start a VM and removed the nic from the VM and added 
 it back. To my surprise it got the same macaddress as it had (from the 
 old range). On a hunch I restarted ovirt-engine and redid the remove/add 
 operation and now it got a new mac address from the range specified.
 Shouldn't the engine be aware that the config is changed if you use 
 engine-config and reload its cached values from the database?
 I expected this but it seems not to be the case, bug or by design.
 
 Joop
 
 --
 irc: jvandewege
 
 ___
 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] help with ovirtsdk api

2013-05-17 Thread Koch (ovido)
Hi,


On Thu, 2013-05-16 at 19:47 +0300, Itamar Heim wrote:
 On 05/14/2013 05:47 PM, Thakker, Dhawal wrote:
  Hi ALL,
 
  We have multiple version of RHEV  within our infrastructure. I have
  written a script (using example available on internet) which could
  search a VM in multiple RHEV instance, display stats of vms and of
  hypervisors.
 
  However, I am unable to find any documentation or examples which could
  help me to group hypervisors based on cluster name and show the storage
  stats for each storage domain.
 
  Any help would be appreciated.
 
 bcc'd infra and cc'd users@ovirt.org which is more correct for this 
 question[1]
 
 per your question - can you please give an example of what you are 
 trying to accomplish?


If you can specify in more detail what you want to do I can maybe help
you getting the right API calls/queries.

To my understanding you want to list all hypervisors (and stats, too?)
grouped by cluster name, right?
cluster01:
- host01
- host02
cluster02:
- host03
- host04

And you also want to display storage stats for each storage domain.
Should they also be grouped in any way or is it just displaying stats?

Btw, do you use one of the SDKs (Python/Java), ovirt-shell or are you
connecting to REST-API directly (using curl, perl LWP::UserAgent,...)?


Regards,
René



 
 Thanks,
 Itamar
 
 [1] well, since its rhev and not ovirt, red hat support is also a viable 
 option.
 
 
  Thanks,
 
  Dhawal.
 
  This email is confidential and should not be used by anyone who is not
  the original intended recipient. PGDS cannot accept liability for
  statements made which are clearly the sender's own and not made on
  behalf of the company. In addition no statement should be construed as
  giving investment advice within or outside the United Kingdom.PP
 
  PGDS (UK ONE) LIMITED, Laurence Pountney Hill, London, EC4R 0HH.P
  Incorporated and registered in England and Wales. Registered Office as
  above. Registered number 1967719.PP
 
  PGDS is the trading name of certain subsidiaries of Prudential plc
  (registered in England, number 1397169), whose registered office is at
  Laurence Pountney Hill London EC4R OHH, some of whose subsidiaries are
  regulated by the Financial Services Authority. Prudential plc is not
  affiliated in any manner with Prudential Financial, Inc, a company whose
  principal place of business is in the United States of America.PP
 
  A list of other Prudential companies together with their registered
  statutory details can be found in 'About Prudential' on
  http://www.prudential.co.ukPP
 
  An e-mail reply to this address may be subject to interception or
  monitoring for operational reasons or for lawful business practices.PP
 
 
 
  ___
  Infra mailing list
  in...@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/infra
 
 
 ___
 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] drac5 power management test

2013-05-17 Thread Peter Reilly
The cluster is 3.2.  How do I check the PM Proxy setting?  The only proxy 
reference I remember during setup was this:

[root@cilicia ~]# engine-setup
Welcome to oVirt Engine setup utility
oVirt Engine uses httpd to proxy requests to the application server.
It looks like the httpd installed locally is being actively used.
The installer can override current configuration .
Alternatively you can use JBoss directly (on ports higher than 1024)
Do you wish to override current httpd configuration and restart the service? 
['yes'| 'no']  [yes] :
HTTP Port  [80] :
HTTPS Port  [443] :
Host fully qualified domain name. Note: this name should be fully resolvable  
[cilicia.example.org] :

Thanks,

Peter

--- On Fri, 5/17/13, Itamar Heim ih...@redhat.com wrote:

 From: Itamar Heim ih...@redhat.com
 Subject: Re: [Users] drac5 power management test
 To: Peter Reilly preill...@yahoo.com
 Cc: Thomas Scofield tscofi...@gmail.com, users users@ovirt.org, Eli 
 Mesika emes...@redhat.com
 Date: Friday, May 17, 2013, 2:38 AM
 On 05/17/2013 12:11 AM, Peter Reilly
 wrote:
  Yes, I can use fence_drac5 to reboot successfully.
 
  In the engine.log I have this error when I try to use
 the test power
  management option.
 
  2013-05-16 17:06:46,652 ERROR
 [org.ovirt.engine.core.bll.FenceExecutor]
  (ajp--127.0.0.1-8702-9) Illegal value in PM Proxy
 Preferences string ,
  skipped.
  2013-05-16 17:06:46,654 ERROR
 [org.ovirt.engine.core.bll.FenceExecutor]
  (ajp--127.0.0.1-8702-9) Failed to run Power Management
 command on Host ,
  no running proxy Host was found.
 
 still waiting for Eli to chime on this.
 is the cluster 3.1 or 3.2? what is the pm proxy value?
 
 
  And the following when I try to migrate a guest:
 
 the below is a different issue - please open a new thread on
 it.
 
 thanks,
     Itamar
 
 
  2013-05-16 17:08:10,844 INFO
  [org.ovirt.engine.core.bll.MigrateVmCommand]
 (pool-3-thread-47)
  [34a22f2c] Running command: MigrateVmCommand internal:
 false. Entities
  affected :  ID:
 e9f0cc95-d6be-4c00-a1e9-147d120474ed Type: VM
  2013-05-16 17:08:11,002 INFO
  [org.ovirt.engine.core.vdsbroker.MigrateVDSCommand]
 (pool-3-thread-47)
  [34a22f2c] START, MigrateVDSCommand(HostName = moses,
 HostId =
  6c8c87a1-b98b-46ea-b66e-81afa0d2e794,
  vmId=e9f0cc95-d6be-4c00-a1e9-147d120474ed,
 srcHost=172.18.1.17,
  dstVdsId=4754a27a-b95e-45ba-b114-d671ae752d9a,
  dstHost=172.18.2.248:54321, migrationMethod=ONLINE),
 log id: 1279e198
  2013-05-16 17:08:11,028 INFO
 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand]
  (pool-3-thread-47) [34a22f2c]
 VdsBroker::migrate::Entered
  (vm_guid=e9f0cc95-d6be-4c00-a1e9-147d120474ed,
 srcHost=172.18.1.17,
  dstHost=172.18.2.248:54321,  method=online
  2013-05-16 17:08:11,029 INFO
 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand]
  (pool-3-thread-47) [34a22f2c] START,
 MigrateBrokerVDSCommand(HostName =
  moses, HostId = 6c8c87a1-b98b-46ea-b66e-81afa0d2e794,
  vmId=e9f0cc95-d6be-4c00-a1e9-147d120474ed,
 srcHost=172.18.1.17,
  dstVdsId=4754a27a-b95e-45ba-b114-d671ae752d9a,
  dstHost=172.18.2.248:54321, migrationMethod=ONLINE),
 log id: 3112180c
  2013-05-16 17:08:11,055 INFO
 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand]
  (pool-3-thread-47) [34a22f2c] FINISH,
 MigrateBrokerVDSCommand, log id:
  3112180c
  2013-05-16 17:08:11,077 INFO
  [org.ovirt.engine.core.vdsbroker.MigrateVDSCommand]
 (pool-3-thread-47)
  [34a22f2c] FINISH, MigrateVDSCommand, return:
 MigratingFrom, log id:
  1279e198
  2013-05-16 17:08:12,993 INFO
  [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
  (DefaultQuartzScheduler_Worker-3) [7fc18303]
 RefreshVmList vm id
  e9f0cc95-d6be-4c00-a1e9-147d120474ed is migrating to
 vds abed2 ignoring
  it in the refresh until migration is done
  2013-05-16 17:08:15,033 INFO
  [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
  (DefaultQuartzScheduler_Worker-1) [103140d5]
 RefreshVmList vm id
  e9f0cc95-d6be-4c00-a1e9-147d120474ed is migrating to
 vds abed2 ignoring
  it in the refresh until migration is done
  2013-05-16 17:08:16,075 INFO
 
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
  (DefaultQuartzScheduler_Worker-7) [2795d6dd] No string
 for UNASSIGNED
  type. Use default Log
  2013-05-16 17:08:16,358 INFO
  [org.ovirt.engine.core.bll.LoginUserCommand]
 (ajp--127.0.0.1-8702-7)
  Running command: LoginUserCommand internal: false.
  2013-05-16 17:08:16,400 WARN
  [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
  (ajp--127.0.0.1-8702-7) calling
 GetConfigurationValueQuery
  (ApplicationMode) with null version, using default
 general for version
  2013-05-16 17:08:16,401 WARN
  [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
  (ajp--127.0.0.1-8702-7) calling
 GetConfigurationValueQuery (VdcVersion)
  with null version, using default general for version
  2013-05-16 17:08:17,067 INFO
  [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
  (DefaultQuartzScheduler_Worker-6) 

Re: [Users] Nagios monitoring plugin check_rhev3 1.2 released

2013-05-17 Thread Koch (ovido)

On Thu, 2013-05-16 at 17:03 +0200, Ernest Beinrohr wrote:
 On 16.05.2013 16:31, René Koch wrote:
 
  I'm happy to announce version 1.2 of check_rhev3.
  
  
 
 Thank you, this is quite useful for us.

I hope it's useful :)

If there are some features missing please let me know, too.
 
 
 -- 
 Ernest Beinrohr, AXON PRO
 Ing, RHCE, RHCVA, LPIC, +421-2--6241-0360, +421-903--482-603
 icq:28153343, skype:oernii-work, jabber:oer...@jabber.org 
 
 __
 “The bureaucracy is expanding to meet the needs of the expanding
 bureaucracy.” ― Oscar Wilde 

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


Re: [Users] Issue with disk after importing a VM

2013-05-17 Thread Marcelo Fernandez
Does anyone have any suggestions on what I should be investigating to
narrow down the cause?

Thanks,
Marcelo


On Thu, May 16, 2013 at 10:42 AM, Marcelo Fernandez 
marcelo.vir...@gmail.com wrote:

 I import a VM to a second data center.The VM has 2 disks.On Admin Portal,one 
 of the  disks shows illegal status,but I have no problem accessing this disk 
 from the VM.

 Could someone give me pointers on what went wrong?

 Appreciate your help.

 Thanks,
 Marcelo

 Log from engine.log
 2013-05-15 12:14:52,994 INFO  [org.ovirt.engine.core.bll.RemoveImageCommand] 
 (pool-3-thread-50) [3dbbb4e3] Running command: RemoveImageCommand internal: 
 true. Entities affected

  :  ID: ---- Type: Storage
 2013-05-15 12:14:52,997 INFO  
 [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] 
 (pool-3-thread-50) [1xxx] START,
  DeleteImageGroupVDSCommand( storagePoolId =sp ID, ignoreFailoverLimit = 
 false, compatabilityVersion = 3.1,

 storageDomainId = pqrpqr---x-xxx, imageGroupId = 
 abcabc-xxx-xxx-xxx-, postZeros = false, forceDelete = false), log id: 
 566629ec

 2013-05-15 12:14:53,254 ERROR 
 [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
 (pool-3-thread-50) [1xx] IrsBroker::Failed::DeleteImageGroupVDS due to:
 IrsOperationFailedNoFailoverException: IRSGenericException: 
 IRSErrorException: Could not remove all image's volumes:

 (abcabc-xxx-xxx-xxx- [Errno 39] Directory not empty: 
 '/rhev/data-center/mnt/IP:export/SDUID/images/_remoiqXphA',)

 2013-05-15 12:14:53,255 INFO  
 [org.ovirt.engine.core.vdsbroker.irsbroker.DeleteImageGroupVDSCommand] 
 (pool-3-thread-50) [1xx] FINISH, DeleteImageGroupVDSCommand, log id: 
 566629ec
 2013-05-15 12:14:53,255 ERROR [org.ovirt.engine.core.bll.RemoveImageCommand] 
 (pool-3-thread-50) [3dbbb4e3] Command 
 org.ovirt.engine.core.bll.RemoveImageCommand throw Vdc Bll exception.
 With error message VdcBLLException: 
 org.ovirt.engine.core.vdsbroker.irsbroker.IrsOperationFailedNoFailoverException:
  IRSGenericException: IRSErrorException: Could not remove all image's volumes:

  (abcabc-xxx-xxx-xxx- [Errno 39] Directory not empty: 
 '/rhev/data-center/mnt/IP:export/SDUID/images/_remoiqXphA',)

 2013-05-15 12:14:53,260 ERROR 
 [org.ovirt.engine.core.bll.RemoveAllVmImagesCommand] (pool-3-thread-50) 
 [1xx] Cant remove image id:
 xyzxyz-xxx--- for VM id: due to: ImageDeleteError. Image will be 
 set at illegal state with no snapshot id.


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


Re: [Users] help with ovirtsdk api

2013-05-17 Thread Thakker, Dhawal
Hi René,

My query is answered by one of the Redhat consultant , but thanks for coming 
back. I am using python api ovirtsdk.api. 

Earlier, I was looking for host stats grouped by cluster. In regards to 
storage, I just wanted stats no grouping needed at this stage. 

Regards,
Dhawal.  

 
-Original Message-
From: René Koch (ovido) [mailto:r.k...@ovido.at] 
Sent: 17 May 2013 13:19
To: Thakker, Dhawal
Cc: users@ovirt.org
Subject: Re: [Users] help with ovirtsdk api

Hi,


On Thu, 2013-05-16 at 19:47 +0300, Itamar Heim wrote:
 On 05/14/2013 05:47 PM, Thakker, Dhawal wrote:
  Hi ALL,
 
  We have multiple version of RHEV  within our infrastructure. I have 
  written a script (using example available on internet) which could 
  search a VM in multiple RHEV instance, display stats of vms and of 
  hypervisors.
 
  However, I am unable to find any documentation or examples which 
  could help me to group hypervisors based on cluster name and show 
  the storage stats for each storage domain.
 
  Any help would be appreciated.
 
 bcc'd infra and cc'd users@ovirt.org which is more correct for this 
 question[1]
 
 per your question - can you please give an example of what you are 
 trying to accomplish?


If you can specify in more detail what you want to do I can maybe help you 
getting the right API calls/queries.

To my understanding you want to list all hypervisors (and stats, too?) grouped 
by cluster name, right?
cluster01:
- host01
- host02
cluster02:
- host03
- host04

And you also want to display storage stats for each storage domain.
Should they also be grouped in any way or is it just displaying stats?

Btw, do you use one of the SDKs (Python/Java), ovirt-shell or are you 
connecting to REST-API directly (using curl, perl LWP::UserAgent,...)?


Regards,
René



 
 Thanks,
 Itamar
 
 [1] well, since its rhev and not ovirt, red hat support is also a 
 viable option.
 
 
  Thanks,
 
  Dhawal.
 
  This email is confidential and should not be used by anyone who is 
  not the original intended recipient. PGDS cannot accept liability 
  for statements made which are clearly the sender's own and not made 
  on behalf of the company. In addition no statement should be 
  construed as giving investment advice within or outside the United 
  Kingdom.PP
 
  PGDS (UK ONE) LIMITED, Laurence Pountney Hill, London, EC4R 0HH.P 
  Incorporated and registered in England and Wales. Registered Office 
  as above. Registered number 1967719.PP
 
  PGDS is the trading name of certain subsidiaries of Prudential plc 
  (registered in England, number 1397169), whose registered office is 
  at Laurence Pountney Hill London EC4R OHH, some of whose 
  subsidiaries are regulated by the Financial Services Authority. 
  Prudential plc is not affiliated in any manner with Prudential 
  Financial, Inc, a company whose principal place of business is in 
  the United States of America.PP
 
  A list of other Prudential companies together with their registered 
  statutory details can be found in 'About Prudential' on 
  http://www.prudential.co.ukPP
 
  An e-mail reply to this address may be subject to interception or 
  monitoring for operational reasons or for lawful business 
  practices.PP
 
 
 
  ___
  Infra mailing list
  in...@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/infra
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

This email is confidential and should not be used by anyone who is not the 
original intended recipient. PGDS cannot accept liability for statements made 
which are clearly the sender's own and not made on behalf of the company. In 
addition no statement should be construed as giving investment advice within or 
outside the United Kingdom.PP

PGDS (UK ONE) LIMITED, Laurence Pountney Hill, London, EC4R 0HH.P
Incorporated and registered in England and Wales. Registered Office as
above. Registered number 1967719.PP

PGDS is the trading name of certain subsidiaries of Prudential plc 
(registered in England, number 1397169), whose registered office is at Laurence 
Pountney Hill London EC4R OHH, some of whose subsidiaries are regulated by the 
Financial Services Authority. Prudential plc is not affiliated in any manner 
with Prudential Financial, Inc, a company whose principal place of business is 
in the United States of America.PP

A list of other Prudential companies together with their registered statutory 
details can be found in 'About Prudential' on http://www.prudential.co.ukPP

An e-mail reply to this address may be subject to interception or monitoring 
for operational reasons or for lawful business practices.PP
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] drac5 power management test

2013-05-17 Thread Itamar Heim

On 05/17/2013 03:19 PM, Peter Reilly wrote:

The cluster is 3.2.  How do I check the PM Proxy setting?  The only proxy 
reference I remember during setup was this:

[root@cilicia ~]# engine-setup
Welcome to oVirt Engine setup utility
oVirt Engine uses httpd to proxy requests to the application server.
It looks like the httpd installed locally is being actively used.
The installer can override current configuration .
Alternatively you can use JBoss directly (on ports higher than 1024)
Do you wish to override current httpd configuration and restart the service? 
['yes'| 'no']  [yes] :
HTTP Port  [80] :
HTTPS Port  [443] :
Host fully qualified domain name. Note: this name should be fully resolvable  
[cilicia.example.org] :


PM proxy is about this:
http://www.ovirt.org/Features/Design/DetailedHostPMProxyPreferences

http://www.ovirt.org/Features/HostPMProxyPreferences

(i.e., check under host, power management)



Thanks,

Peter

--- On Fri, 5/17/13, Itamar Heim ih...@redhat.com wrote:


From: Itamar Heim ih...@redhat.com
Subject: Re: [Users] drac5 power management test
To: Peter Reilly preill...@yahoo.com
Cc: Thomas Scofield tscofi...@gmail.com, users users@ovirt.org, Eli Mesika 
emes...@redhat.com
Date: Friday, May 17, 2013, 2:38 AM
On 05/17/2013 12:11 AM, Peter Reilly
wrote:

Yes, I can use fence_drac5 to reboot successfully.

In the engine.log I have this error when I try to use

the test power

management option.

2013-05-16 17:06:46,652 ERROR

[org.ovirt.engine.core.bll.FenceExecutor]

(ajp--127.0.0.1-8702-9) Illegal value in PM Proxy

Preferences string ,

skipped.
2013-05-16 17:06:46,654 ERROR

[org.ovirt.engine.core.bll.FenceExecutor]

(ajp--127.0.0.1-8702-9) Failed to run Power Management

command on Host ,

no running proxy Host was found.


still waiting for Eli to chime on this.
is the cluster 3.1 or 3.2? what is the pm proxy value?



And the following when I try to migrate a guest:


the below is a different issue - please open a new thread on
it.

thanks,
 Itamar



2013-05-16 17:08:10,844 INFO
[org.ovirt.engine.core.bll.MigrateVmCommand]

(pool-3-thread-47)

[34a22f2c] Running command: MigrateVmCommand internal:

false. Entities

affected :  ID:

e9f0cc95-d6be-4c00-a1e9-147d120474ed Type: VM

2013-05-16 17:08:11,002 INFO
[org.ovirt.engine.core.vdsbroker.MigrateVDSCommand]

(pool-3-thread-47)

[34a22f2c] START, MigrateVDSCommand(HostName = moses,

HostId =

6c8c87a1-b98b-46ea-b66e-81afa0d2e794,
vmId=e9f0cc95-d6be-4c00-a1e9-147d120474ed,

srcHost=172.18.1.17,

dstVdsId=4754a27a-b95e-45ba-b114-d671ae752d9a,
dstHost=172.18.2.248:54321, migrationMethod=ONLINE),

log id: 1279e198

2013-05-16 17:08:11,028 INFO


[org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand]

(pool-3-thread-47) [34a22f2c]

VdsBroker::migrate::Entered

(vm_guid=e9f0cc95-d6be-4c00-a1e9-147d120474ed,

srcHost=172.18.1.17,

dstHost=172.18.2.248:54321,  method=online
2013-05-16 17:08:11,029 INFO


[org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand]

(pool-3-thread-47) [34a22f2c] START,

MigrateBrokerVDSCommand(HostName =

moses, HostId = 6c8c87a1-b98b-46ea-b66e-81afa0d2e794,
vmId=e9f0cc95-d6be-4c00-a1e9-147d120474ed,

srcHost=172.18.1.17,

dstVdsId=4754a27a-b95e-45ba-b114-d671ae752d9a,
dstHost=172.18.2.248:54321, migrationMethod=ONLINE),

log id: 3112180c

2013-05-16 17:08:11,055 INFO


[org.ovirt.engine.core.vdsbroker.vdsbroker.MigrateBrokerVDSCommand]

(pool-3-thread-47) [34a22f2c] FINISH,

MigrateBrokerVDSCommand, log id:

3112180c
2013-05-16 17:08:11,077 INFO
[org.ovirt.engine.core.vdsbroker.MigrateVDSCommand]

(pool-3-thread-47)

[34a22f2c] FINISH, MigrateVDSCommand, return:

MigratingFrom, log id:

1279e198
2013-05-16 17:08:12,993 INFO
[org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
(DefaultQuartzScheduler_Worker-3) [7fc18303]

RefreshVmList vm id

e9f0cc95-d6be-4c00-a1e9-147d120474ed is migrating to

vds abed2 ignoring

it in the refresh until migration is done
2013-05-16 17:08:15,033 INFO
[org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
(DefaultQuartzScheduler_Worker-1) [103140d5]

RefreshVmList vm id

e9f0cc95-d6be-4c00-a1e9-147d120474ed is migrating to

vds abed2 ignoring

it in the refresh until migration is done
2013-05-16 17:08:16,075 INFO


[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]

(DefaultQuartzScheduler_Worker-7) [2795d6dd] No string

for UNASSIGNED

type. Use default Log
2013-05-16 17:08:16,358 INFO
[org.ovirt.engine.core.bll.LoginUserCommand]

(ajp--127.0.0.1-8702-7)

Running command: LoginUserCommand internal: false.
2013-05-16 17:08:16,400 WARN
[org.ovirt.engine.core.bll.GetConfigurationValueQuery]
(ajp--127.0.0.1-8702-7) calling

GetConfigurationValueQuery

(ApplicationMode) with null version, using default

general for version

2013-05-16 17:08:16,401 WARN
[org.ovirt.engine.core.bll.GetConfigurationValueQuery]
(ajp--127.0.0.1-8702-7) calling

GetConfigurationValueQuery (VdcVersion)

with null version, using default general for 

Re: [Users] all-in-one install fail

2013-05-17 Thread Sandro Bonazzola

Hi,
 looking at the logs seems you're trying to install all-in-one on a host
that doesn't support virtualization:

2013-05-17 07:57:56,749 ERROR
[org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy) Installation
ovirt.wilk.local: Failed to execute stage 'Setup validation': Hardware
does not support virtualization

This seems to be the reason for

Error: Host was found in a 'Failed' state.





Il 17/05/2013 16:11, Ryan Wilkinson ha scritto:
 I've successfully installed several all-in-one setups but am having issues
 currently.  Install details:

 Engine:

 **Set SELinux to permissive

 Fedora 18 basic install

 yum remove firewalld

 Edit /etc/hosts

 192.168.0.120engine.ovirt.local


 Update packages:

 yum -y update

 Reboot

 Configure Repo:

 yum localinstall http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm

 Install Engine:

 yum install ovirt-engine-setup-plugin-allinone


 engine-setup



 Setup works fine until it reaches adding local host and fails with error:

 Error: Host was found in a 'Failed' state.


 I've attached engine-setup logs.  I've also tried manually adding host from
 admin console with no luck.  Showing ssh error 1.


 Thanks in advance.


 Ryan



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


-- 
Sandro Bonazzola
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


Re: [Users] all-in-one install fail

2013-05-17 Thread Itamar Heim

On 05/17/2013 06:01 PM, Sandro Bonazzola wrote:


Hi,
  looking at the logs seems you're trying to install all-in-one on a
host that doesn't support virtualization:

2013-05-17 07:57:56,749 ERROR
[org.ovirt.engine.core.bll.InstallerMessages] (VdsDeploy) Installation
ovirt.wilk.local: Failed to execute stage 'Setup validation': Hardware
does not support virtualization

This seems to be the reason for

Error: Host was found in a 'Failed' state.


wasn't this the first step in AIO - to validate this?







Il 17/05/2013 16:11, Ryan Wilkinson ha scritto:

I've successfully installed several all-in-one setups but am having issues
currently.  Install details:

Engine:

**Set SELinux to permissive

Fedora 18 basic install

yum remove firewalld

Edit /etc/hosts

192.168.0.120engine.ovirt.local


Update packages:

yum -y update

Reboot

Configure Repo:

yum localinstallhttp://ovirt.org/releases/ovirt-release-fedora.noarch.rpm

Install Engine:

yum install ovirt-engine-setup-plugin-allinone


engine-setup



Setup works fine until it reaches adding local host and fails with error:

Error: Host was found in a 'Failed' state.


I've attached engine-setup logs.  I've also tried manually adding host from
admin console with no luck.  Showing ssh error 1.


Thanks in advance.


Ryan



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



--
Sandro Bonazzola
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 mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Support OCFS2

2013-05-17 Thread Carlos Baptista
Hi all,

I have a question.

Is it possible to use OCFS2 with ovirt? I have a storage (hp eva 8000)
that doesn't support nfs, neither iscsi.

I want to create a volume in the storage and present it to all ovirt
nodes, so all the nodes will have the same /dev/sdb



Is this possible? Will ovirt consider this volume local ?

Thanks

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


Re: [Users] Support OCFS2

2013-05-17 Thread René Koch
Hi,

If you have a hp eva, you use FC, right?
As FC is supported by oVirt, so there's no need for a cluster file system (in 
my opinion)...


Regards,
René


-Original message-
From: Carlos Baptistacbapti...@opensuse.us
Sent: Friday 17th May 2013 20:11
To: users@ovirt.org
Subject: [Users] Support OCFS2

Hi all,

I have a question.

Is it possible to use OCFS2 with ovirt? I have a storage (hp eva 8000)
that doesnt support nfs, neither iscsi.

I want to create a volume in the storage and present it to all ovirt
nodes, so all the nodes will have the same /dev/sdb

Is this possible? Will ovirt consider this volume local ?

Thanks

Carlos Baptista

___

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