search for: puppet_tag_id

Displaying 1 result from an estimated 1 matches for "puppet_tag_id".

2013 Oct 08
4
'puppet storeconfigs export' killed
...JOIN `resources` ON `resources`.`host_id` = `hosts`.`id` LEFT OUTER JOIN `param_values` ON `param_values`.`resource_id` = `resources`.`id` LEFT OUTER JOIN `resource_tags` ON `resource_tags`.`resource_id` = `resources`.`id` LEFT OUTER JOIN `puppet_tags` ON `puppet_tags`.`id` = `resource_tags`.`puppet_tag_id` WHERE `resources`.`exported` = 1; When the process gets stuck, an strace shows a constant and very quick flow of: 30666 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2593, ...}) = 0 The final moments of the strace showed: 30667 restart_syscall(<... resuming interrupted...