Re: [Users] oVIrt 3.1 - Network Bonding

2012-08-14 Thread Karli Sjöberg

13 aug 2012 kl. 23.56 skrev Justin Clift:

On 13/08/2012, at 10:55 PM, Ricardo Esteves wrote:
Hi,

I the attached picture net1.jpg i have my initial network configuration.

Physical card (em1) with vlan 10 (em1.10) bridged to the ovirtmgmt with IP 
192.168.10.25 and default gw 192.168.10.254.

Now i want to bond em1 card with p1p1 card (attached picture net2.jpg)

But if i fill the default gw it gives me this error: The default gateway should 
be set only on engine network.

If i don't fill the default gw, when i click ok, i loose connection to the 
server and then after more or less 1 minute the server automaticaly reboots.

Anyone had this kind of problem?

Two thoughts here: ;)

* The lose connection to the server bit sort of sounds like
  this bug:

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

  Reckon that's a match?


* Aside from that, you might have to manually configure
  networking for the hosts from the command line.  Using the
  normal Linux commands I mean, not oVirt specific ones.

i.e. creating the bridging and everything manually.

  This is the approach I had to take last week when trying
  out Aeolus with oVirt 3.1.  Network layer breaks when
  adding a 2nd interface, but was able to work around it
  by manually creating the bridges from cli, after having
  defined the logical networks in the oVirt Web UI.

The configure things manually approach isn't all that
documented either.  I kind of stumbled my way through, by
looking at the examples here:

I second that! I just trial and errored my way through bond - vlan - bridge. 
Let´s just say that´s for people who are up for a challenge. But luckily, I´m 
one for sharing:

Start by defining to load bonding at boot:
# cat  /etc/modprobe.d/bonding.conf  EOF
alias bond0 bonding

EOF

Then define the bond. This is LACP mode:
# cat  /etc/sysconfig/network-scripts/ifcfg-bond0  EOF
DEVICE=bond0
NM_CONTROLLED=no
USERCTL=no
BOOTPROTO=none
BONDING_OPTS=mode=4 miimon=100
TYPE=Ethernet
MTU=9000

EOF

Then enslave the physical NICs to the bond:
# cat  /etc/sysconfig/network-scripts/ifcfg-em1  EOF
NM_CONTROLLED=no
BOOTPROTO=none
DEVICE=em1
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes

EOF

# cat  /etc/sysconfig/network-scripts/ifcfg-em2  EOF
NM_CONTROLLED=no
BOOTPROTO=none
DEVICE=em2
ONBOOT=yes
USERCTL=no
MASTER=bond0
SLAVE=yes

EOF

Then create VLAN interfaces ontop of the bond. In this example, I´m using VLAN 
ID 1 and 2:
# cat  /etc/sysconfig/network-scripts/ifcfg-bond0.1  EOF
DEVICE=bond0.1
VLAN=yes
BOOTPROTO=none
NM_CONTROLLED=no
BRIDGE=br1
MTU=1500

EOF

# cat  /etc/sysconfig/network-scripts/ifcfg-bond0.2  EOF
DEVICE=bond0.2
VLAN=yes
BOOTPROTO=none
NM_CONTROLLED=no
BRIDGE=ovirtmgmt
MTU=9000

EOF

Lastly, create the bridges ontop of the VLAN interfaces. The names, as I have 
understood it, can be whatever you want, but one needs to be called ovirtmgmt 
of course:
# cat  /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt  EOF
TYPE=Bridge
NM_CONTROLLED=no
BOOTPROTO=none
DEVICE=ovirtmgmt
ONBOOT=yes
IPADDR=XXX.XXX.XXX.XXX
NETMASK=255.255.255.0

EOF

# cat  /etc/sysconfig/network-scripts/ifcfg-br0  EOF
TYPE=Bridge
NM_CONTROLLED=no
BOOTPROTO=none
DEVICE=br0
ONBOOT=yes
IPADDR=XXX.XXX.XXX.XXX
NETMASK=255.255.255.0

EOF

Gateway goes into:
# cat  /etc/sysconfig/network  EOF
GATEWAY=XXX.XXX.XXX.XXX

EOF

This way, you can have almost(4096) as many interfaces as you want with only 
two physical NICs. I also gave an example on how you tune Jumbo Frames to be 
active on some interfaces, and have regular windows size on the rest. Jumbo 
most only be active on interfaces that isn´t routed, since the default routing 
size is 1500.

/Karli


 
http://wiki.ovirt.org/wiki/Installing_VDSM_from_rpm#Configuring_the_bridge_Interface

Is any of that helpful?

Regards and best wishes,

Justin Clift


Best regards,
Ricardo Esteves.

--
Aeolus Community Manager
http://www.aeolusproject.org

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



Med Vänliga Hälsningar
---
Karli Sjöberg
Swedish University of Agricultural Sciences
Box 7079 (Visiting Address Kronåsvägen 8)
S-750 07 Uppsala, Sweden
Phone:  +46-(0)18-67 15 66
karli.sjob...@slu.semailto:karli.sjob...@adm.slu.se

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


Re: [Users] ovirt 3.1 and live snapshots

2012-08-14 Thread Itamar Heim

On 08/14/2012 08:22 AM, Karli Sjöberg wrote:


13 aug 2012 kl. 16.11 skrev Andrew Cathrow:




- Original Message -

From: Winfried de Heiden w...@dds.nl mailto:w...@dds.nl
To: users@ovirt.org mailto:users@ovirt.org
Sent: Monday, August 13, 2012 9:09:42 AM
Subject: Re: [Users] ovirt 3.1 and live snapshots

Hi All,

Live snapshots is support from qemu 1.1. However, qemu 1.1 is not
included in Fedora 17 or Ovirt-node.

Besides the Virt-preview repo, when is qemu 1.1 expected?
Effectively,
there is still no live snapshot support in Ovirt 3.1


The oVirt 3.1 management platform supports live snapshots if you have
a qemu release that does.

Fedora *doesn't update it's qemu mid-release* - so you have 3 choices

Thank you Andrew, that was a much clearer answer then was given before
when I asked it. That was what I wanted to know.


- use the virt-preview repo
- wait for F18

When F17 was released, it took a while for oVirt to be available. Is it
going to be more or less the same for F18?


Hi Karli,

can you please elaborate - ovirt 3.0 was part of F17.
we are planning to push ovirt 3.1 to F18.
(still probably missing the web parts due to missing deps, which you 
will need to install from an ovirt repo, rather than out of the box fedora).


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


Re: [Users] ovirt 3.1 and live snapshots

2012-08-14 Thread Karli Sjöberg

14 aug 2012 kl. 08.07 skrev Itamar Heim:

On 08/14/2012 08:22 AM, Karli Sjöberg wrote:

13 aug 2012 kl. 16.11 skrev Andrew Cathrow:



- Original Message -
From: Winfried de Heiden w...@dds.nlmailto:w...@dds.nl 
mailto:w...@dds.nl
To: users@ovirt.orgmailto:users@ovirt.org mailto:users@ovirt.org
Sent: Monday, August 13, 2012 9:09:42 AM
Subject: Re: [Users] ovirt 3.1 and live snapshots

Hi All,

Live snapshots is support from qemu 1.1. However, qemu 1.1 is not
included in Fedora 17 or Ovirt-node.

Besides the Virt-preview repo, when is qemu 1.1 expected?
Effectively,
there is still no live snapshot support in Ovirt 3.1

The oVirt 3.1 management platform supports live snapshots if you have
a qemu release that does.

Fedora *doesn't update it's qemu mid-release* - so you have 3 choices
Thank you Andrew, that was a much clearer answer then was given before
when I asked it. That was what I wanted to know.

- use the virt-preview repo
- wait for F18
When F17 was released, it took a while for oVirt to be available. Is it
going to be more or less the same for F18?

Hi Karli,

can you please elaborate - ovirt 3.0 was part of F17.
we are planning to push ovirt 3.1 to F18.
(still probably missing the web parts due to missing deps, which you
will need to install from an ovirt repo, rather than out of the box fedora).

Yes, I meant by using your repo to install, as instructed on 
ovirt.orghttp://ovirt.org website.

On a sidenote, oVirt missing webadmin and userportal in F17 OOTB wasn´t at all 
what I expected when I read now shipping with oVirt in F17´s release notes, 
which got me very excited. But then I had a little WTF!? moment after install 
and noticed that you couldn´t actually do anything with it:) Besides scripting 
through API of course. But it left me feeling a little bit fooled, you know.
With live snapshotting, it´s the same deal. There shouldn´t be any ifs to it. 
You have live snapshots if. Better to say straight up that live snapshotting 
will be supported after you have working release of oVirt for F18, in my 
opinion. And then say, But you can help us test it right now, if you enable 
the Virtualization Preview Repository. Make sure to buckle up.
http://fedoraproject.org/wiki/Virtualization_Preview_Repository
This repository is intended primarily as an aid to testing / early 
experimentation. It is not intended for 'production' deployment.

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


Re: [Users] oVIrt 3.1 - Network Bonding

2012-08-14 Thread Justin Clift
On 14/08/2012, at 3:59 PM, Karli Sjöberg wrote:
snip
 This way, you can have almost(4096) as many interfaces as you want with only 
 two physical NICs. I also gave an example on how you tune Jumbo Frames to be 
 active on some interfaces, and have regular windows size on the rest. Jumbo 
 most only be active on interfaces that isn´t routed, since the default 
 routing size is 1500.

Oooohhh Aaaahhh... that's really nicely written out. :)

Could you be convinced to make a wiki page for it?

(just hoping :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org

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


Re: [Users] oVIrt 3.1 - Network Bonding

2012-08-14 Thread Karli Sjöberg

14 aug 2012 kl. 08.30 skrev Justin Clift:

On 14/08/2012, at 3:59 PM, Karli Sjöberg wrote:
snip
This way, you can have almost(4096) as many interfaces as you want with only 
two physical NICs. I also gave an example on how you tune Jumbo Frames to be 
active on some interfaces, and have regular windows size on the rest. Jumbo 
most only be active on interfaces that isn´t routed, since the default routing 
size is 1500.

Oooohhh Aaaahhh... that's really nicely written out. :)

Could you be convinced to make a wiki page for it?

DIY? It´s just copy-pasting the instructions basically, but I would be honored 
to have contributed:)


(just hoping :)

Regards and best wishes,

Justin Clift

--
Aeolus Community Manager
http://www.aeolusproject.org




Med Vänliga Hälsningar
---
Karli Sjöberg
Swedish University of Agricultural Sciences
Box 7079 (Visiting Address Kronåsvägen 8)
S-750 07 Uppsala, Sweden
Phone:  +46-(0)18-67 15 66
karli.sjob...@slu.semailto:karli.sjob...@adm.slu.se

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


[Users] Storage domain does not exist

2012-08-14 Thread Ricky Schneberger
After an normal yum update i am unable to get one of the storage
domains UP.

My systems is running Centos 6.3.

If I try to activate the domain in GUI I got following errors:

-

2012-08-14 12:16:22,594 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(pool-5-thread-50) [539cbd7e] Lock Acquired to object EngineLock
[exclusiveLocks= key:
org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand value:
5de36f78-8303-401b-b6c3-e04091077f9e
2012-08-14 12:16:22,610 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(pool-5-thread-50) [539cbd7e] Running command:
ActivateStorageDomainCommand internal: false. Entities affected :  ID:
5de36f78-8303-401b-b6c3-e04091077f9e Type: Storage
2012-08-14 12:16:22,618 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(pool-5-thread-50) [539cbd7e] Lock freed to object EngineLock
[exclusiveLocks= key:
org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand value:
5de36f78-8303-401b-b6c3-e04091077f9e
2012-08-14 12:16:22,709 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
(pool-5-thread-50) [539cbd7e] START,
ActivateStorageDomainVDSCommand(storagePoolId =
64a0f560-b9a1-4c87-8a30-0967b4ce3c81, ignoreFailoverLimit = false,
compatabilityVersion = null, storageDomainId =
5de36f78-8303-401b-b6c3-e04091077f9e), log id: 152cc8c3
2012-08-14 12:16:25,050 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
(pool-5-thread-50) [539cbd7e] Error code StorageDomainDoesNotExist and
error message IRSGenericException: IRSErrorException: Failed to
ActivateStorageDomainVDS, error = Storage domain does not exist:
('5de36f78-8303-401b-b6c3-e04091077f9e',)
2012-08-14 12:16:25,050 ERROR
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
(pool-5-thread-50) [539cbd7e]
IrsBroker::Failed::ActivateStorageDomainVDS due to: IRSErrorException:
IRSGenericException: IRSErrorException: Failed to
ActivateStorageDomainVDS, error = Storage domain does not exist:
('5de36f78-8303-401b-b6c3-e04091077f9e',)
2012-08-14 12:16:25,058 ERROR
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(pool-5-thread-50) [539cbd7e] Command
org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand throw Vdc
Bll exception. With error message VdcBLLException:
org.ovirt.engine.core.vdsbroker.irsbroker.IRSErrorException:
IRSGenericException: IRSErrorException: Failed to
ActivateStorageDomainVDS, error = Storage domain does not exist:
('5de36f78-8303-401b-b6c3-e04091077f9e',)
2012-08-14 12:16:25,074 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(pool-5-thread-50) [539cbd7e] Command
[id=6db5eb90-af14-43f7-8494-d59528a77c27]: Compensating
CHANGED_STATUS_ONLY of
org.ovirt.engine.core.common.businessentities.storage_pool_iso_map;
snapshot: EntityStatusSnapshot [id=storagePoolId =
64a0f560-b9a1-4c87-8a30-0967b4ce3c81, storageId =
5de36f78-8303-401b-b6c3-e04091077f9e, status=InActive].
-

Ho can I try to resolv it?

Regards //Ricky


0xB88C0B63.asc
Description: application/pgp-keys
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Storage domain does not exist

2012-08-14 Thread Maor Lipchuk
Hi Ricky can you please add the log of VDSM, also the full engine log.

Regards,
Maor


On 08/14/2012 01:22 PM, Ricky Schneberger wrote:
 After an normal yum update i am unable to get one of the storage
 domains UP.
 
 My systems is running Centos 6.3.
 
 If I try to activate the domain in GUI I got following errors:
 
 -
 
 2012-08-14 12:16:22,594 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Lock Acquired to object EngineLock
 [exclusiveLocks= key:
 org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand value:
 5de36f78-8303-401b-b6c3-e04091077f9e
 2012-08-14 12:16:22,610 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Running command:
 ActivateStorageDomainCommand internal: false. Entities affected :  ID:
 5de36f78-8303-401b-b6c3-e04091077f9e Type: Storage
 2012-08-14 12:16:22,618 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Lock freed to object EngineLock
 [exclusiveLocks= key:
 org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand value:
 5de36f78-8303-401b-b6c3-e04091077f9e
 2012-08-14 12:16:22,709 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
 (pool-5-thread-50) [539cbd7e] START,
 ActivateStorageDomainVDSCommand(storagePoolId =
 64a0f560-b9a1-4c87-8a30-0967b4ce3c81, ignoreFailoverLimit = false,
 compatabilityVersion = null, storageDomainId =
 5de36f78-8303-401b-b6c3-e04091077f9e), log id: 152cc8c3
 2012-08-14 12:16:25,050 ERROR
 [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
 (pool-5-thread-50) [539cbd7e] Error code StorageDomainDoesNotExist and
 error message IRSGenericException: IRSErrorException: Failed to
 ActivateStorageDomainVDS, error = Storage domain does not exist:
 ('5de36f78-8303-401b-b6c3-e04091077f9e',)
 2012-08-14 12:16:25,050 ERROR
 [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
 (pool-5-thread-50) [539cbd7e]
 IrsBroker::Failed::ActivateStorageDomainVDS due to: IRSErrorException:
 IRSGenericException: IRSErrorException: Failed to
 ActivateStorageDomainVDS, error = Storage domain does not exist:
 ('5de36f78-8303-401b-b6c3-e04091077f9e',)
 2012-08-14 12:16:25,058 ERROR
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Command
 org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand throw Vdc
 Bll exception. With error message VdcBLLException:
 org.ovirt.engine.core.vdsbroker.irsbroker.IRSErrorException:
 IRSGenericException: IRSErrorException: Failed to
 ActivateStorageDomainVDS, error = Storage domain does not exist:
 ('5de36f78-8303-401b-b6c3-e04091077f9e',)
 2012-08-14 12:16:25,074 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Command
 [id=6db5eb90-af14-43f7-8494-d59528a77c27]: Compensating
 CHANGED_STATUS_ONLY of
 org.ovirt.engine.core.common.businessentities.storage_pool_iso_map;
 snapshot: EntityStatusSnapshot [id=storagePoolId =
 64a0f560-b9a1-4c87-8a30-0967b4ce3c81, storageId =
 5de36f78-8303-401b-b6c3-e04091077f9e, status=InActive].
 -
 
 Ho can I try to resolv it?
 
 Regards //Ricky
 
 
 
 ___
 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] Storage domain does not exist

2012-08-14 Thread Maor Lipchuk
Ricky, Try do the following :

go to the meta data of the data storage (in the storage server
go to {storage_domain_name}/##/dom_md/metadata)
delete the chksum line _SHA_CKSUM=
try to activate the storage domain again the DC (it should fail again)
vdsm.log should print the computed cksum of the storage domain (Should
be an error there which say Meta Data seal is broken (checksum
mismatch) computed_cksum = )
copy the comuted chksum to the meta data (_SHA_CKSUM={new chksum number}
try to activate it again.

Hope it will fix that.

Mean while I'm checking what caused the bug.

Regards,
Maor

On 08/14/2012 02:53 PM, Ricky Schneberger wrote:
 Hi
 
 I attached the logs.
 
 //Ricky
 
 On 2012-08-14 12:56, Maor Lipchuk wrote:
 Hi Ricky can you please add the log of VDSM, also the full engine log.

 Regards,
 Maor


 On 08/14/2012 01:22 PM, Ricky Schneberger wrote:
 After an normal yum update i am unable to get one of the storage
 domains UP.

 My systems is running Centos 6.3.

 If I try to activate the domain in GUI I got following errors:

 -

 2012-08-14 12:16:22,594 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Lock Acquired to object EngineLock
 [exclusiveLocks= key:
 org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand value:
 5de36f78-8303-401b-b6c3-e04091077f9e
 2012-08-14 12:16:22,610 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Running command:
 ActivateStorageDomainCommand internal: false. Entities affected :  ID:
 5de36f78-8303-401b-b6c3-e04091077f9e Type: Storage
 2012-08-14 12:16:22,618 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Lock freed to object EngineLock
 [exclusiveLocks= key:
 org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand value:
 5de36f78-8303-401b-b6c3-e04091077f9e
 2012-08-14 12:16:22,709 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
 (pool-5-thread-50) [539cbd7e] START,
 ActivateStorageDomainVDSCommand(storagePoolId =
 64a0f560-b9a1-4c87-8a30-0967b4ce3c81, ignoreFailoverLimit = false,
 compatabilityVersion = null, storageDomainId =
 5de36f78-8303-401b-b6c3-e04091077f9e), log id: 152cc8c3
 2012-08-14 12:16:25,050 ERROR
 [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
 (pool-5-thread-50) [539cbd7e] Error code StorageDomainDoesNotExist and
 error message IRSGenericException: IRSErrorException: Failed to
 ActivateStorageDomainVDS, error = Storage domain does not exist:
 ('5de36f78-8303-401b-b6c3-e04091077f9e',)
 2012-08-14 12:16:25,050 ERROR
 [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
 (pool-5-thread-50) [539cbd7e]
 IrsBroker::Failed::ActivateStorageDomainVDS due to: IRSErrorException:
 IRSGenericException: IRSErrorException: Failed to
 ActivateStorageDomainVDS, error = Storage domain does not exist:
 ('5de36f78-8303-401b-b6c3-e04091077f9e',)
 2012-08-14 12:16:25,058 ERROR
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Command
 org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand throw Vdc
 Bll exception. With error message VdcBLLException:
 org.ovirt.engine.core.vdsbroker.irsbroker.IRSErrorException:
 IRSGenericException: IRSErrorException: Failed to
 ActivateStorageDomainVDS, error = Storage domain does not exist:
 ('5de36f78-8303-401b-b6c3-e04091077f9e',)
 2012-08-14 12:16:25,074 INFO
 [org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
 (pool-5-thread-50) [539cbd7e] Command
 [id=6db5eb90-af14-43f7-8494-d59528a77c27]: Compensating
 CHANGED_STATUS_ONLY of
 org.ovirt.engine.core.common.businessentities.storage_pool_iso_map;
 snapshot: EntityStatusSnapshot [id=storagePoolId =
 64a0f560-b9a1-4c87-8a30-0967b4ce3c81, storageId =
 5de36f78-8303-401b-b6c3-e04091077f9e, status=InActive].
 -

 Ho can I try to resolv it?

 Regards //Ricky



 ___
 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] oVirt 3.1 - Import ISO Domain

2012-08-14 Thread Ricardo Esteves
Hi,


I'm trying to import an ISO domain, but i get this: Error: A Request to
the Server failed with the following Status Code: 500

On vdsm log i have this:

MountError: (32, ;mount.nfs: rpc.statd is not running but is required
for remote locking.\nmount.nfs: Either use '-o nolock' to keep locks
local, or start statd.\nmount.nfs: an incorrect mount option was
specified\n)

Can someone help please?

Best regards,
Ricardo Esteves.

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


Re: [Users] Ovirt 3.1 : node installation fails with no reason

2012-08-14 Thread Itamar Heim

On 08/14/2012 01:18 PM, Vincent Miszczak wrote:

Hello guys,

I have upgraded both my engine and node from Fedora 16 to Fedora 17.

I have added the 3.1 release repo to both servers.

My engine is working as expected. Now I want to add my node to it, but
it fails everytime I try (the GUI says “Install Failed”), despite the
installation log on the node show that everything is OK.

I’ve looked to everything I’ve think about, cannot find why this fails :/

[root@ovirt-engine ovirt-engine]# rpm -qa ovirt*

ovirt-log-collector-3.1.0-0.git10d719.fc17.noarch

ovirt-engine-tools-common-3.1.0-2.fc17.noarch

ovirt-release-fedora-4-2.noarch

ovirt-engine-userportal-3.1.0-2.fc17.noarch

ovirt-image-uploader-3.1.0-0.git9c42c8.fc17.noarch

ovirt-engine-dbscripts-3.1.0-2.fc17.noarch

ovirt-engine-3.1.0-2.fc17.noarch

ovirt-engine-sdk-3.1.0.4-1.fc17.noarch

ovirt-engine-config-3.1.0-2.fc17.noarch

ovirt-engine-webadmin-portal-3.1.0-2.fc17.noarch

ovirt-iso-uploader-3.1.0-0.git1841d9.fc17.noarch

ovirt-engine-genericapi-3.1.0-2.fc17.noarch

ovirt-engine-restapi-3.1.0-2.fc17.noarch

ovirt-engine-notification-service-3.1.0-2.fc17.noarch

ovirt-engine-setup-3.1.0-2.fc17.noarch

ovirt-engine-backend-3.1.0-2.fc17.noarch

[root@ovirt-engine ovirt-engine]# rpm -qa vds*

vdsm-cli-4.10.0-6.fc17.noarch

vdsm-python-4.10.0-6.fc17.x86_64

vdsm-bootstrap-4.10.0-6.fc17.noarch

vdsm-reg-4.10.0-6.fc17.noarch

vdsm-hook-vhostmd-4.9.3.2-0.fc17.noarch

vdsm-4.10.0-6.fc17.x86_64

vdsm-debuginfo-4.10.0-6.fc17.x86_64

vdsm-debug-plugin-4.10.0-6.fc17.noarch

vdsm-gluster-4.10.0-6.fc17.noarch

vdsm-xmlrpc-4.10.0-6.fc17.noarch

vdsm-rest-4.10.0-6.fc17.noarch

vdsm-tests-4.10.0-6.fc17.noarch

vdsm-hook-faqemu-4.10.0-6.fc17.noarch

[root@ovirt-node-01]# rpm -qa vds*

vdsm-cli-4.10.0-6.fc17.noarch

vdsm-hook-vhostmd-4.9.3.2-0.fc17.noarch

vdsm-4.10.0-6.fc17.x86_64

vdsm-debuginfo-4.10.0-6.fc17.x86_64

vdsm-xmlrpc-4.10.0-6.fc17.noarch

vdsm-rest-4.10.0-6.fc17.noarch

vdsm-bootstrap-4.10.0-6.fc17.noarch

vdsm-reg-4.10.0-6.fc17.noarch

vdsm-python-4.10.0-6.fc17.x86_64

vdsm-tests-4.10.0-6.fc17.noarch

vdsm-debug-plugin-4.10.0-6.fc17.noarch

vdsm-hook-faqemu-4.10.0-6.fc17.noarch

vdsm-gluster-4.10.0-6.fc17.noarch

On the node :

Tue, 14 Aug 2012 12:00:57 DEBUG Start VDS Validation 

Tue, 14 Aug 2012 12:00:57 DEBUGEntered VdsValidation(subject =
'192.168.3.24', random_num = 'c8008897-9996-43a0-a712-dbb99d72ed71',
rev_num = 'None',

installVirtualizationService = 'True', installGlusterService = 'False')

Tue, 14 Aug 2012 12:00:57 DEBUGSetting up Package Sacks

Tue, 14 Aug 2012 12:00:58 DEBUGHost properly registered with
RHN/Satellite.

Tue, 14 Aug 2012 12:00:58 DEBUGBSTRAP component='RHN_REGISTRATION'
status='OK' message='Host properly registered with RHN/Satellite.'/

Tue, 14 Aug 2012 12:00:59 DEBUGAvailable VDSM matches requirements

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='VDSM_MAJOR_VER'
status='OK' message='Available VDSM matches requirements'/

Tue, 14 Aug 2012 12:00:59 DEBUGvirtExplorer testing

Tue, 14 Aug 2012 12:00:59 DEBUGCPU vendor is GenuineIntel

Tue, 14 Aug 2012 12:00:59 DEBUGvirt support in cpu: True, in bios: True

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='VT_SVM'
status='OK' processor='Intel' message='Server supports virtualization'/

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='OS' status='OK'
type='FEDORA' message='Supported platform version'/

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='KERNEL'
status='OK' version='3.5.1-1.fc17.x86_64' message='Supported kernel
version: [~3.5.1~, ~1.f

c17.x86_64~]'/

Tue, 14 Aug 2012 12:00:59 DEBUG['/sbin/grubby', '--update-kernel',
'DEFAULT', '--args', 'elevator=deadline']

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG['/sbin/grubby', '--update-kernel',
'DEFAULT', '--args', 'processor.max_cstate=1']

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUGCheck required packages ...

Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'SDL.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGSDL-1.2.14-16.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='REQ PACKAGES'
status='OK' result='SDL.x86_64' message='SDL-1.2.14-16.fc17.x86_64 '/

Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q',
'bridge-utils.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGbridge-utils-1.5-3.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='REQ PACKAGES'
status='OK' result='bridge-utils.x86_64'
message='bridge-utils-1.5-3.fc17.x86_64 '/

Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q',
'mesa-libGLU.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGmesa-libGLU-8.0.3-3.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='REQ PACKAGES'
status='OK' result='mesa-libGLU.x86_64'

Re: [Users] Ovirt 3.1 : node installation fails with no reason

2012-08-14 Thread Vincent Miszczak
Hi again,

I have removed then added the node again : same result.

The engine does not log anything (but it seems its log level is INFO, how can I 
activate DEBUG ?).
VDSM does not log anything neither (and vdsm-reg folder is empty on both node 
and engine).

-Message d'origine-
De : Itamar Heim [mailto:ih...@redhat.com]
Envoyé : mardi 14 août 2012 16:28
À : Vincent Miszczak
Cc : users@ovirt.org
Objet : Re: [Users] Ovirt 3.1 : node installation fails with no reason

On 08/14/2012 01:18 PM, Vincent Miszczak wrote:
 Hello guys,

 I have upgraded both my engine and node from Fedora 16 to Fedora 17.

 I have added the 3.1 release repo to both servers.

 My engine is working as expected. Now I want to add my node to it, but
 it fails everytime I try (the GUI says Install Failed), despite the
 installation log on the node show that everything is OK.

 I've looked to everything I've think about, cannot find why this fails
 :/

 [root@ovirt-engine ovirt-engine]# rpm -qa ovirt*

 ovirt-log-collector-3.1.0-0.git10d719.fc17.noarch

 ovirt-engine-tools-common-3.1.0-2.fc17.noarch

 ovirt-release-fedora-4-2.noarch

 ovirt-engine-userportal-3.1.0-2.fc17.noarch

 ovirt-image-uploader-3.1.0-0.git9c42c8.fc17.noarch

 ovirt-engine-dbscripts-3.1.0-2.fc17.noarch

 ovirt-engine-3.1.0-2.fc17.noarch

 ovirt-engine-sdk-3.1.0.4-1.fc17.noarch

 ovirt-engine-config-3.1.0-2.fc17.noarch

 ovirt-engine-webadmin-portal-3.1.0-2.fc17.noarch

 ovirt-iso-uploader-3.1.0-0.git1841d9.fc17.noarch

 ovirt-engine-genericapi-3.1.0-2.fc17.noarch

 ovirt-engine-restapi-3.1.0-2.fc17.noarch

 ovirt-engine-notification-service-3.1.0-2.fc17.noarch

 ovirt-engine-setup-3.1.0-2.fc17.noarch

 ovirt-engine-backend-3.1.0-2.fc17.noarch

 [root@ovirt-engine ovirt-engine]# rpm -qa vds*

 vdsm-cli-4.10.0-6.fc17.noarch

 vdsm-python-4.10.0-6.fc17.x86_64

 vdsm-bootstrap-4.10.0-6.fc17.noarch

 vdsm-reg-4.10.0-6.fc17.noarch

 vdsm-hook-vhostmd-4.9.3.2-0.fc17.noarch

 vdsm-4.10.0-6.fc17.x86_64

 vdsm-debuginfo-4.10.0-6.fc17.x86_64

 vdsm-debug-plugin-4.10.0-6.fc17.noarch

 vdsm-gluster-4.10.0-6.fc17.noarch

 vdsm-xmlrpc-4.10.0-6.fc17.noarch

 vdsm-rest-4.10.0-6.fc17.noarch

 vdsm-tests-4.10.0-6.fc17.noarch

 vdsm-hook-faqemu-4.10.0-6.fc17.noarch

 [root@ovirt-node-01]# rpm -qa vds*

 vdsm-cli-4.10.0-6.fc17.noarch

 vdsm-hook-vhostmd-4.9.3.2-0.fc17.noarch

 vdsm-4.10.0-6.fc17.x86_64

 vdsm-debuginfo-4.10.0-6.fc17.x86_64

 vdsm-xmlrpc-4.10.0-6.fc17.noarch

 vdsm-rest-4.10.0-6.fc17.noarch

 vdsm-bootstrap-4.10.0-6.fc17.noarch

 vdsm-reg-4.10.0-6.fc17.noarch

 vdsm-python-4.10.0-6.fc17.x86_64

 vdsm-tests-4.10.0-6.fc17.noarch

 vdsm-debug-plugin-4.10.0-6.fc17.noarch

 vdsm-hook-faqemu-4.10.0-6.fc17.noarch

 vdsm-gluster-4.10.0-6.fc17.noarch

 On the node :

 Tue, 14 Aug 2012 12:00:57 DEBUG Start VDS Validation 

 Tue, 14 Aug 2012 12:00:57 DEBUGEntered VdsValidation(subject =
 '192.168.3.24', random_num = 'c8008897-9996-43a0-a712-dbb99d72ed71',
 rev_num = 'None',

 installVirtualizationService = 'True', installGlusterService =
 'False')

 Tue, 14 Aug 2012 12:00:57 DEBUGSetting up Package Sacks

 Tue, 14 Aug 2012 12:00:58 DEBUGHost properly registered with
 RHN/Satellite.

 Tue, 14 Aug 2012 12:00:58 DEBUGBSTRAP component='RHN_REGISTRATION'
 status='OK' message='Host properly registered with RHN/Satellite.'/

 Tue, 14 Aug 2012 12:00:59 DEBUGAvailable VDSM matches requirements

 Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='VDSM_MAJOR_VER'
 status='OK' message='Available VDSM matches requirements'/

 Tue, 14 Aug 2012 12:00:59 DEBUGvirtExplorer testing

 Tue, 14 Aug 2012 12:00:59 DEBUGCPU vendor is GenuineIntel

 Tue, 14 Aug 2012 12:00:59 DEBUGvirt support in cpu: True, in bios: True

 Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='VT_SVM'
 status='OK' processor='Intel' message='Server supports
 virtualization'/

 Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='OS' status='OK'
 type='FEDORA' message='Supported platform version'/

 Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='KERNEL'
 status='OK' version='3.5.1-1.fc17.x86_64' message='Supported kernel
 version: [~3.5.1~, ~1.f

 c17.x86_64~]'/

 Tue, 14 Aug 2012 12:00:59 DEBUG['/sbin/grubby', '--update-kernel',
 'DEFAULT', '--args', 'elevator=deadline']

 Tue, 14 Aug 2012 12:00:59 DEBUG

 Tue, 14 Aug 2012 12:00:59 DEBUG

 Tue, 14 Aug 2012 12:00:59 DEBUG['/sbin/grubby', '--update-kernel',
 'DEFAULT', '--args', 'processor.max_cstate=1']

 Tue, 14 Aug 2012 12:00:59 DEBUG

 Tue, 14 Aug 2012 12:00:59 DEBUG

 Tue, 14 Aug 2012 12:00:59 DEBUGCheck required packages ...

 Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'SDL.x86_64']

 Tue, 14 Aug 2012 12:00:59 DEBUGSDL-1.2.14-16.fc17.x86_64

 Tue, 14 Aug 2012 12:00:59 DEBUG

 Tue, 14 Aug 2012 12:00:59 DEBUGBSTRAP component='REQ PACKAGES'
 status='OK' result='SDL.x86_64' message='SDL-1.2.14-16.fc17.x86_64 '/

 Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q',
 

Re: [Users] New engine install on remote DB fails uuid-ossp extension is not loaded

2012-08-14 Thread Ian Levesque

On Aug 14, 2012, at 12:58 PM, Yair Zaslavsky wrote:

 On 08/14/2012 07:12 PM, Ian Levesque wrote:
 Hello,
 
 I'm trying to install oVirt 3.1, using an external postgres db running on 
 RHEL6 (postgresql-server-8.4.12-1.el6_2.x86_64). I'm getting the following 
 error during engine-setup:
 
   Error: uuid-ossp extension is not loaded into the DB.
   Verify with the DB admin that uuid-ossp extension is loaded into newly 
 created databases and rerun the setup.
 
 The database log indicates:
 
   ERROR:  function uuid_generate_v1() does not exist at character 8
   HINT:  No function matches the given name and argument types. You might 
 need to add explicit type casts.
   STATEMENT:  SELECT uuid_generate_v1();
 
 I did some searching, and it appeared that I might need to add some 
 postgres-contrib functions:
 
   psql -U postgres -d engine -f /usr/share/pgsql/contrib/uuid-ossp.sql
 
 Unfortunately, it appears that the install script wants to create a 
 temporary database and expects these functions to exist on its newly-created 
 temp DB, not an already-existing database.
 
 Indeed this step is required for postgresql 8.4.x (you have to install this 
 script).
 I did not encounter an issue with this script.
 I ran
 
 psql -U postgres -d engine -f /usr/share/pgsql/contrib/uuid-ossp.sql
 
 And the script execution went smoothly (this scripts runs instructions of 
 create or replace function so it is re-entrant).
 Can you please elaborate more on the error you're getting?

Here's what the install log tells me:

2012-08-14 11:56:12::INFO::engine_validators::425::root:: Successfully created 
temp database on server cmcd-web.
2012-08-14 11:56:12::INFO::engine_validators::443::root:: Checking that uuid 
extension is loaded by default on the remote server
2012-08-14 11:56:12::DEBUG::common_utils::350::root:: running sql query 'SELECT 
uuid_generate_v1();' on db server: 'cmcd-web'.
2012-08-14 11:56:12::DEBUG::common_utils::286::root:: cmd = /usr/bin/psql -h 
cmcd-web -p 5432 -U ovirt -d ovirt_engine_test -c SELECT uuid_generate_v1();
2012-08-14 11:56:12::DEBUG::common_utils::291::root:: output = 
2012-08-14 11:56:12::DEBUG::common_utils::292::root:: stderr = ERROR:  function 
uuid_generate_v1() does not exist

So, the installer is trying to create a database ovirt_engine_test and 
succeeding. But until you run `psql -U postgres -d database_name -f 
/usr/share/pgsql/contrib/uuid-ossp.sql`, the function uuid_generate_v1() won't 
be available. Therefore, the temporary database the installer is using to 
determine compatibility fails.

Ian


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


Re: [Users] Ovirt 3.1 : node installation fails with no reason

2012-08-14 Thread snmishra

Hi,

Manually uninstall libjpeg and install it. Then try to add it  
using the GUI.


-Sharad

Quoting Douglas Landgraf dougsl...@redhat.com:


Hi Vicent,

On 08/14/2012 06:18 AM, Vincent Miszczak wrote:


Hello guys,

I have upgraded both my engine and node from Fedora 16 to Fedora 17.

I have added the 3.1 release repo to both servers.

My engine is working as expected. Now I want to add my node to it,  
but it fails everytime I try (the GUI says Install Failed),  
despite the installation log on the node show that everything is OK.


I've looked to everything I've think about, cannot find why this fails :/



The below logs are all that you have in /tmp/vds_* in the Node side?  
Could you please attach the log from engine?

I am wondering what might happened.



On the node :

Tue, 14 Aug 2012 12:00:57 DEBUG Start VDS Validation 

Tue, 14 Aug 2012 12:00:57 DEBUGEntered VdsValidation(subject =  
'192.168.3.24', random_num =  
'c8008897-9996-43a0-a712-dbb99d72ed71', rev_num = 'None',


installVirtualizationService = 'True', installGlusterService = 'False')

Tue, 14 Aug 2012 12:00:57 DEBUGSetting up Package Sacks

Tue, 14 Aug 2012 12:00:58 DEBUGHost properly registered with  
RHN/Satellite.


Tue, 14 Aug 2012 12:00:58 DEBUG BSTRAP  
component='RHN_REGISTRATION' status='OK' message='Host properly  
registered with RHN/Satellite.'/


Tue, 14 Aug 2012 12:00:59 DEBUGAvailable VDSM matches requirements

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='VDSM_MAJOR_VER'  
status='OK' message='Available VDSM matches requirements'/


Tue, 14 Aug 2012 12:00:59 DEBUGvirtExplorer testing

Tue, 14 Aug 2012 12:00:59 DEBUGCPU vendor is GenuineIntel

Tue, 14 Aug 2012 12:00:59 DEBUGvirt support in cpu: True, in bios: True

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='VT_SVM'  
status='OK' processor='Intel' message='Server supports  
virtualization'/


Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='OS' status='OK'  
type='FEDORA' message='Supported platform version'/


Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='KERNEL'  
status='OK' version='3.5.1-1.fc17.x86_64' message='Supported kernel  
version: [~3.5.1~, ~1.f


c17.x86_64~]'/

Tue, 14 Aug 2012 12:00:59 DEBUG['/sbin/grubby',  
'--update-kernel', 'DEFAULT', '--args', 'elevator=deadline']


Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG['/sbin/grubby',  
'--update-kernel', 'DEFAULT', '--args', 'processor.max_cstate=1']


Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUGCheck required packages ...

Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'SDL.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGSDL-1.2.14-16.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='REQ PACKAGES'  
status='OK' result='SDL.x86_64' message='SDL-1.2.14-16.fc17.x86_64  
'/


Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q',  
'bridge-utils.x86_64']


Tue, 14 Aug 2012 12:00:59 DEBUGbridge-utils-1.5-3.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='REQ PACKAGES'  
status='OK' result='bridge-utils.x86_64'  
message='bridge-utils-1.5-3.fc17.x86_64 '/


Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q',  
'mesa-libGLU.x86_64']


Tue, 14 Aug 2012 12:00:59 DEBUGmesa-libGLU-8.0.3-3.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='REQ PACKAGES'  
status='OK' result='mesa-libGLU.x86_64'  
message='mesa-libGLU-8.0.3-3.fc17.x86_64 '/


Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'openssl.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGopenssl-1.0.0j-2.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='REQ PACKAGES'  
status='OK' result='openssl.x86_64'  
message='openssl-1.0.0j-2.fc17.x86_64 '/


Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'm2crypto.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGm2crypto-0.21.1-8.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='REQ PACKAGES'  
status='OK' result='m2crypto.x86_64'  
message='m2crypto-0.21.1-8.fc17.x86_64 '/


Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'rsync.x86_64']

Tue, 14 Aug 2012 12:00:59 DEBUGrsync-3.0.9-2.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='REQ PACKAGES'  
status='OK' result='rsync.x86_64'  
message='rsync-3.0.9-2.fc17.x86_64 '/


Tue, 14 Aug 2012 12:00:59 DEBUGCheck VDS packages ...

Tue, 14 Aug 2012 12:00:59 DEBUG['/usr/bin/rpm', '-q', 'qemu-kvm']

Tue, 14 Aug 2012 12:00:59 DEBUGqemu-kvm-1.0.1-1.fc17.x86_64

Tue, 14 Aug 2012 12:00:59 DEBUG

Tue, 14 Aug 2012 12:00:59 DEBUG BSTRAP component='VDS PACKAGES'  
status='OK' result='qemu-kvm' message='qemu-kvm-1.0.1-1.fc17.x86_64  
'/


Tue, 14 Aug 2012 12:00:59 DEBUG

Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-14 Thread Nicholas Kesick

 Date: Tue, 14 Aug 2012 15:12:16 -0400
From: domi...@bostonvineyard.org
To: ricardo.m.este...@gmail.com
CC: users@ovirt.org
Subject: Re: [Users] oVirt 3.1 - Import ISO Domain

Today I had the same error both 500 and 477.  I was using 
ovirt-node-iso-2.5.0-2.0.fc17. I was doing a new install of 3.1 and could not 
add NFS storage at all.  This build has a pre 3.5 kernel on it so that should 
not have been the problem.  I then installed a new copy of Fedora 17 as the 
node added it as a host and was able to add all my NFS domains.  I hope that 
helps.  And does anyone know of this node build having problems?  I can 
replicate this issue.

Dominic
==The latest version of oVirt Node is 2.5.1-1.0, which 
was released at the same time as oVirt 3.1. I'd try that and see if it makes a 
difference.==
On Tue, Aug 14, 2012 at 10:27 AM, Ricardo Esteves ricardo.m.este...@gmail.com 
wrote:




  
  


Hi,





I'm trying to import an ISO domain, but i get this: Error: A Request to the 
Server failed with the following Status Code: 500



On vdsm log i have this:



MountError: (32, ;mount.nfs: rpc.statd is not running but is required for 
remote locking.\nmount.nfs: Either use '-o nolock' to keep locks local, or 
start statd.\nmount.nfs: an incorrect mount option was specified\n)




Can someone help please?



Best regards,

Ricardo Esteves.






___

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 3.1 - Import ISO Domain

2012-08-14 Thread Mark Wu

On 08/15/2012 03:12 AM, Dominic Kaiser wrote:
Today I had the same error both 500 and 477.  I was using 
ovirt-node-iso-2.5.0-2.0.fc17. I was doing a new install of 3.1 and 
could not add NFS storage at all.  This build has a pre 3.5 kernel on 
it so that should not have been the problem.  I then installed a new 
copy of Fedora 17 as the node added it as a host and was able to add 
all my NFS domains.  I hope that helps.  And does anyone know of this 
node build having problems?  I can replicate this issue.


Dominic

On Tue, Aug 14, 2012 at 10:27 AM, Ricardo Esteves 
ricardo.m.este...@gmail.com mailto:ricardo.m.este...@gmail.com wrote:


Hi,


I'm trying to import an ISO domain, but i get this: Error: A
Request to the Server failed with the following Status Code: 500

On vdsm log i have this:

MountError: (32, ;mount.nfs: rpc.statd is not running but is
required for remote locking.\nmount.nfs: Either use '-o nolock' to
keep locks local, or start statd.\nmount.nfs: an incorrect mount
option was specified\n)

Can someone help please?

It seems it's related http://gerrit.ovirt.org/#/c/4720/.   The 
unnecessary nfs related rpm/commands including rpc-bind were removed 
from ovirt-node. But the service nfs-lock requires rpc-bind, so it

can't start.  I guess so.  Michael,  is it?   Thanks!



Best regards,
Ricardo Esteves.


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




--
Dominic Kaiser
Greater Boston Vineyard
Director of Operations

cell: 617-230-1412
fax: 617-252-0238
email: domi...@bostonvineyard.org mailto:domi...@bostonvineyard.org




___
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