diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2010-09-06 08:05:58 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-06 09:38:00 -0700 |
commit | 698ff066c1d32d9774d7d662ab87528b85b66774 (patch) | |
tree | 4525d65c9dbf8ef2ddeeecf6fb5f83a59f0810cb /cli | |
parent | 84f359537317a291e369b689083808a2e52379dd (diff) |
cli: Print volume type None as Distribute
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1535 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1535
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli3_1-cops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli3_1-cops.c b/cli/src/cli3_1-cops.c index c9dbb5ee35a..5c79a2c6d7f 100644 --- a/cli/src/cli3_1-cops.c +++ b/cli/src/cli3_1-cops.c @@ -37,7 +37,7 @@ extern rpc_clnt_prog_t *cli_rpc_prog; extern int cli_op_ret; -char *cli_volume_type[] = {"None", +char *cli_volume_type[] = {"Distribute", "Stripe", "Replicate" }; |