[09:39:16] Added a prototype for the registry cleaner that I mentioned yesterday: https://phabricator.wikimedia.org/T375645#10220815 [09:40:05] if it turns out to be effective, it could be even used as systemd timer to garbage collect every week [09:40:47] (it is dangerous I know, only when/if we'll be confident) [10:19:04] elukey: looks promising! would it make sense to make this part of registryctl and run that code after an image is removed? [10:19:16] no need for a timer then [10:30:25] jayme: I thought about it yes, could be an option.. Didn't want to overload registryctl, but the code is compact enough that it could be added [10:31:25] I think it would be nice as it means deleting something with registryctl makes it actually go away :D [10:32:15] but OTOH the credentials to swift and redis are required... [10:34:19] exactly yes, but it shouldn't be a big issue [10:34:27] we just need to deploy an extra config file [10:35:47] before thinking about the integration etc.. I wanted to clean up some of the repositories without tags in the registry, and make sure that nothing goes on fire [10:48:09] * jayme nods