Issue #2019 has been updated by luke.
jay wrote: > debug: Puppet::Type::Mount::ProviderParsed: Executing '/bin/mount' > debug: //garry_mount/File[/mnt/isilon/cluster3/garry]: File does not exist > debug: //garry_mount/File[/mnt/isilon/cluster3/garry]: Changing ensure > debug: //garry_mount/File[/mnt/isilon/cluster3/garry]: 1 change(s) > > This is happening when the NFS server is down. garry is the mountpoint.. > but any sort of file operations on it fail because of said down NFS server. > Even tryping to TAB complete this hangs... puppet run time goes up while the > NFS server is down as well waiting for the softmount to timeout. So what does the mount point look like when the mount is down? Is that garry file still there? When Puppet tries to make it, does it just hang forever, or what? The only thing I can think of that triggers a recursive backup is if Puppet becomes convinced it needs to replace the thing that's there with something else, but you've said it should be a directory, and it is considered a directory, so that shouldn't be it. If you could do some more debugging to maybe figure out what's triggering the backup -- maybe include debug logs from a run that triggers it -- that'd be great. ---------------------------------------- Bug #2019: puppet managed nfs mount point filebuckets all of its files when nfs servers goes away and then comes back http://projects.reductivelabs.com/issues/2019 Author: jay Status: Needs more information Priority: High Assigned to: Category: mount Target version: Complexity: Unknown Affected version: 0.24.6 Keywords: We are having an issue with puppet trying to file bucket the contents of an nfs server mount point when the nfs server goes away and comes back. Puppet things this has changed and tries to file bucket the contents of the nfs mount. Both the NFS mount, and the mount point are managed by the mount and file types respectively. We have seen this behavior for several versions now but did not know of a way to reproduce it until now. This happened on 9 hosts all sharing the same nfs server for this mount point. -- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
