diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-12-01 06:11:04 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-12-01 06:30:00 -0800 |
commit | ab99355f55ce8a55d5c9b339ced830723be5f213 (patch) | |
tree | e2f76ee57c7d653e41ae929fba0638c78fdba502 /xlators/cluster/afr/src/afr-self-heal.h | |
parent | d2a30ec4aaeaa546f6370a1377c44574ada5edbc (diff) |
cluster/afr: Set the self-heal "source" as read subvolume even when not doing self-heal.
This patch sets the read-subvolume equal to the self-heal "source"
even if we're not doing self-heal (because some one else is already
doing it).
Signed-off-by: Vikas Gorur <vikas@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 320 (Improve self-heal performance)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=320
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal.h b/xlators/cluster/afr/src/afr-self-heal.h index 3c8b1333e27..1c2743a48da 100644 --- a/xlators/cluster/afr/src/afr-self-heal.h +++ b/xlators/cluster/afr/src/afr-self-heal.h @@ -46,6 +46,9 @@ int afr_self_heal_metadata (call_frame_t *frame, xlator_t *this); int +afr_self_heal_get_source (xlator_t *this, afr_local_t *local, dict_t **xattr); + +int afr_self_heal (call_frame_t *frame, xlator_t *this); #endif /* __AFR_SELF_HEAL_H__ */ |