diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2014-10-21 13:29:07 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-11-15 09:58:49 -0800 |
commit | dfd3624ff6362ac58f57f9dd25c426dbfe488661 (patch) | |
tree | fda0287f17dc5ccda655ca72b80571bbe4225553 /doc/admin-guide/en-US/markdown/admin_managing_volumes.md | |
parent | fdef42e82d66011a3a92c9c96db4ada2fa8d4814 (diff) |
doc: update rebalance doc, add SSL/TLS doc
Change-Id: I5d21aabaa6bfa6de40459c9a1969832a0a5d75e1
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.org/8961
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Xavier Hernandez <xhernandez@datalab.es>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'doc/admin-guide/en-US/markdown/admin_managing_volumes.md')
-rw-r--r-- | doc/admin-guide/en-US/markdown/admin_managing_volumes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_managing_volumes.md b/doc/admin-guide/en-US/markdown/admin_managing_volumes.md index cbd786e9814..3ac571c9a7e 100644 --- a/doc/admin-guide/en-US/markdown/admin_managing_volumes.md +++ b/doc/admin-guide/en-US/markdown/admin_managing_volumes.md @@ -366,6 +366,12 @@ layout information so that the files can also go to newly added nodes. When this command is issued, all the file stat information which is already cached will get revalidated. +As of GlusterFS 3.6, the assignment of files to bricks will take into account +the sizes of the bricks. For example, a 20TB brick will be assigned twice as +many files as a 10TB brick. In versions before 3.6, the two bricks were +treated as equal regardless of size, and would have been assigned an equal +share of files. + A fix-layout rebalance will only fix the layout changes and does not migrate data. If you want to migrate the existing data, use`# gluster volume rebalance start ` command to rebalance data among |