Incoming data due to an event, instability, or downtime causes files to get rejected in the PuppetDB stockpile discard directory.
Version and installation information
PE version: All supported
Solution
Clean up the /opt/puppetlabs/server/data/puppetdb/stockpile/discard
file directory on the PuppetDB node in PE by following these steps:
-
Review the files in
/opt/puppetlabs/server/data/puppetdb/stockpile/discard
. -
Submit a support ticket if you find an issue with a file such as an error or an alert.
-
Delete unwanted files to free disk space using the command:
find /opt/puppetlabs/server/data/puppetdb/stockpile/discard/ -type f –delete
.
To learn how to troubleshoot PuppetDB, including crashes, out of memory errors, unresponsive and unreachable databases, 500 errors, slow PuppetDB queries, slow Puppet runs, and databases that grow too large, read our documentation.
How can we improve this article?
0 comments
Please sign in to leave a comment.
Related articles