You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues while adding NFS export from EMC VNX device to ovirt-engine as it is showing permission issue. So referring to troubleshoot doc i.e.
The easiest way to definitively test that an NFS export is ready for use by oVirt is to:
-Create the vdsm user with uid 36 on the ovirt-engine host if it does not already exist.
-Change to the vdsm user using su - vdsm -s /bin/bash
-Attempt to mount the export on a temporary directory (for example, /tmpmnt) using the following command form: /usr/bin/sudo -n /bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 servername:/path/of/export /tmpmnt
-If the mount succeeds, then try to create a file in it via the touch command, i.e. touch /tmpmnt/tempfile
I am getting below error:
sudo: a password is required
Steps to reproduce
su - vdsm -s /bin/bash
Last login: Mon Jul 2 10:33:48 IST 2018 on pts/0
nodectl must be run as root!
nodectl must be run as root!
-bash-4.2$ mkdir test
-bash-4.2$ /usr/bin/sudo -n /bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 192.168.1.10:/nfstest test/
sudo: a password is required
The text was updated successfully, but these errors were encountered:
gregsheremeta
changed the title
Manual test for nfs "definitively test" under permission is not working
[docs] Manual test for nfs "definitively test" under permission is not working
Jul 6, 2018
Description of the problem
I am having issues while adding NFS export from EMC VNX device to ovirt-engine as it is showing permission issue. So referring to troubleshoot doc i.e.
The easiest way to definitively test that an NFS export is ready for use by oVirt is to:
-Create the vdsm user with uid 36 on the ovirt-engine host if it does not already exist.
-Change to the vdsm user using su - vdsm -s /bin/bash
-Attempt to mount the export on a temporary directory (for example, /tmpmnt) using the following command form: /usr/bin/sudo -n /bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 servername:/path/of/export /tmpmnt
-If the mount succeeds, then try to create a file in it via the touch command, i.e. touch /tmpmnt/tempfile
I am getting below error:
sudo: a password is required
Steps to reproduce
su - vdsm -s /bin/bash
Last login: Mon Jul 2 10:33:48 IST 2018 on pts/0
nodectl must be run as root!
nodectl must be run as root!
-bash-4.2$ mkdir test
-bash-4.2$ /usr/bin/sudo -n /bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 192.168.1.10:/nfstest test/
sudo: a password is required
The text was updated successfully, but these errors were encountered: