summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gluster-block.86
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/gluster-block.8 b/docs/gluster-block.8
index f50e95c..66d29e7 100644
--- a/docs/gluster-block.8
+++ b/docs/gluster-block.8
@@ -12,6 +12,7 @@ gluster-block - Gluster Block Storage Console Manager (command line utility)
<\fBcreate|list|info|delete\fR>
<\fBvolname\fR[\fB/blockname\fR]>
[\fB<args>\fR]
+[\fB--json*\fR]
.PP
@@ -62,6 +63,8 @@ show this message and exit.
show version info and exit.
.PP
+.SH SUPPORTED JSON-FORMATS
+--json | --json-plain | --json-spaced | --json-pretty
.SH EXAMPLES
.nf
@@ -71,6 +74,9 @@ To create a block device of size 1GiB
To create a block device of size 1GiB with multi-path(replica) 3
.B # gluster-block create blockVol/sampleBlock ha 3 ${HOST1},${HOST2},${HOST3} 1GiB
+To create a block device of size 1GiB and expect response in json format
+.B # gluster-block create blockVol/sampleBlock ${HOST} 1GiB --json
+
You can pass more no. of nodes than ha count, this will actually help create in recovering from
failures, incase creation of block fails on any of scheduled(always first in list) ha count nodes.
.B # gluster-block create blockVol/sampleBlock ha 3 ${HOST1},${HOST2},${HOST3},${HOST4},${HOST5} 1GiB