diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-09-17 05:56:32 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-22 06:13:34 -0700 |
commit | 35f96c039e8961e48af46af43b6ecf7a335feb15 (patch) | |
tree | d73021e62255efd6d7d8f83820c472467409fda4 /xlators/cluster/afr/src/afr-self-heal-algorithm.h | |
parent | d2b7e65ec0c35c4ee16f28f449553d90fb88fa6a (diff) |
cluster/afr: Add new option "data-self-heal-algorithm"
option: data-self-heal-algorithm type: string default: "full"
This option allows the user to specify the algorithm to
be used for data self-heal. Currently supported values
are "full" and "diff".
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-algorithm.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-algorithm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-algorithm.h b/xlators/cluster/afr/src/afr-self-heal-algorithm.h index 8998ce8883d..b5dba06eedb 100644 --- a/xlators/cluster/afr/src/afr-self-heal-algorithm.h +++ b/xlators/cluster/afr/src/afr-self-heal-algorithm.h @@ -29,7 +29,7 @@ struct afr_sh_algorithm { afr_sh_algo_fn fn; }; -struct afr_sh_algorithm afr_self_heal_algorithms[2]; +struct afr_sh_algorithm afr_self_heal_algorithms[3]; typedef struct { uint8_t *checksum; /* array of MD5 checksums for each child |