From 4680c16e5ea9165374d640d67d86613ef54daf9f Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:47:21 -0500 Subject: [PATCH] Adds note about setting transition-days flag to 0 (#1420) Only applicable for remote tiers that are also MinIO deployments. Per internal discussion. Need to verify if this applies to the `edit` command and the `noncurrent-transition-days` flags. --- source/reference/minio-mc/mc-ilm-rule-add.rst | 1 + source/reference/minio-mc/mc-ilm-rule-edit.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/source/reference/minio-mc/mc-ilm-rule-add.rst b/source/reference/minio-mc/mc-ilm-rule-add.rst index 2b36483a..37e73b4d 100644 --- a/source/reference/minio-mc/mc-ilm-rule-add.rst +++ b/source/reference/minio-mc/mc-ilm-rule-add.rst @@ -173,6 +173,7 @@ Parameters The number of calendar days from object creation after which MinIO marks an object as eligible for transition. MinIO transitions the object to the configured remote tier specified to the :mc-cmd:`~mc ilm rule add --transition-tier`. Specify the number of days as an integer, e.g. ``30`` for 30 days. + If the remote tier is another MinIO deployment, you can set the value to ``0`` to mark new objects as immediately eligible for transition to the remote tier. For versioned buckets, the transition rule applies only to the *current* object version. Use the :mc-cmd:`~mc ilm rule add --noncurrent-transition-days` option to apply transition behavior to noncurrent object versions. diff --git a/source/reference/minio-mc/mc-ilm-rule-edit.rst b/source/reference/minio-mc/mc-ilm-rule-edit.rst index 0765827c..037417a4 100644 --- a/source/reference/minio-mc/mc-ilm-rule-edit.rst +++ b/source/reference/minio-mc/mc-ilm-rule-edit.rst @@ -255,6 +255,8 @@ Parameters marks an object as eligible for transition. MinIO transitions the object to the configured remote storage tier specified to the :mc-cmd:`~mc ilm rule edit --transition-tier`. + Specify the number of days as an integer, e.g. ``30`` for 30 days. + If the remote tier is another MinIO deployment, you can set the value to ``0`` to mark new objects as immediately eligible for transition to the remote tier. For versioned buckets, the transition rule applies only to the *current* object version. Use the