Hi team, I deploying 3 node HA environment for testing purpose but when I mount the nfs path and reconfigure I get error of Operation not permitted on /var/opt/morpheus/morpheus-ui…Though I have followed the documentation and also tried the solution of same uid and guid given in support portal but still same error…
All nodes should have the same gid and uid usually set in the morpheus.rb. That said, you’re error is usually higher up in than the screenshot and the reconfigure wouldn’t fail on the gid/uid typically so its most likely a different issue.
We do have this setup in our environment and it just works fine.
morpheus-ui directory on the NFS share should have an soft link from a local filesystem in all 3 app nodes. Otherwise the morpheus-ui directory and its contents wont be consistent across all 3 nodes.
Have you created soft links in the app nodes? If not, you may need to create them.
When you created the morpheus-ui directory, did you setup the owner as root:root and file permissions set to 755? Unmount the NFS filesystem and check those permissions to be correct. If not root:root and 755 you will have weird EPERM issues within scripts once the NFS filesystem is mounted on top of that mount point.