mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
Merge pull request #18175 from yaozongyou/fix-radosgw-admin-command-arg-bug
rgw: fix command argument error for radosgw-admin Reviewed-by: Orit Wasserman <owasserm@redhat.com> Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
commit
8ef4760825
@ -928,7 +928,7 @@ static int get_cmd(const char *cmd, const char *prev_cmd, const char *prev_prev_
|
||||
return OPT_RESHARD_LIST;
|
||||
if (strcmp(cmd, "status") == 0)
|
||||
return OPT_RESHARD_STATUS;
|
||||
if (strcmp(cmd, "execute") == 0)
|
||||
if (strcmp(cmd, "process") == 0)
|
||||
return OPT_RESHARD_PROCESS;
|
||||
if (strcmp(cmd, "cancel") == 0)
|
||||
return OPT_RESHARD_CANCEL;
|
||||
|
Loading…
Reference in New Issue
Block a user