https://www.puppet.com/community logo
Join Slack
Powered by
# office-hours
  • s

    steveax

    01/26/2023, 10:56 PM
    Editing scheduled tasks is boss (scheduled plans should get this soon too)
  • s

    steveax

    01/26/2023, 10:57 PM
    stopping in-progress tasks & plans was a long standing request - glad we got to those
  • s

    steveax

    01/26/2023, 10:58 PM
    there’s also a new
    pending
    job state that I think will help some folks out
  • s

    steveax

    01/26/2023, 10:59 PM
    Along with timeout limits for tasks & plans
  • b

    binford2k

    01/26/2023, 11:00 PM
    what does stopping the task do? Will it actually kill the process on the target node?
  • d

    Dr Bunsen Honeydew

    01/26/2023, 11:02 PM
    the more you know Next up is 🧑‍🏫Puppet Core Team in 115 hours
  • s

    steveax

    01/26/2023, 11:03 PM
    I believe it uses
    "force": true
    when it hits the
    command/stop
    endpoint https://www.puppet.com/docs/pe/2023.0/orchestrator_api_commands_endpoint.html#orchestrator_api_post_command_stop
  • s

    steveax

    01/26/2023, 11:04 PM
    there are some edge cases around that, but it should kill it
    👍 1
  • s

    steveax

    01/26/2023, 11:05 PM
    OK, that’s a wrap for today - we’ll be back in a couple of weeks. Y’all be good to yourselves.
  • s

    Slackbot

    01/27/2023, 8:48 AM
    This message was deleted.
    💯 2
    b
    • 2
    • 1
  • d

    Dr Bunsen Honeydew

    01/31/2023, 5:45 PM
    fry dancing 🧑‍🏫Puppet Core Team is about to start up in 15 minutes
  • j

    josh

    01/31/2023, 6:08 PM
    Hi folks, Have a question about open source puppet, ask away!
  • s

    Slackbot

    01/31/2023, 6:12 PM
    This message was deleted.
    👍 1
    s
    j
    • 3
    • 3
  • j

    josh

    01/31/2023, 6:12 PM
    Also I wanted to mention we've started shipping puppet-agent 8 nightly builds for Redhat, Fedora, SLES, Debian, Ubuntu and macOS to https://nightlies.puppet.com/
  • v

    vchepkov

    01/31/2023, 6:19 PM
    I stepped on this ticket https://tickets.puppetlabs.com/browse/PUP-11685 while migrating to puppet 7. Is there a good way to find which fact causes issue ?
  • v

    vchepkov

    01/31/2023, 6:20 PM
    the error message is somewhat misleading, since actual fact count is low
  • v

    vchepkov

    01/31/2023, 6:20 PM
    it's just, I presume, some facts are too deep?
  • s

    Slackbot

    01/31/2023, 6:25 PM
    This message was deleted.
    c
    j
    • 3
    • 2
  • j

    josh

    01/31/2023, 6:26 PM
    Could you add some details to the ticket about how systemd v4 exposes the issue? Anything to help reproduce would be very useful.
  • v

    vchepkov

    01/31/2023, 6:38 PM
    Vox folks rolled back the systemd change
  • v

    vchepkov

    01/31/2023, 6:38 PM
    but basically, they added a lot of data inside a udev fact
  • v

    vchepkov

    01/31/2023, 6:39 PM
    which caused that warning everywhere
  • v

    vchepkov

    01/31/2023, 6:40 PM
    I blocklisted the fact, because that was a recent change and I knew where to look. switching from puppet6 to puppet7 just brings the problem to light with no clear path, how to address it
  • v

    vchepkov

    01/31/2023, 6:41 PM
    from what I see in configuration parameter names, it's a soft limit
  • b

    bastelfreak

    01/31/2023, 6:43 PM
    you can still use the fact with v4.0.1 from puppet/systemd
  • d

    Dr Bunsen Honeydew

    01/31/2023, 6:43 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&channel=office-hours
  • j

    josh

    01/31/2023, 6:43 PM
    ah I see https://github.com/voxpupuli/puppet-systemd/issues/314
  • j

    josh

    01/31/2023, 6:43 PM
    ah I see https://github.com/voxpupuli/puppet-systemd/issues/314
  • c

    CVQuesty

    01/31/2023, 6:44 PM
    It’s a bug. I’ve seen a lot of chatter about it here on the channels
  • c

    csharpsteen

    01/31/2023, 6:45 PM
    If we count paths by doing a depth-first walk of the fact hash, we could probably track the path count per top-level fact and print out the "top 10" if the total count is larger than the threshold.
1...343536...78Latest