diff options
Diffstat (limited to 'cli/src')
| -rw-r--r-- | cli/src/cli-cmd-parser.c | 4 | ||||
| -rw-r--r-- | cli/src/cli-rpc-ops.c | 3 | 
2 files changed, 1 insertions, 6 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index 6c2cff39641..dd7ab03bdb9 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -849,7 +849,7 @@ cli_cmd_volume_remove_brick_parse (const char **words, int wordcount,          char    *tmp_brick = NULL;          char    *tmp_brick1 = NULL;          char    *type_opword[] = { "replica", NULL }; -        char    *opwords[] = { "start", "commit", "pause", "abort", "status", +        char    *opwords[] = { "start", "commit", "abort", "status",                                 "force", NULL };          char    *w = NULL;          int32_t  command = GF_OP_CMD_NONE; @@ -911,8 +911,6 @@ cli_cmd_volume_remove_brick_parse (const char **words, int wordcount,                          command = GF_OP_CMD_COMMIT;                          if (question)                                  *question = 1; -                } else if (!strcmp ("pause", w)) { -                        command = GF_OP_CMD_PAUSE;                  } else if (!strcmp ("abort", w)) {                          command = GF_OP_CMD_ABORT;                  } else if (!strcmp ("status", w)) { diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 4deb14e6e73..1ecb562bdc1 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1595,9 +1595,6 @@ gf_cli3_1_remove_brick_cbk (struct rpc_req *req, struct iovec *iov,          case GF_OP_CMD_ABORT:                  cmd_str = "abort";                  break; -        case GF_OP_CMD_PAUSE: -                cmd_str = "pause"; -                break;          case GF_OP_CMD_COMMIT_FORCE:                  cmd_str = "commit force";                  break;  | 
