Skip to content

Commit

Permalink
Adds note about setting transition-days flag to 0
Browse files Browse the repository at this point in the history
Only applicable for remote tiers that are also MinIO deployments.
Per internal discussion.
  • Loading branch information
djwfyi committed Feb 18, 2025
1 parent 2208441 commit 7f15111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/reference/minio-mc/mc-ilm-rule-add.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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, transition days can be set to ``0`` to mark new objects for the quickest move 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.
Expand Down
2 changes: 2 additions & 0 deletions source/reference/minio-mc/mc-ilm-rule-edit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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, transition days can be set to ``0`` to mark new objects for the quickest move to the remote tier.

For versioned buckets, the transition rule applies only to the *current*
object version. Use the
Expand Down

0 comments on commit 7f15111

Please sign in to comment.