[arvados] updated: 2.7.1-2-g586df45c5f

git repository hosting git at public.arvados.org
Wed Jan 3 20:44:31 UTC 2024


Summary of changes:
 doc/admin/keep-faster-gc-s3.html.textile.liquid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  586df45c5f2e1981c020f2ad686500d67e0fdb34 (commit)
      from  85a44a75d4c3f877d8bb884510fea96ad2215c16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 586df45c5f2e1981c020f2ad686500d67e0fdb34
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Jan 3 15:43:11 2024 -0500

    Fix misspelled configuration in doc AllowTrashWhileReadOnly -> AllowTrashWhenReadOnly
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/admin/keep-faster-gc-s3.html.textile.liquid b/doc/admin/keep-faster-gc-s3.html.textile.liquid
index 2230ac2491..4569dcb1f9 100644
--- a/doc/admin/keep-faster-gc-s3.html.textile.liquid
+++ b/doc/admin/keep-faster-gc-s3.html.textile.liquid
@@ -25,7 +25,7 @@ The following steps can be used to temporarily disable writes on an S3 bucket to
   Volumes:
     <span class="userinput">target-volume-uuid</span>:
       ReadOnly: true
-      AllowTrashWhileReadOnly: true
+      AllowTrashWhenReadOnly: true
       DriverParameters:
         UnsafeDelete: true
 </pre></notextile> Note that @BlobTrashLifetime: 0@ instructs keepstore to delete unneeded blocks outright (bypassing the recoverable trash phase); however, in this mode it will normally not trash any blocks at all on an S3 volume due to the safety issue mentioned above, unless the volume is configured with @UnsafeDelete: true at .
@@ -35,7 +35,7 @@ The following steps can be used to temporarily disable writes on an S3 bucket to
 # Remove the @UnsafeDelete@ configuration entry on the target volume.
 # Remove the @BlobTrashLifetime@ configuration entry (or restore it to its previous value).
 # If the target volume has @PrefixLength: 0@ and the new volume has @PrefixLength: 3@, skip the next two steps: new data will be stored on the new volume, some existing data will be moved automatically to other volumes, and some will be left on the target volume as long as it's needed.
-# If you want to resume writing new data to the target volume, revert to @ReadOnly: false@ and @AllowTrashWhileReadOnly: false@ on the target volume.
-# If you want to stop writing new data to the newly created volume, set @ReadOnly: true@ and @AllowTrashWhileReadOnly: true@ on the new volume.
+# If you want to resume writing new data to the target volume, revert to @ReadOnly: false@ and @AllowTrashWhenReadOnly: false@ on the target volume.
+# If you want to stop writing new data to the newly created volume, set @ReadOnly: true@ and @AllowTrashWhenReadOnly: true@ on the new volume.
 # Remove the @BalancePullLimit@ configuration entry (or restore its previous value), and restart @keep-balance at .
 # Restart all @keepstore@ services with the updated configuration.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list