On Tue, Mar 29, 2011 at 11:03:33AM -0700, Forrie wrote:
> I have some NFS directories that get changed to a read-only status
> after a period of time. I noticed in puppet, if I change these
> values and restart puppet and puppetmaster respectively, it does not
> pick up the change in the mount {} directive.
>
> Is there a way around this, or a better way to affect the change.
>
>
> Thanks.
>
The current mount type of puppet just checks if you have a correct entry
in fstab (or vfstab) and if the device is mounted or not.This means that if your fstab is insync and the device is mounted, puppet will not change anything. So if you want options to be rw and you have rw in fstab, puppet will not complain even when the actual mount is mounted ro. Puppet will only trigger a remount if fstab is out of sync. This is a known issue: http://projects.puppetlabs.com/issues/6309 -Stefan
pgpEJYAb0ESCo.pgp
Description: PGP signature
