Hi All,

I did an strace on the puppet client strace puppet agent --test --noop
and found out that it does an lstat and open. something like this

lstat("/opt/swapfiles/GQ/example1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
open("/opt/swapfiles/GQ/example1", O_RDONLY|O_NONBLOCK|O_DIRECTORY) =
7.

The swapfiles is a large directory with lots of files. Is there a way
to avoid this, since its taking lots of time to compile the catalog
from the puppetmaster. Can i somehow prevent this?

Regards,
Kevin

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to