Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-20 Thread Mike Burns
On Wed, 2012-08-15 at 08:59 +0800, Mark Wu wrote:
 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 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!

It's possible, but hard to test until we have a new kernel build.

Mike

 
  
  Best regards,
  Ricardo Esteves.
  
  
  
  ___
  Users mailing list
  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
  
  
  
  
  
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


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


Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-20 Thread Dominic Kaiser
I had the same issue using node I then tried installing on f17 as the node
and I was able to add ISO and Export with no 477 or 500 errors.  I did not
update the kernel to newest 3.5 because I use all nfs.

I tried the two newest builds of node I have not tried older.

Dominic
On Aug 20, 2012 8:36 AM, Mike Burns mbu...@redhat.com wrote:

 On Wed, 2012-08-15 at 08:59 +0800, Mark Wu wrote:
  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 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!

 It's possible, but hard to test until we have a new kernel build.

 Mike

 
  
   Best regards,
   Ricardo Esteves.
  
  
  
   ___
   Users mailing list
   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
  
  
  
  
  
   ___
   Users mailing list
   Users@ovirt.org
   http://lists.ovirt.org/mailman/listinfo/users
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users



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


Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-16 Thread Keith Robertson

On 08/16/2012 10:38 AM, Brent Bolin wrote:

Anybody have any solutions to this.  I'm getting this error and pretty
much stuck from doing anything.

ovirt-node-iso-2.5.1-1.0.fc17.iso
Fedora 17 kernel 3.3.4-5.fc17.x86_64
Ovirt 3.1

Error 477 and 500 from the UI

I've tried nfs3 and nfs4.  I can manually mount either.  And
touch/remove files logged in as user vdsm
I am assuming that you have attempted to mount the NFS export from the 
hypervisor, correct?
1- On the hypervisor mount the export as root: mount -t nfs  ip address 
here:/path/to/storagedomain /tmp/mountpt

2- su - vdsm
3- cd /tmp/mountpt/path/to/isodomain
4- Try to add/remove a file as user 'vdsm'




On Tue, Aug 14, 2012 at 2:12 PM, Dominic Kaiser
domi...@bostonvineyard.org 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 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




--
Dominic Kaiser
Greater Boston Vineyard
Director of Operations

cell: 617-230-1412
fax: 617-252-0238
email: 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


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


Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-16 Thread Brent Bolin
I was not doing any of this from the hypervisor :)

Guess I'm a little confused how all this works.  Was doing this from
the Ovirt engine

I get this when I try to mount -

mount -t nfs  192.168.0.61:/vm/iso /mnt/test
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

Its mountable if I use the -o nolock switch

On Thu, Aug 16, 2012 at 9:47 AM, Keith Robertson krobe...@redhat.com wrote:
 On 08/16/2012 10:38 AM, Brent Bolin wrote:

 Anybody have any solutions to this.  I'm getting this error and pretty
 much stuck from doing anything.

 ovirt-node-iso-2.5.1-1.0.fc17.iso
 Fedora 17 kernel 3.3.4-5.fc17.x86_64
 Ovirt 3.1

 Error 477 and 500 from the UI

 I've tried nfs3 and nfs4.  I can manually mount either.  And
 touch/remove files logged in as user vdsm

 I am assuming that you have attempted to mount the NFS export from the
 hypervisor, correct?
 1- On the hypervisor mount the export as root: mount -t nfs  ip address
 here:/path/to/storagedomain /tmp/mountpt
 2- su - vdsm
 3- cd /tmp/mountpt/path/to/isodomain
 4- Try to add/remove a file as user 'vdsm'




 On Tue, Aug 14, 2012 at 2:12 PM, Dominic Kaiser
 domi...@bostonvineyard.org 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 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



 --
 Dominic Kaiser
 Greater Boston Vineyard
 Director of Operations

 cell: 617-230-1412
 fax: 617-252-0238
 email: 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


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


Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-16 Thread Brent Bolin
No

On Thu, Aug 16, 2012 at 10:39 AM, Keith Robertson krobe...@redhat.com wrote:
 On 08/16/2012 11:31 AM, Brent Bolin wrote:

 I was not doing any of this from the hypervisor :)

 Guess I'm a little confused how all this works.  Was doing this from
 the Ovirt engine

 I get this when I try to mount -

 mount -t nfs  192.168.0.61:/vm/iso /mnt/test
 mount.nfs: rpc.statd is not running but is required for remote locking.
 mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
 mount.nfs: an incorrect mount option was specified

 Its mountable if I use the -o nolock switch

 Just a shot in the dark, but do you have a firewall running on the NFS
 server?  If so it could be blocking that port.


 On Thu, Aug 16, 2012 at 9:47 AM, Keith Robertson krobe...@redhat.com
 wrote:

 On 08/16/2012 10:38 AM, Brent Bolin wrote:

 Anybody have any solutions to this.  I'm getting this error and pretty
 much stuck from doing anything.

 ovirt-node-iso-2.5.1-1.0.fc17.iso
 Fedora 17 kernel 3.3.4-5.fc17.x86_64
 Ovirt 3.1

 Error 477 and 500 from the UI

 I've tried nfs3 and nfs4.  I can manually mount either.  And
 touch/remove files logged in as user vdsm

 I am assuming that you have attempted to mount the NFS export from the
 hypervisor, correct?
 1- On the hypervisor mount the export as root: mount -t nfs  ip address
 here:/path/to/storagedomain /tmp/mountpt
 2- su - vdsm
 3- cd /tmp/mountpt/path/to/isodomain
 4- Try to add/remove a file as user 'vdsm'



 On Tue, Aug 14, 2012 at 2:12 PM, Dominic Kaiser
 domi...@bostonvineyard.org 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 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


 --
 Dominic Kaiser
 Greater Boston Vineyard
 Director of Operations

 cell: 617-230-1412
 fax: 617-252-0238
 email: 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



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


Re: [Users] oVirt 3.1 - Import ISO Domain

2012-08-16 Thread vincent

Quoting Brent Bolin brent.bo...@gmail.com:


No

On Thu, Aug 16, 2012 at 10:39 AM, Keith Robertson  
krobe...@redhat.com wrote:

On 08/16/2012 11:31 AM, Brent Bolin wrote:


I was not doing any of this from the hypervisor :)

Guess I'm a little confused how all this works.  Was doing this from
the Ovirt engine

I get this when I try to mount -

mount -t nfs  192.168.0.61:/vm/iso /mnt/test
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

Its mountable if I use the -o nolock switch


Just a shot in the dark, but do you have a firewall running on the NFS
server?  If so it could be blocking that port.



On Thu, Aug 16, 2012 at 9:47 AM, Keith Robertson krobe...@redhat.com
wrote:


On 08/16/2012 10:38 AM, Brent Bolin wrote:


Anybody have any solutions to this.  I'm getting this error and pretty
much stuck from doing anything.

ovirt-node-iso-2.5.1-1.0.fc17.iso
Fedora 17 kernel 3.3.4-5.fc17.x86_64
Ovirt 3.1

Error 477 and 500 from the UI

I've tried nfs3 and nfs4.  I can manually mount either.  And
touch/remove files logged in as user vdsm


I am assuming that you have attempted to mount the NFS export from the
hypervisor, correct?
1- On the hypervisor mount the export as root: mount -t nfs  ip address
here:/path/to/storagedomain /tmp/mountpt
2- su - vdsm
3- cd /tmp/mountpt/path/to/isodomain
4- Try to add/remove a file as user 'vdsm'




On Tue, Aug 14, 2012 at 2:12 PM, Dominic Kaiser
domi...@bostonvineyard.org 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 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



--
Dominic Kaiser
Greater Boston Vineyard
Director of Operations

cell: 617-230-1412
fax: 617-252-0238
email: 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






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



Hi,

What is the content of your /etc/exports on the NFS server?
Dou you have iptables running on the hypervisors or NFS server?

Regards,
Vincent



This message was sent using IMP, the Internet Messaging Program.

___
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 - 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