diff options
-rw-r--r-- | doc/features/rebalance.md | 2 | ||||
-rw-r--r-- | 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 |