summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2011-11-18 17:53:53 +0530
committerVijay Bellur <vijay@gluster.com>2011-11-23 04:14:49 -0800
commitaf7d85074fc05afdee3ff48f62b0ec5c057a3e6b (patch)
tree7babef462e89b8ce56d0f4bf5e9dfb03a84671ea /cli
parent89a6dc3c2b31299ac10de449d318ecf341e8b840 (diff)
cli: remove reference to 'RAID01' for stripe-replicate volume
Change-Id: I3a9b3059fd9b918cb32bbe724ae1125fb1f5642a BUG: 3158 Reviewed-on: http://review.gluster.com/738 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/src/cli-rpc-ops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c
index 8a88e57d595..f6ae1d94122 100644
--- a/cli/src/cli-rpc-ops.c
+++ b/cli/src/cli-rpc-ops.c
@@ -62,10 +62,10 @@ extern int connected;
char *cli_volume_type[] = {"Distribute",
"Stripe",
"Replicate",
- "Striped-Replicate (RAID 01)",
+ "Striped-Replicate",
"Distributed-Stripe",
"Distributed-Replicate",
- "Distributed-Striped-Replicate (RAID 01)",
+ "Distributed-Striped-Replicate",
};
@@ -518,7 +518,7 @@ gf_cli3_1_get_volume_cbk (struct rpc_req *req, struct iovec *iov,
vol_type = type;
- // Distributed (stripe/replicate/raid01) setups
+ // Distributed (stripe/replicate/stripe-replica) setups
if ((type > 0) && ( dist_count < brick_count))
vol_type = type + 3;