From 20d105a65d305c724948ce389654c74cacac013c Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 8 Mar 2024 10:21:46 +0100 Subject: gc: add option --no-rotation ... to clean up what can be done without losing cache information. --- doc/future-designs/large-blobs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/future-designs/large-blobs.md') diff --git a/doc/future-designs/large-blobs.md b/doc/future-designs/large-blobs.md index 989d119e..5c94f23b 100644 --- a/doc/future-designs/large-blobs.md +++ b/doc/future-designs/large-blobs.md @@ -111,6 +111,5 @@ a blob via `grpc` without having to use the streaming interface, i.e, we chose 2MB. In this way, we already have correct blobs split for transfer to an end point that supports blob splicing. -Additionally, the `gc` will get an option `--compactify-only` -instructing `gc` to only perform the compactification step, without -rotating generations. +The compactification step will also be carried out if the `--no-rotate` +option is given to `gc`. -- cgit v1.2.3