When are volumes garbage collected? #7264
Replies: 2 comments 9 replies
-
|
Could you share all the columns from the |
Beta Was this translation helpful? Give feedback.
-
|
How are the volumes intended to be GC'd? We have a situation where (over a period of a week or two), our workers "fill up" their 150GB volumes, and subsequent jobs fail. I'm experimenting with explicitly setting the various grace / recycle periods, but is there a better way to influence the rate of volume cleanup? Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs on the Garbage Collector does not explain the criteria in which a container or volume needs to meet in order to be garbage collected.
I'm looking at the
volumestable in our Concourse instance (v7.2.0), which has about 100 pipelines, 18 workers, 800GB for each worker PVC, and there are 27088 volumesAnd 24280 of them do not have a
container_idassociatedIf you see the following screenshot of worker volumes and containers per worker of the last 2 weeks, you'll see that the the number of volumes have just been generally growing over time, even though the number of containers have fluctuated and have not been trending up.

Can someone help me understand how volumes (and containers) actually get garbage collected?
Beta Was this translation helpful? Give feedback.
All reactions