On Oct 20, 2014 6:46 AM, <[email protected]> wrote: > > The issue that i don't fully understand is why the puppet run seems to finish: > > Oct 8 19:58:07 node2 puppet-agent[18912]: (/Stage[main]/Task_node2__package___45_58_54_52_2dlsbwrapper4/Package[EXTR-lsbwrapper4]/ensure) ensure changed '1.0.0-1' to '2.0.0-1' > Oct 8 19:58:12 node2 puppet-agent[18912]: (/Stage[main]/Task_node2__package___45_58_54_52_2dlsbwrapper8/Package[EXTR-lsbwrapper8]/ensure) ensure changed '1.0.0-1' to '0:3.0.0-1' > Oct 8 19:58:15 node2 puppet-agent[18912]: (/File[/etc/mcollective/facts.yaml]/content) content changed '{md5}cf91bdba62cbaa5149af42b81febbbf4' to '{md5}994da216388be7020bade56907c701ed' > Oct 8 19:58:19 node2 puppet-agent[18912]: (/File[maincf]/seltype) seltype changed 'etc_runtime_t' to 'etc_t' > Oct 8 19:58:22 node2 puppet-agent[18912]: Finished catalog run in 47.16 seconds > > Yet after that the puppet seems to continue where it left off: > > Oct 8 19:58:57 node2 puppet-agent[20580]: (/Stage[main]/Task_node2__package___45_58_54_52_2dlsbwrapper28/Package[EXTR-lsbwrapper28]/ensure) ensure changed '1.0.0-1' to '0:2.0.0-1' > Oct 8 19:58:58 node2 puppet-agent[20580]: (/File[/etc/mcollective/facts.yaml]/content) content changed '{md5}994da216388be7020bade56907c701ed' to '{md5}d8c1cb23e367c830bc34a564d49e8353' > Oct 8 19:59:03 node2 puppet-agent[20580]: (/File[maincf]/seltype) seltype changed 'etc_runtime_t' to 'etc_t' > Oct 8 19:59:05 node2 puppet-agent[20580]: Finished catalog run in 16.30 seconds > > Not sure about this but my understanding is that a catalog run should be sequential if there is a global lock in place? >
Yes, the catalog application is sequential but I see nothing to suggest otherwise in these logs (I could be missing it, reading on my phone). What I see is: The File facts.yaml is changed from cf9* to 994* in the first run, then 994* to d8c* in the second. The Packages lsbwrapper4 & lsbwrapper8 are installed in the first run, lsbwrapper28 in the second. Without seeing the manifests, we cannot know why these happen in two runs instead of one, but the facts.yaml changing is probably a clue. > This looks like a bug IMO. Is there any tracking done of this? What is the antecedent of your final "this"? Bugs (there's Jira for that) or catalog runs (logs and reports for that) or something else? Wil -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAMmm3r4RyhZVpSmP2pRR%2BM-PofF2xv2%2Bc39b1hHR%3D9w_GiQ70Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
