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

rgw-admin: support for processing all gc objects including unexpired. #17482

Merged
merged 1 commit into from Dec 18, 2017
Merged

rgw-admin: support for processing all gc objects including unexpired. #17482

merged 1 commit into from Dec 18, 2017

Conversation

yaozongyou
Copy link
Contributor

Signed-off-by: Yao Zongyou yaozongyou@vip.qq.com

@@ -156,7 +156,8 @@ void usage()
cout << " usage trim trim usage (by user, date range)\n";
cout << " gc list dump expired garbage collection objects (specify\n";
cout << " --include-all to list all entries, including unexpired)\n";
cout << " gc process manually process garbage\n";
cout << " gc process manually process garbage (specify\n";
cout << " --include-all to process all entries, including unexpired)\n";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yaozongyou need also to update the template at src/test/cli/radosgw-admin/help.t

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the help.t has been already updated, see the last file diffs.

Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
@yaozongyou
Copy link
Contributor Author

rebase it on master

@tchaikov
Copy link
Contributor

@yuriw
Copy link
Contributor

yuriw commented Dec 12, 2017

wip-yuri4-testing

@yuriw yuriw merged commit db6349b into ceph:master Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants