diff --git a/pageserver/src/tenant/remote_timeline_client/index.rs b/pageserver/src/tenant/remote_timeline_client/index.rs index c3f54e4c7e..850ea711b9 100644 --- a/pageserver/src/tenant/remote_timeline_client/index.rs +++ b/pageserver/src/tenant/remote_timeline_client/index.rs @@ -300,7 +300,8 @@ impl GcBlocking { self.clone() } - /// Returns a version of self without the reason of detach_ancestor. + /// Returns a version of self without the reason of detach_ancestor. Assumption is that if + /// there are no more reasons, we can unblock the gc. pub(super) fn without_detach_ancestor(&self) -> Option { None }