summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-messages.h
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2017-08-11 12:16:12 +0530
committerRaghavendra G <rgowdapp@redhat.com>2017-08-30 05:56:12 +0000
commita4c43ba9374b8f75a48d38a032353a0c7d311a73 (patch)
treebaafc49ba72230063e32d7a4efb85e98411f4ade /xlators/cluster/dht/src/dht-messages.h
parent9420022df0962b1fa4f3ea3774249be81bc945cc (diff)
cluster/dht: Log files skipped by rebalance
There was no easy way to find out which files were skipped during a rebalance. Rebalance now logs a message for every skipped file using msgid 109126, making it easier to find all files that were skipped. Change-Id: I2cac7db7285e2f82354251f3ea4094827b0daf3e BUG: 1480445 Signed-off-by: N Balachandran <nbalacha@redhat.com> Reviewed-on: https://review.gluster.org/18021 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: hari gowtham <hari.gowtham005@gmail.com> Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-messages.h')
-rw-r--r--xlators/cluster/dht/src/dht-messages.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-messages.h b/xlators/cluster/dht/src/dht-messages.h
index b6184ebe088..dcfd7478440 100644
--- a/xlators/cluster/dht/src/dht-messages.h
+++ b/xlators/cluster/dht/src/dht-messages.h
@@ -40,7 +40,7 @@
*/
#define GLFS_DHT_BASE GLFS_MSGID_COMP_DHT
-#define GLFS_DHT_NUM_MESSAGES 125
+#define GLFS_DHT_NUM_MESSAGES 126
#define GLFS_MSGID_END (GLFS_DHT_BASE + GLFS_DHT_NUM_MESSAGES + 1)
/* Messages with message IDs */
@@ -1134,5 +1134,12 @@
*/
#define DHT_MSG_UNKNOWN_FOP (GLFS_DHT_BASE + 125)
+/*
+ * @messageid 109126
+ * @diagnosis
+ * @recommendedaction None
+ */
+#define DHT_MSG_MIGRATE_FILE_SKIPPED (GLFS_DHT_BASE + 126)
+
#define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"
#endif /* _DHT_MESSAGES_H_ */