Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the NFS client mount options to reflect the RO mount #26

Open
jarretlavallee opened this issue Jan 7, 2021 · 0 comments
Open

Set the NFS client mount options to reflect the RO mount #26

jarretlavallee opened this issue Jan 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jarretlavallee
Copy link
Contributor

Currently, the client mounts the NFS exports like the following.

pe-201984-master.puppetdebug.vlan:/etc/puppetlabs on /var/pesupport/pe-201984-master.puppetdebug.vlan/etc type nfs4 (rw,noatime,vers=4.1,rsize=32768,wsize=32768,namlen=255,acregmax=3,acdirmin=3,acdirmax=3,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.11,local_lock=none,addr=192.168.0.24)

The export is ro, but it is mounted as rw. Use the https://forge.puppet.com/modules/derdanne/nfs#options_nfs or https://forge.puppet.com/modules/derdanne/nfs#options_nfsv4 options to reflect that it is mounted as ro.

@jarretlavallee jarretlavallee added the enhancement New feature or request label Jan 7, 2021
@MartyEwings MartyEwings added this to the Feature Complete - No VPN milestone Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants