summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-16 23:01:48 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-17 10:45:27 +0530
commit760742763686d561f03768345d672935d72e49b0 (patch)
treee92bc44bee0b9cf1b88439911c21f62545eaef06 /tests
parentd0aaa839c4bb1f745d75b88c9ee0daf72fa414ad (diff)
cli: deprecate volserver option
volserver can be considered as "localhost", as we anyway tieing-up glusterd, gluster-blockd and cli processes. Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.t b/tests/basic.t
index 5b1403d..c2b381c 100755
--- a/tests/basic.t
+++ b/tests/basic.t
@@ -77,7 +77,7 @@ TEST systemctl restart gluster-blockd.service
sleep 1;
# Block create
-TEST gluster-block create ${BLKNAME} volume ${VOLNAME} volserver ${HOST} mpath 1 size 1GiB servers ${HOST}
+TEST gluster-block create ${BLKNAME} volume ${VOLNAME} size 1GiB mpath 1 servers ${HOST}
# Block list
TEST gluster-block list volume ${VOLNAME}