On 26/11/2015 10:05 PM, admin wrote:
(cwd None)
Thread-19211::ERROR::2015-11-26
11:56:23,213::storageServer::213::Storage.StorageServer.MountConnection::(c
onnect) Mount failed: (32, ';mount.nfs: Connection timed out\n')
Traceback (most recent call last):
File "/usr/share/vdsm/storage/storageServer.py", line 211, in connect
self._mount.mount(self.options, self._vfsType)
File "/usr/share/vdsm/storage/mount.py", line 223, in mount
return self._runcmd(cmd, timeout)
File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd
raise MountError(rc, ";".join((out, err)))
MountError: (32, ';mount.nfs: Connection timed out\n')
Thread-19211::ERROR::2015-11-26
11:56:23,214::hsm::2449::Storage.HSM::(connectStorageServer) Could not
connect to storageServer
Traceback (most recent call last):
File "/usr/share/vdsm/storage/hsm.py", line 2446, in connectStorageServer
conObj.connect()
File "/usr/share/vdsm/storage/storageServer.py", line 330, in connect
return self._mountCon.connect()
File "/usr/share/vdsm/storage/storageServer.py", line 219, in connect
raise e
MountError: (32, ';mount.nfs: Connection timed out\n')
Tried to manually mount the NFS share? The above is a clue from your logs.
--julian