-
-
Notifications
You must be signed in to change notification settings - Fork 436
RRD storage paths do not scale properly #4533
Copy link
Copy link
Closed
Labels
boostBoost related issueBoost related issueenhancementGeneral tag for an enhancementGeneral tag for an enhancementresolvedA fixed issueA fixed issue
Milestone
Description
Describe the bug
On large systems with over 1M RRDfiles, it's very difficult to restructure paths and keep polling operational at the same time. The current CLI script first disables polling, then restructures the paths one at a time which is arguably too slow. Additionally, if you have 20k+ hosts, you still end up with a directory of over 20k files, which though not as bad, is still excessive.
To Reproduce
Steps to reproduce the behavior:
-
Create a system with 1.7M RRDfiles and over 20k hosts
-
Allow all RRDfiles to be created in the RRA directory
-
Attempt to "structure the RRDfile paths"
-
See error
Expected behavior
Cacti should be able to execute this process with no downtime.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
boostBoost related issueBoost related issueenhancementGeneral tag for an enhancementGeneral tag for an enhancementresolvedA fixed issueA fixed issue