gitea/modules/doctor
zeripath 651fe4bb7d
Add doctor command for full GC of LFS (#21978)
The recent PR adding orphaned checks to the LFS storage is not
sufficient to completely GC LFS, as it is possible for LFSMetaObjects to
remain associated with repos but still need to be garbage collected.

Imagine a situation where a branch is uploaded containing LFS files but
that branch is later completely deleted. The LFSMetaObjects will remain
associated with the Repository but the Repository will no longer contain
any pointers to the object.

This PR adds a second doctor command to perform a full GC.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-12-15 20:44:16 +00:00
..
authorizedkeys.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
breaking.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
checkOldArchives.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
dbconsistency.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
dbversion.go Support disabling database auto migration (#22053) 2022-12-07 09:58:31 -06:00
doctor.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
fix16961.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
fix16961_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
heads.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs.go Add doctor command for full GC of LFS (#21978) 2022-12-15 20:44:16 +00:00
mergebase.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
misc.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
paths.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
storage.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
usertype.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00