You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Currently, the client mounts the NFS exports like the following.
The export is
ro
, but it is mounted asrw
. 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 asro
.The text was updated successfully, but these errors were encountered: