Skip to content

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

@jarretlavallee

Description

@jarretlavallee

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions