Issue #4346 has been updated by Juerg Walz. Affected Puppet version changed from 0.25.5 to 2.7.1
This issue still exists in v2.7.1 (tested under Ubuntu server 10.04): err: /Stage[main]/Network::Nfs_mounts/File[/mnt/point]: Could not evaluate: Stale NFS file handle - /mnt/point ---------------------------------------- Feature #4346: puppetd does not remount stale NFS mounts on redhat5 https://projects.puppetlabs.com/issues/4346 Author: Rob Terhaar Status: Accepted Priority: Normal Assignee: Category: mount Target version: Affected Puppet version: 2.7.1 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.
