From 05ad7bc4e15b1b0d50d406cdc26402963b22ac77 Mon Sep 17 00:00:00 2001 From: Dan Lambright Date: Mon, 19 Oct 2015 14:16:42 -0400 Subject: cluster/tier update man pages for tier feature Add to gluster man pages instructions for tier commands. Backport fix 12391 > 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 Change-Id: I2cc16defb2eeb56075357c32d4ef71d6869891bb BUG: 1272398 Signed-off-by: Dan Lambright Reviewed-on: http://review.gluster.org/12395 Tested-by: Gluster Build System Tested-by: NetBSD Build System --- doc/gluster.8 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/gluster.8 b/doc/gluster.8 index e1e2a607c25..c09c1ee46fc 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