From 10c04c617276dbd9af7ae04ae287fe6f75e2f2ae Mon Sep 17 00:00:00 2001 From: Ravishankar N Date: Mon, 23 Jun 2014 12:36:17 +0530 Subject: cluster/afr: change message description in afr-messages.h Changed the description of AFR_MSG_SUBVOL_UP to make it more meaningful. Change-Id: I30fa13c2e9a280a22d48e777d259d04a3b71deef BUG: 1075611 Signed-off-by: Ravishankar N Reviewed-on: http://review.gluster.org/8149 Reviewed-by: Krutika Dhananjay Tested-by: Gluster Build System Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri --- xlators/cluster/afr/src/afr-messages.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xlators') diff --git a/xlators/cluster/afr/src/afr-messages.h b/xlators/cluster/afr/src/afr-messages.h index edb2ed00285..1c9f6bcc358 100644 --- a/xlators/cluster/afr/src/afr-messages.h +++ b/xlators/cluster/afr/src/afr-messages.h @@ -80,7 +80,7 @@ /*! * @messageid 108004 * @diagnosis Replication sub volume witnessed a connection notification - * from a brick which does not belong to it's replica set. + * from a brick which does not belong to its replica set. * @recommendedaction None. This is a safety check in code. */ #define AFR_MSG_INVALID_CHILD_UP (GLFS_COMP_BASE_AFR + 4) @@ -88,8 +88,10 @@ /*! * @messageid 108005 - * @diagnosis A brick that was down earlier has come back up. - * @recommendedaction Possibly check why the brick went down to begin with. + * @diagnosis A replica set that was inaccessible because all its bricks were + * down is now accessible because at least one of its bricks came back up. + * @recommendedaction Possibly check why all the bricks of that replica set + * went down to begin with. */ #define AFR_MSG_SUBVOL_UP (GLFS_COMP_BASE_AFR + 5) -- cgit