Re: [Users] permission settings on the specified path do not allow access to the storage

2012-03-07 Thread Moran Goldboim

On 03/06/2012 05:17 PM, Shu Ming wrote:
The problem was resloved  and It might come from the naming problem 
using 'data' as domain name.


can you please elaborate - i don't know such a limitation, anyhow the 
error shows a permission problem if this isn't the case we should handle it.

Moran.


On 2012-3-6 22:55, Xiaofan wrote:

Manually mount and touch with kvm:qemu user/group and see if success?

2012/3/6 Shu Mingshum...@linux.vnet.ibm.com:

It seems that the problem came from the name of the data domain to be
created.  I used data to be the name.  Is data a reserved name 
for the

storage domain?


On 2012-3-6 17:30, Shu Ming wrote:

Hi,
  My ovirt-engine was setup on a vm host with ip:xxx.xxx.xxx.112.  
And I am
trying to create a new domain with ovirt-engine UI  by the 
Storage--  New

Domain.  And the following error happened.  However I can mount the
  xxx.xxx.xxx.110:/data by mount -t nfs xxx.xxx.xxx.110:/data 
/mnt manually
in the ovirt-engine host, also a new file can be created under the 
mounted

directory with touch xx.  It looks to me that there is no permission
problem when I access the remote nfs path manually.  So does 
ovirt-engine
enforce additional permission check beside the normal unix file 
permission

check here?


[root@ovirt-engine-112 /]# vim /var/log/ovirt-engine/engine.log
[root@ovirt-engine-112 /]# vim /var/log/ovirt-engine/engine.log
2012-03-06 00:38:51,165 INFO
  
[org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]

(http--0.0.0.0-8080-6) START,
ValidateStorageServerConnectionVDSCommand(vdsId =
46a83d56-66d9-11e1-8004-5254009e821b, storagePoolId =
----, storageType = NFS, 
connectionList = [{

id: null, connection: xxx.xxx.xxx.110:/data };]), log id: 1899002d
2012-03-06 00:38:51,297 INFO
  
[org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
(http--0.0.0.0-8080-6) FINISH, 
ValidateStorageServerConnectionVDSCommand,

return: {----=469}, log id: 1899002d
2012-03-06 00:38:51,300 ERROR
[org.ovirt.engine.core.bll.storage.NFSStorageHelper] 
(http--0.0.0.0-8080-6)
The connection with details xxx.xxx.xxx.110:/data failed because of 
error
code 469 and error message is: permission settings on the specified 
path do

not allow access to the storage.
verify permission settings on the specified storage path.
2012-03-06 00:38:51,300 WARN
  
[org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand]
(http--0.0.0.0-8080-6) CanDoAction of action 
AddStorageServerConnection

failed. Reasons:ACTION_TYPE_FAILED_STORAGE_CONNECTION
2012-03-06 00:38:51,425 INFO
  
[org.ovirt.engine.core.bll.storage.RemoveStorageServerConnectionCommand] 

(http--0.0.0.0-8080-4) Running command: 
RemoveStorageServerConnectionCommand

internal: false. Entities affected :  ID:
aaa0----123456789aaa Type: System



--
Shu Mingshum...@linux.vnet.ibm.com
IBM China Systems and Technology Laboratory


___
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] adding host with ovirt-engine-cli

2012-03-07 Thread Li, David
Hi Michael,

Do I need to reinstall the SDK as well? 
In general if I start from scrach, is the right order of installation like: 
engine-sdk-cli?

- David

From: Michael Pasternak [mpast...@redhat.com]
Sent: Tuesday, March 06, 2012 10:56 PM
To: Li, David
Cc: users@ovirt.org
Subject: Re: [Users] adding host with ovirt-engine-cli

Hi David,

On 03/07/2012 12:08 AM, Li, David wrote:
 Hi Michael,

 Now I could create a host but couldn't delete it.

This is because you using not official release of the cli,
(you build cli rpm from the latest git right?!, you should use rpm i gave you)
so this is due to partly developed/committed feature,

if you'll build new rpm now (from the git) and reinstall it (don't forget 
removing the old
one first cause both rpms will have same version) it will work,

in future please try to avoid installing non officially released tarballs.


 [oVirt shell (connected)]# delete host 72b4107c-679d-11e1-9302-000c29cfd59e
 error: failed locating type async

 what's the correct syntax for deleting a host?


 - David


--

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


[Users] Data center is non-responsive after a reboot

2012-03-07 Thread Terry Phelps
I have a pretty new ovirt/vsdm-combined installation on a Fedora 16 host.
It was running okay, and then I applied a bunch of Fedora patches, and
rebooted the box. Now, ovirt shows my data center as non-responsive. What
might be wrong? What can I look at to get more information?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] doc/ui mismatch for memory overcommit

2012-03-07 Thread Joe Pruett
the docs say that server is 150% and desktop is 200%, but the ui has the
opposite.  it seems like server at 150% makes more sense.  is it just
the text in the ui that is wrong?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] missing iso files?

2012-03-07 Thread Steve Gordon


- Original Message -
 From: Joe Pruett j...@q7.com
 To: users@ovirt.org
 Sent: Wednesday, March 7, 2012 3:13:25 PM
 Subject: Re: [Users] missing iso files?
 
 ok, found engine-iso-uploader.   still missing the isos, but i can
 download them from the net.  sounds like mainly doc issues?

Hi Joe,

Assuming you are referring to the installation guide, documentation bugs can be 
raised here:

https://bugzilla.redhat.com/enter_bug.cgi?product=oVirtcomponent=doc-Installation-Guide

Thanks,

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


Re: [Users] missing iso files?

2012-03-07 Thread Steve Gordon


- Original Message -
 From: Joe Pruett j...@q7.com
 To: users@ovirt.org
 Sent: Wednesday, March 7, 2012 3:41:27 PM
 Subject: Re: [Users] missing iso files?
 
 
 
 On 03/07/2012 12:31 PM, Steve Gordon wrote:
 
  - Original Message -
  From: Joe Pruett j...@q7.com
  To: users@ovirt.org
  Sent: Wednesday, March 7, 2012 3:13:25 PM
  Subject: Re: [Users] missing iso files?
 
  ok, found engine-iso-uploader.   still missing the isos, but i can
  download them from the net.  sounds like mainly doc issues?
  Hi Joe,
 
  Assuming you are referring to the installation guide, documentation
  bugs can be raised here:
 
  https://bugzilla.redhat.com/enter_bug.cgi?product=oVirtcomponent=doc-Installation-Guide
 
  Thanks,
 
  Steve
 
 i guess the question i have is whether the docs are right and the
 packages are wrong or the other way around?  i can certainly submit a
 bug and let you guys sort it out, if that is easiest.

In terms of the UI question you raised (about overcommit) I couldn't be 100% 
sure, but if the docs specify the wrong binary names that is a more obvious 
correction that's needed.

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