Skip to content

Commit

Permalink
Transition doesn't support NewerNoncurrentVersions
Browse files Browse the repository at this point in the history
.. hiding --noncurrent-transition-newer flag to avoid confusion to MinIO
users.
  • Loading branch information
Krishnan Parthasarathi authored and Krishnan Parthasarathi committed Nov 9, 2023
1 parent 7db80b6 commit e745e54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/ilm-rule-add.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ var ilmAddFlags = []cli.Flag{
Hidden: true,
},
cli.IntFlag{
Name: "noncurrent-transition-newer",
Usage: "number of noncurrent versions to retain in hot tier",
Name: "noncurrent-transition-newer",
Usage: "number of noncurrent versions to retain in hot tier",
Hidden: true,
},
cli.StringFlag{
Name: "noncurrentversion-transition-storage-class",
Expand Down

0 comments on commit e745e54

Please sign in to comment.