From b247ff4b297481148ab2fe4c7b832aac85f6ad72 Mon Sep 17 00:00:00 2001 From: Saravanakumar Arumugam Date: Mon, 30 Mar 2015 12:44:06 +0530 Subject: doc: Fix Jeff Darcy's links in docs Change-Id: I4bc859662088a55fe70714feb3c47ed02ad08e94 BUG: 1206539 Signed-off-by: Saravanakumar Arumugam Reviewed-on: http://review.gluster.org/10041 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- doc/features/rebalance.md | 2 +- xlators/features/glupy/doc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 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. diff --git a/xlators/features/glupy/doc/README.md b/xlators/features/glupy/doc/README.md index 2d7b30ef694..4b8b863ef39 100644 --- a/xlators/features/glupy/doc/README.md +++ b/xlators/features/glupy/doc/README.md @@ -41,4 +41,4 @@ article is here:_ https://github.com/jdarcy/glupy/tree/4bbae91ba459ea46ef32f2966562492e4ca9187a [1] http://www.gluster.org -[2] http://hekafs.org/dist/xlator_api_2.html +[2] http://pl.atyp.us/hekafs.org/dist/xlator_api_2.html -- cgit