From 6083233e60f124cf02d732ced05bcc5d0de58384 Mon Sep 17 00:00:00 2001 From: Jeff Anderson Date: Fri, 19 Jul 2019 11:32:47 -0400 Subject: [PATCH] put emphasis on current online gc method (#9085) * put emphasis on current online gc method changed the order of the information to highlight the current behavior, while preserving the past behavior as an afterthought. Calling out the past behavior in the current version of the docs is relevant because many may not know that the behavior changed. * Update garbage-collection.md --- ee/dtr/admin/configure/garbage-collection.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ee/dtr/admin/configure/garbage-collection.md b/ee/dtr/admin/configure/garbage-collection.md index c393175d12..25e044cd76 100644 --- a/ee/dtr/admin/configure/garbage-collection.md +++ b/ee/dtr/admin/configure/garbage-collection.md @@ -16,11 +16,10 @@ the scheduled time, DTR: 1. Identifies and marks unused image layers. 2. Deletes the marked image layers. -Starting in DTR 2.5, we introduced an experimental feature which lets you run garbage collection jobs -without putting DTR in read-only mode. As of v2.6, online garbage collection is no longer in -experimental mode. This means that the registry no longer has to be in read-only mode (or offline) -during garbage collection. - +As of v2.6, DTR uses online garbage collection. This allows DTR to run garbage +collection without setting DTR to read-only/offline mode. In previous versions, +garbage collection would set DTR to read-only/offline mode so DTR would reject +pushes. Online garbage collection was an experimental feature in v2.5. ## Schedule garbage collection