diff options
Diffstat (limited to 'cli/src/cli-cmd-parser.c')
| -rw-r--r-- | cli/src/cli-cmd-parser.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index f60e5fb04a0..e8c4ea7d082 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -628,6 +628,11 @@ cli_cmd_volume_create_parse (struct cli_state *state, const char **words,                                  goto out;                          index += ret;                          type = GF_CLUSTER_TYPE_DISPERSE; +                } else if ((strcmp (w, "arbiter") == 0)) { +                        cli_err ("arbiter option must be preceded by replica " +                                 "option."); +                        ret = -1; +                        goto out;                  } else {                          GF_ASSERT (!"opword mismatch");                          ret = -1;  | 
