Hi all,<br><br>When trying to add a nfs export domain (nightly builds) I get this error in logs:<br><br><br>Thread-564::DEBUG::2012-11-18 00:17:47,923::misc::83::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n /bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 10.20.20.20:/media/ceva2/Ovirt/Export /rhev/data-center/mnt/10.20.20.20:_media_ceva2_Ovirt_Export' (cwd None)<br>
Thread-564::DEBUG::2012-11-18 00:17:47,995::misc::83::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n /bin/umount -f -l /rhev/data-center/mnt/10.20.20.20:_media_ceva2_Ovirt_Export' (cwd None)<br>Thread-564::ERROR::2012-11-18 00:17:48,036::hsm::2207::Storage.HSM::(connectStorageServer) Could not connect to storageServer<br>
Traceback (most recent call last):<br> File "/usr/share/vdsm/storage/hsm.py", line 2203, in connectStorageServer<br> conObj.connect()<br> File "/usr/share/vdsm/storage/storageServer.py", line 302, in connect<br>
return self._mountCon.connect()<br> File "/usr/share/vdsm/storage/storageServer.py", line 208, in connect<br> fileSD.validateDirAccess(self.getMountObj().getRecord().fs_file)<br> File "/usr/share/vdsm/storage/fileSD.py", line 58, in validateDirAccess<br>
raise se.StorageServerAccessPermissionError(dirPath)<br>StorageServerAccessPermissionError: Permission settings on the specified path do not allow access to the storage. Verify permission settings on the specified storage path.: 'path = /rhev/data-center/mnt/10.20.20.20:_media_ceva2_Ovirt_Export'<br>
<br>The directory is either removed or not created:<br><br>[root@localhost vdsm]# ls -la /rhev/data-center/mnt/<br>total 12<br>drwxr-xr-x. 3 vdsm kvm 4096 Nov 18 00:19 .<br>drwxr-xr-x. 7 vdsm kvm 4096 Nov 18 00:15 ..<br>
drwxr-xr-x. 3 vdsm kvm 4096 Nov 18 00:14 10.20.20.20:_media_ceva2_Ovirt_Iso<br>
lrwxrwxrwx. 1 vdsm kvm 26 Nov 17 17:20 _media_ceva2_Ovirt_Storage -> /media/ceva2/Ovirt/Storage<br><br>If I create the /rhev/data-center/mnt/10.20.20.20:_media_ceva2_Ovirt_Export directory, it will be deleted when I try to add the storage again.<br>
<br>Best regards,<br>Cristian Falcas<br>