-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request