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

jewel: rgw: cleanup radosgw-admin temp command as it was deprecated #9390

Merged
merged 1 commit into from Jun 30, 2016
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions doc/man/8/radosgw-admin.rst
Expand Up @@ -159,10 +159,6 @@ which are as follows:
:command:`usage trim`
Trim usage information (with optional user and date range).

:command:`temp remove`
Remove temporary objects that were created up to specified date
(and optional time).

:command:`gc list`
Dump expired garbage collection objects (specify --include-all to list all
entries, including unexpired).
Expand Down
18 changes: 0 additions & 18 deletions doc/radosgw/purge-temp.rst

This file was deleted.

3 changes: 0 additions & 3 deletions src/rgw/rgw_admin.cc
Expand Up @@ -126,8 +126,6 @@ void _usage()
cout << " log rm remove log object\n";
cout << " usage show show usage (by user, date range)\n";
cout << " usage trim trim usage (by user, date range)\n";
cout << " temp remove remove temporary objects that were created up to\n";
cout << " specified date (and optional time)\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";
Expand Down Expand Up @@ -409,7 +407,6 @@ static int get_cmd(const char *cmd, const char *prev_cmd, const char *prev_prev_
strcmp(cmd, "replicalog") == 0 ||
strcmp(cmd, "subuser") == 0 ||
strcmp(cmd, "sync") == 0 ||
strcmp(cmd, "temp") == 0 ||
strcmp(cmd, "usage") == 0 ||
strcmp(cmd, "user") == 0 ||
strcmp(cmd, "zone") == 0 ||
Expand Down
2 changes: 0 additions & 2 deletions src/test/cli/radosgw-admin/help.t
Expand Up @@ -78,8 +78,6 @@
log rm remove log object
usage show show usage (by user, date range)
usage trim trim usage (by user, date range)
temp remove remove temporary objects that were created up to
specified date (and optional time)
gc list dump expired garbage collection objects (specify
--include-all to list all entries, including unexpired)
gc process manually process garbage
Expand Down