
it's working for me with the latest files. Current issues: - You need to create the db user as superuser - disable selinux. On Thu, Nov 15, 2012 at 3:05 PM, Federico Simoncelli <fsimonce@redhat.com>wrote:
Hi Jorick and Cristian, the error you posted here looks like an issue we recently fixed (vdsm on nfs with kernel 3.6). Anyway it's quite difficult to make a comprehensive list of things to report and tests to execute. For this particular issue (and not as a general rule) I suggest you to contact me on IRC (fsimonce on #ovirt OFTC) so that we can sort out the issue together.
We will report back to the ML our findings so that it will be helpful for everyone else.
-- Federico
----- Original Message -----
From: "Jorick Astrego" <jorick@netbulae.eu> To: users@ovirt.org Sent: Wednesday, November 14, 2012 1:45:21 PM Subject: Re: [Users] could not add local storage domain
- I'm not the original submitter of this issue, but I have exactly the same problem with the latest nightly all-in-one installation.
We don't use public key auth for sshd on this machine so that's not the problem. This is what I see in the vdsm.log:
[...]
Thread-17:: INFO::2012-11-14 12:46:14,129::logUtils::37::dispatcher::(wrapper) Run and protect: connectStorageServer(domType=4, spUUID='00000000-0000-0000-0000-000000000000', conList=[{'connection': '/data', 'iqn': '', 'portal': '', 'user': '', 'password': '******', 'id': '00000000-0000-0000-0000-000000000000', 'port': ''}], options=None) Thread-17::ERROR::2012-11-14 12:46:14,212::hsm::2057::Storage.HSM::(connectStorageServer) Could not connect to storageServer Traceback (most recent call last): File "/usr/share/vdsm/storage/hsm.py", line 2054, in connectStorageServer conObj.connect() File "/usr/share/vdsm/storage/storageServer.py", line 462, in connect if not self.checkTarget(): File "/usr/share/vdsm/storage/storageServer.py", line 449, in checkTarget fileSD.validateDirAccess(self._path)) File "/usr/share/vdsm/storage/fileSD.py", line 51, in validateDirAccess getProcPool().fileUtils.validateAccess(dirPath) File "/usr/share/vdsm/storage/remoteFileHandler.py", line 274, in callCrabRPCFunction *args, **kwargs) File "/usr/share/vdsm/storage/remoteFileHandler.py", line 180, in callCrabRPCFunction rawLength = self._recvAll(LENGTH_STRUCT_LENGTH, timeout) File "/usr/share/vdsm/storage/remoteFileHandler.py", line 149, in _recvAll timeLeft): File "/usr/lib64/python2.7/contextlib.py", line 84, in helper return GeneratorContextManager(func(*args, **kwds)) File "/usr/share/vdsm/storage/remoteFileHandler.py", line 136, in _poll raise Timeout() Timeout