From edeb0d6e616cf4750ea9f6b6245631de8db233cf Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Thu, 25 Apr 2019 14:12:28 +0530 Subject: man/gluster: remove tier information from gluster manual page fixes: bz#1702952 Change-Id: I650a3695d702c03dc60660ff197676c6d536a2ea Signed-off-by: Sanju Rakonde --- doc/developer-guide/thread-naming.md | 1 - doc/gluster.8 | 28 +--------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/doc/developer-guide/thread-naming.md b/doc/developer-guide/thread-naming.md index 204cd7681b4..74efba28e45 100644 --- a/doc/developer-guide/thread-naming.md +++ b/doc/developer-guide/thread-naming.md @@ -99,6 +99,5 @@ such that it can be matched with a table below without ambiguity. - spoller - socket poller - sprocN - syncop worker thread - tbfclock - token bucket filter token generator thread -- tierfixl - tier fix layout - timer - timer thread - upreaper - upcall reaper 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 | [nfs|shd||quotad|tierd]] [detail|clients|mem|inode|fd|callpool|tasks|client-list] \fR +\fB\ volume status [all | [nfs|shd||quotad]] [detail|clients|mem|inode|fd|callpool|tasks|client-list] \fR Display status of all or specified volume(s)/brick .TP \fB\ volume create [stripe ] [replica ] [disperse []] [redundancy ] [transport ] ... \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 attach [] ... \fR -Attach to an existing volume a tier of specified type using the specified bricks. -.TP -\fB\ volume tier start [force] \fR -Start the tier service for -.TP -\fB\ volume tier status \fR -Display statistics on data migration between the hot and cold tiers. -.TP -\fB\ volume tier stop [force] \fR -Stop the tier service for -.TP -\fB\ volume tier 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 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 detach status\fR -Check status of data movement from the hot to cold tier. -.TP -\fB\ volume tier detach stop\fR -Stop detaching the hot tier from the volume. - .SS "Quota Commands" .TP \fB\ volume quota enable \fR -- cgit