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>
This commit is contained in:
parent
89a6dc3c2b
commit
af7d85074f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user