<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="field field-name-body field-type-text-with-summary
field-label-hidden">
<p>I'm trying to get an ISO domain configured in a new RHEVM
manager. I did not configure it during the initial
ovirt-engine-setup, and am manually configuring it after the
fact.</p>
<p>I created an NFS share in /var/lib/exports/iso and dropped a
couple of files in there from elsewhere, just for testing
purposes.</p>
<p>On a client system, I can mount the NFS share, but it appears
empty.</p>
<p>On the RHEV manager when I try to add an ISO domain, I get this
error message:</p>
<p>"Error while executing action Add Storage Connection:
Permission settings on the specified path do not allow access to
the storage.<br>
Verify permission settings on the specified storage path."</p>
<p>I suspect the selinux permissions aren't set right. This is
what they are currently configured to:</p>
<p>On the folder itself<br>
[root@hostname iso]# ll -dZ .<br>
drwxr-xr-x. root root system_u:object_r:nfs_t:s0</p>
<p>On the two files in the folder:</p>
<p>[root@hostname iso]# ll -Z<br>
-rwxrw-rw-. root root unconfined_u:object_r:nfs_t:s0
sosreport-LogCollector-20170117092344.tar.xz<br>
-rwxrw-rw-. root root unconfined_u:object_r:nfs_t:s0 test.txt</p>
<p>Is this correct? If not what should they be set to?</p>
<p>Thanks</p>
<p>Paul</p>
</div>
</body>
</html>