Hello,
I was having trouble with getting an Ubuntu 22.04 NFS share working and after searching
for hours I was able to figure out what was needed. Below is what I found if anyone else
runs into this.
My error was
engine.log
"...Unexpected return value: Status [code=701, message=Could not initialize cluster
lock: ()]"
Host
supervdsm.log
-open error -13 EACCES: no permission to open /ThePath/ids
-check that daemon user sanlock *** group sanlock *** has access to disk or file.
The fix was
changing /etc/nfs.conf manage-gids=y ( Which is the default ) to # manage-gids=y (
Commenting this sets the default which is no )
It looks like in the past the fix was to change /etc/default/nfs-kernel-server Line
RPCMOUNTDOPTS="--manage-gids" which I didn't need to change.
Hello,
I was having trouble with getting an Ubuntu 22.04 NFS share working and
after searching for hours I was able to figure out what was needed. Below
is what I found if anyone else runs into this.
My error was
engine.log
"...Unexpected return value: Status [code=701, message=Could not
initialize cluster lock: ()]"
Host
supervdsm.log
-open error -13 EACCES: no permission to open /ThePath/ids
-check that daemon user sanlock *** group sanlock *** has access to disk
or file.
The fix was
changing /etc/nfs.conf manage-gids=y ( Which is the default ) to #
manage-gids=y ( Commenting this sets the default which is no )
It looks like in the past the fix was to change
/etc/default/nfs-kernel-server Line RPCMOUNTDOPTS="--manage-gids" which I
didn't need to change.
_______________________________________________
Users mailing list -- users(a)ovirt.org
To unsubscribe send an email to users-leave(a)ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PT6SKJ4ZTX3...
Host
supervdsm.log
-open error -13 EACCES: no permission to open /ThePath/ids
-check that daemon user sanlock *** group sanlock *** has access to disk or file.
Wrong log on Host. It was sanlock.log not supervdsm.log
I stand corrected
/etc/default/nfs-kernel-server
RPCMOUNTDOPTS="--manage-gids"
Needs to be changed to
RPCMOUNTDOPTS=""
In my testing I restarted the wrong service