From 17e00a6787584cfad39aac0cff4dba580da885e6 Mon Sep 17 00:00:00 2001 From: Dan Lambright Date: Fri, 16 Oct 2015 14:16:32 -0400 Subject: cluster/tier update man pages for tier feature Add to gluster man pages instructions for tier commands. Change-Id: I0918460eeaba22bb6a11238d4f5501fa8e61da88 BUG: 1272557 Signed-off-by: Dan Lambright Reviewed-on: http://review.gluster.org/12380 Tested-by: NetBSD Build System Reviewed-by: N Balachandran --- doc/gluster.8 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/gluster.8') diff --git a/doc/gluster.8 b/doc/gluster.8 index 358b9aff9b9..048b5504c63 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -105,6 +105,25 @@ Display the status of peers. .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 status \fR +Display statistics on data migration between the hot and cold tiers. +.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 "Bitrot Commands" .TP \fB\ volume bitrot {enable|disable} \fR -- cgit