Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noncurrent-trasition-days can accept 0 #1422

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/reference/minio-mc/mc-ilm-rule-add.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ Parameters

This option has the same behavior as the S3 ``NoncurrentVersionExpiration`` action.

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.

MinIO uses a :ref:`scanner process <minio-concepts-scanner>` to check objects against all configured lifecycle management rules.
Slow scanning due to high IO workloads or limited system resources may delay application of lifecycle management rules.
See :ref:`minio-lifecycle-management-scanner` for more information.
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 @@ -221,6 +221,8 @@ Parameters
This option has the same behavior as the
S3 ``NoncurrentVersionTransition`` action.

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.

MinIO uses a :ref:`scanner process <minio-concepts-scanner>` to check objects against all configured
lifecycle management rules. Slow scanning due to high IO workloads or
limited system resources may delay application of lifecycle management
Expand Down