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::(&lt;lambda&gt;) &#39;/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&#39; (cwd None)<br>

Thread-564::DEBUG::2012-11-18 00:17:47,995::misc::83::Storage.Misc.excCmd::(&lt;lambda&gt;) &#39;/bin/sudo -n /bin/umount -f -l /rhev/data-center/mnt/10.20.20.20:_media_ceva2_Ovirt_Export&#39; (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 &quot;/usr/share/vdsm/storage/hsm.py&quot;, line 2203, in connectStorageServer<br>    conObj.connect()<br>  File &quot;/usr/share/vdsm/storage/storageServer.py&quot;, line 302, in connect<br>

    return self._mountCon.connect()<br>  File &quot;/usr/share/vdsm/storage/storageServer.py&quot;, line 208, in connect<br>    fileSD.validateDirAccess(self.getMountObj().getRecord().fs_file)<br>  File &quot;/usr/share/vdsm/storage/fileSD.py&quot;, 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.: &#39;path = /rhev/data-center/mnt/10.20.20.20:_media_ceva2_Ovirt_Export&#39;<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 -&gt; /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>