Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Night's Watch
-
5
-
NW - 2020-05-27, NW - 2020-06-10, NW - 2020-06-24
-
Needs Assessment
-
Enhancement
-
-
Needs Assessment
Description
Puppet Version: 6.15
Puppet Server Version: PE2019.7.0
OS Name/Version: CentOS/8
site.pp has remote filebickets enabled:
# Define filebucket 'main': |
filebucket { 'main': path => false } |
# Make filebucket 'main' the default backup location for all files: |
File { backup => 'main' } |
Concat_file { backup => 'main' } |
After upgrading to puppet agent 6.15 started receiving filebucket related errors :
2020-05-12 19:42:21 +0000 Puppet (err): Could not back up /etc/puppetlabs/pxp-agent/pxp-agent.conf: undefined method `head_filebucket_file' for #<Puppet::HTTP::Service::Compiler:0x00000000031ac658>
|
2020-05-12 19:42:21 +0000 Puppet (err): Could not back up /etc/puppetlabs/pxp-agent/pxp-agent.conf: undefined method `head_filebucket_file' for #<Puppet::HTTP::Service::Compiler:0x00000000031ac658>
|
2020-05-12 19:42:21 +0000 /Stage[main]/Puppet_enterprise::Pxp_agent/File[/etc/puppetlabs/pxp-agent/pxp-agent.conf]/content (err): change from '{md5}c85148d8c2d3eedef3e17a0de5e6097d' to '{md5}f48c2acb1fa971a3f28de790fe55244f' failed: Could not back up /etc/puppetlabs/pxp-agent/pxp-agent.conf: undefined method `head_filebucket_file' for #<Puppet::HTTP::Service::Compiler:0x00000000031ac658>
|
Â
I don't see any errors in puppetserver.log, related to pxp-agent failures, but on earlier the following messages are posted, which I assume came from local puppet run:
2020-05-12T19:22:05.418Z INFOÂ [qtp1302820841-79] [puppetserver] Puppet Not Found: Could not find file_bucket_file md5/9d3d4072e6f91a38cdac3e31b8ccd137/etc/puppetlabs/r10k/r10k.yaml
|
2020-05-12T19:22:05.441Z INFOÂ [qtp1302820841-76] [puppetserver] Puppet Computing checksum on string
|
2020-05-12T19:22:30.494Z INFOÂ [qtp1302820841-75] [puppetserver] Puppet Not Found: Could not find file_bucket_file md5/fe9b603c73ce46b5bccc105844cf5950/opt/puppetlabs/server/data/packages/public/2019.7.0/el-8-x86_64.repo
|
2020-05-12T19:22:30.515Z INFOÂ [qtp1302820841-76] [puppetserver] Puppet Computing checksum on string
|
2020-05-12T19:22:30.609Z INFOÂ [qtp1302820841-75] [puppetserver] Puppet Not Found: Could not find file_bucket_file md5/e3272f76558c7892f451f4fd85241516/opt/puppetlabs/server/data/packages/public/2019.7.0/el-8-x86_64.bash
|
2020-05-12T19:22:30.632Z INFOÂ [qtp1302820841-76] [puppetserver] Puppet Computing checksum on string
|
2020-05-12T19:22:30.759Z INFOÂ [qtp1302820841-75] [puppetserver] Puppet Not Found: Could not find file_bucket_file md5/267a6f9d3c08fb071b05777f6187678b/opt/puppetlabs/server/data/packages/public/2019.7.0/install.ps1
|
2020-05-12T19:22:30.780Z INFOÂ [qtp1302820841-76] [puppetserver] Puppet Computing checksum on string
|
2020-05-12T19:22:30.912Z INFOÂ [qtp1302820841-75] [puppetserver] Puppet Not Found: Could not find file_bucket_file md5/b22e68f323b0172807f103b98c38bac9/opt/puppetlabs/server/data/packages/public/2019.7.0/install.bash
|
2020-05-12T19:22:30.933Z INFOÂ [qtp1302820841-76] [puppetserver] Puppet Computing checksum on string
|
2020-05-12T19:22:31.026Z INFOÂ [qtp1302820841-75] [puppetserver] Puppet Not Found: Could not find file_bucket_file md5/1ecf48fa7db7ee2192c6961567bc826c/opt/puppetlabs/server/data/packages/public/2019.7.0/upgrade.bash
|
2020-05-12T19:22:31.053Z INFOÂ [qtp1302820841-76] [puppetserver] Puppet Computing checksum on string
|