diff options
author | Dan Lambright <dlambrig@redhat.com> | 2015-10-19 14:16:42 -0400 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-10-19 14:48:46 -0700 |
commit | 05ad7bc4e15b1b0d50d406cdc26402963b22ac77 (patch) | |
tree | 2868d65870ec0ee7215ca24b8ef489450f43a790 /doc | |
parent | 6fe5d09826542c37626f8f63299d6bce4671c34f (diff) |
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 <dlambrig@redhat.com>
> Reviewed-on: http://review.gluster.org/12380
> Tested-by: NetBSD Build System <jenkins@build.gluster.org>
> Reviewed-by: N Balachandran <nbalacha@redhat.com>
Change-Id: I2cc16defb2eeb56075357c32d4ef71d6869891bb
BUG: 1272398
Signed-off-by: Dan Lambright <dlambrig@redhat.com>
Reviewed-on: http://review.gluster.org/12395
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gluster.8 | 19 |
1 files changed, 19 insertions, 0 deletions
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 <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> status \fR +Display statistics on data migration between the hot and cold tiers. +.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 "Bitrot Commands" .TP \fB\ volume bitrot <VOLNAME> {enable|disable} \fR |