@Tom-Elliott said in db_root: cannot open: /etc/target:
@kboutelle There’s the problem.
You have /images and /images2 mounting to the same File system ID. I believe nfs will use the 1st instance (in your case it’s mounting /images rather than your new share /images2.
Edit the /etc/exports file.
For your /images and /images/dev lines, prepend them with a
#
symbol. This will comment those lines.That, or change the fsid of the /images2 and /images2/dev to have 2 and 3 respectively.
Then restart the nfs service,
systemctl restart nfsd
I can’t believe I missed that. Edited, going to try again.
Deployment is proceeding as it should.
Thank you all for taking the time to help.