diff options
Diffstat (limited to 'cli/src/cli.c')
| -rw-r--r-- | cli/src/cli.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c index 574ee0eea33..cd016514cab 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -348,6 +348,11 @@ cli_opt_parse (char *opt, struct cli_state *state)                  return 0;          } +        if (strcmp (opt, "wignore-partition") == 0) { +                state->mode |= GLUSTER_MODE_WIGNORE_PARTITION; +                return 0; +        } +          if (strcmp (opt, "wignore") == 0) {                  state->mode |= GLUSTER_MODE_WIGNORE;                  return 0;  | 
