diff options
author | Sanju Rakonde <srakonde@redhat.com> | 2019-04-25 14:12:28 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2019-04-26 05:34:23 +0000 |
commit | edeb0d6e616cf4750ea9f6b6245631de8db233cf (patch) | |
tree | 4469d47a72502d649259d75fd1389951f6ad476b /doc/gluster.8 | |
parent | de11b4a476b297129065bc7477229e57643ac196 (diff) |
man/gluster: remove tier information from gluster manual page
fixes: bz#1702952
Change-Id: I650a3695d702c03dc60660ff197676c6d536a2ea
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'doc/gluster.8')
-rw-r--r-- | doc/gluster.8 | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index da6472d6005..4f36c13d45f 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -38,7 +38,7 @@ Display information about all volumes, or the specified volume. \fB\ volume list \fR List all volumes in cluster .TP -\fB\ volume status [all | <VOLNAME> [nfs|shd|<BRICK>|quotad|tierd]] [detail|clients|mem|inode|fd|callpool|tasks|client-list] \fR +\fB\ volume status [all | <VOLNAME> [nfs|shd|<BRICK>|quotad]] [detail|clients|mem|inode|fd|callpool|tasks|client-list] \fR Display status of all or specified volume(s)/brick .TP \fB\ volume create <NEW-VOLNAME> [stripe <COUNT>] [replica <COUNT>] [disperse [<COUNT>]] [redundancy <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... \fR @@ -134,32 +134,6 @@ List all the nodes in the pool (including localhost) .TP \fB\ peer help \fR Display help for the peer command. -.SS "Tier Commands" -.TP -\fB\ volume tier <VOLNAME> attach [<replica COUNT>] <NEW-BRICK>... \fR -Attach to an existing volume a tier of specified type using the specified bricks. -.TP -\fB\ volume tier <VOLNAME> start [force] \fR -Start the tier service for <VOLNAME> -.TP -\fB\ volume tier <VOLNAME> status \fR -Display statistics on data migration between the hot and cold tiers. -.TP -\fB\ volume tier <VOLNAME> stop [force] \fR -Stop the tier service for <VOLNAME> -.TP -\fB\ volume tier <VOLNAME> detach start\fR -Begin detaching the hot tier from the volume. Data will be moved from the hot tier to the cold tier. -.TP -\fB\ volume tier <VOLNAME> detach commit [force]\fR -Commit detaching the hot tier from the volume. The volume will revert to its original state before the hot tier was attached. -.TP -\fB\ volume tier <VOLNAME> detach status\fR -Check status of data movement from the hot to cold tier. -.TP -\fB\ volume tier <VOLNAME> detach stop\fR -Stop detaching the hot tier from the volume. - .SS "Quota Commands" .TP \fB\ volume quota <VOLNAME> enable \fR |