-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add subcommand to find oldest entries in GC bucket #1160
Conversation
The name 'riak-cs-admin gc oldest-entries' is not sort of a cool name. Any good ideas? https://github.com/basho/riak_cs/pull/1160/files#diff-75a89dfe97761f3c8ca18ff38b38fdf1R26 _[posted via JIRA by Kota Uenishi]_ |
TODO:
|
f0f4483
to
24a8109
Compare
Yay, this is ready again. |
@@ -31,7 +31,8 @@ case "$1" in | |||
;; | |||
*) | |||
echo "Usage: $SCRIPT gc { batch [<leeway_seconds>|--help] | status | pause | resume | cancel |" | |||
echo " set-interval <interval_seconds> | set-leeway <leeway_seconds> }" | |||
echo " set-interval <interval_seconds> | set-leeway <leeway_seconds> |" | |||
echo " earliest-keys [bag names]}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does [bag names]
mean options for command line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, it supposed to be. Will fix.
Updated _[posted via JIRA by Kota Uenishi]_ |
7860da4
to
49c952f
Compare
All riak_test passed (except one known failure). Great for visibility improvement. |
Add subcommand to find oldest entries in GC bucket Reviewed-by: shino
@borshop merge |
Release note: Add a command to find oldest entry after _[posted via JIRA by Kota Uenishi]_ |
Will follow with tests.