Issue #4346 has been reported by Rob Terhaar.
----------------------------------------
Feature #4346: puppetd does not remount stale NFS mounts on redhat5
http://projects.puppetlabs.com/issues/4346
Author: Rob Terhaar
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Affected version: 0.25.5
Keywords:
Branch:
It doesn't seem like the mount resource is able to handle stale NFS mounts in
Linux:
When running puppetd(1) nfs mount on a known stale mount, we receive the
following error:
err: //Nfs::Client::Nfs_mounter[prod]/File[/var/nfssan]: Failed to retrieve
current state of resource: Stale NFS file handle - /var/nfssan
(1)
mount { "$mount_point":
device => "${nfs_server}:${nfs_mount_device}",
ensure => 'mounted',
fstype => $fs,
options => $mount_options,
atboot => 'true',
remounts => 'true',
}
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.