diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/src/cli-cmd-parser.c | 5 | ||||
| -rw-r--r-- | cli/src/cli-cmd-volume.c | 3 | 
2 files changed, 5 insertions, 3 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index afd668ea2d2..ef69235d673 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -1934,8 +1934,8 @@ cli_cmd_volume_status_parse (const char **words, int wordcount,  gf_boolean_t  cli_cmd_validate_dumpoption (const char *option)  { -        char    *opwords[] = {"all", "mem", "iobuf", "callpool", "priv", "fd", -                              "inode", NULL}; +        char    *opwords[] = {"all", "nfs", "mem", "iobuf", "callpool", "priv", +			      "fd", "inode", NULL};          char    *w = NULL;          w = str_getunamb (option, opwords); @@ -1965,6 +1965,7 @@ cli_cmd_volume_statedump_options_parse (const char **words, int wordcount,                  strncat (option_str, words[i], sizeof (words [i]));                  strncat (option_str, " ", 1);          } +          dict = dict_new ();          if (!dict)                  goto out; diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 0168628dd0d..521e3eb84f7 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1749,7 +1749,8 @@ struct cli_cmd volume_cmds[] = {            cli_cmd_volume_heal_cbk,            "Start healing of volume specified by <VOLNAME>"}, -        {"volume statedump <VOLNAME> [all|mem|iobuf|callpool|priv|fd|inode]...", +        {"volume statedump <VOLNAME> [nfs] [all|mem|iobuf|callpool|priv|fd|" +         "inode]...",           cli_cmd_volume_statedump_cbk,           "perform statedump on bricks"},  | 
