Issue #1665 has been reported by chrobrydd.

----------------------------------------
Bug #1665: Fileserver slowing down client
http://projects.reductivelabs.com/issues/show/1665

Author: chrobrydd
Status: Unreviewed
Priority: Normal
Assigned to: 
Category: 
Target version: 
Complexity: Unknown
Patch: None
Affected version: 0.24.4
Keywords: 


I have a puppet 0.24.5 running on linux (RHEL4 and RHEL5), successfully.  All 
classes that I have seem to work fine, with exception of the fileserver piece.  
Whenever I try to implement a file server the client puppetd slows down with 
100% CPU utilization.

Look at the sample class:
class opt_files {
        file { "/opt":
                ensure => directory,
                source => "puppet:///$environment/opt/",
                recurse => "true"
        }
}

The files and directory can be small or large, it doesn't seem to matter.  I am 
not getting any error messages, it just keeps trying to do checksum.
This makes Puppet unusuable with updates taking very long time (just shy of an 
hour).


----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to