summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavishankar N <ravishankar@redhat.com>2014-06-23 12:36:17 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2014-06-24 01:31:57 -0700
commit10c04c617276dbd9af7ae04ae287fe6f75e2f2ae (patch)
treec4add44572c66a6c63fe5536398d94f0095dfac7
parentb14a525554f1fce280874f0385fef6771ca93c89 (diff)
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 <ravishankar@redhat.com> Reviewed-on: http://review.gluster.org/8149 Reviewed-by: Krutika Dhananjay <kdhananj@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
-rw-r--r--xlators/cluster/afr/src/afr-messages.h8
1 files changed, 5 insertions, 3 deletions
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)