diff options
author | Saravanakumar Arumugam <sarumuga@redhat.com> | 2015-03-30 12:44:06 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-03-30 05:30:18 -0700 |
commit | b247ff4b297481148ab2fe4c7b832aac85f6ad72 (patch) | |
tree | 944c33b0cdce46a75154709782b9cfa84b3037ac /doc/features | |
parent | 7b3db6df564f1af1845b7f436e74ac6e838cd5b6 (diff) |
doc: Fix Jeff Darcy's links in docs
Change-Id: I4bc859662088a55fe70714feb3c47ed02ad08e94
BUG: 1206539
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Reviewed-on: http://review.gluster.org/10041
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'doc/features')
-rw-r--r-- | doc/features/rebalance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/features/rebalance.md b/doc/features/rebalance.md index 29b993008d2..e7212d4011f 100644 --- a/doc/features/rebalance.md +++ b/doc/features/rebalance.md @@ -2,7 +2,7 @@ For a more detailed description, view Jeff Darcy's blog post [here] -(http://hekafs.org/index.php/2012/03/glusterfs-algorithms-distribution/) +(http://pl.atyp.us/hekafs.org/index.php/2012/03/glusterfs-algorithms-distribution/) GlusterFS uses the distribute translator (DHT) to aggregate space of multiple servers. DHT distributes files among its subvolumes using a consistent hashing method providing 32-bit hashes. Each DHT subvolume is given a range in the 32-bit hash space. A hash value is calculated for every file using a combination of its name. The file is then placed in the subvolume with the hash range that contains the hash value. |