diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2014-05-02 15:09:25 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2014-05-06 21:46:57 -0700 |
commit | 451246a58dbbc1ec777f379a6b779be374379abd (patch) | |
tree | 253bf0cb525bee785f20e2458011ec5f6e715856 /xlators/mgmt/glusterd/src/glusterd-messages.h | |
parent | f9672386ac2e3da2dc5439eb0a3a53dfaa5181dd (diff) |
glusterd: port network failure log messages to gf_msg API
Change-Id: I23df6d179e9d66a71721e9844a34c5b96586f90f
BUG: 1075611
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/7462
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-messages.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-messages.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-messages.h b/xlators/mgmt/glusterd/src/glusterd-messages.h index bfe73a0f3a4..54fd7e2cf7b 100644 --- a/xlators/mgmt/glusterd/src/glusterd-messages.h +++ b/xlators/mgmt/glusterd/src/glusterd-messages.h @@ -41,7 +41,7 @@ */ #define GLUSTERD_COMP_BASE GLFS_MSGID_GLUSTERD -#define GLFS_NUM_MESSAGES 3 +#define GLFS_NUM_MESSAGES 7 #define GLFS_MSGID_END (GLUSTERD_COMP_BASE + GLFS_NUM_MESSAGES + 1) /* Messaged with message IDs */ #define glfs_msg_start_x GLFS_COMP_BASE, "Invalid: Start of messages" @@ -53,6 +53,14 @@ #define GD_MSG_SERVER_QUORUM_MET_STARTING_BRICKS (GLUSTERD_COMP_BASE + 3) +#define GD_MSG_PEER_DISCONNECTED (GLUSTERD_COMP_BASE + 4) + +#define GD_MSG_BRICK_DISCONNECTED (GLUSTERD_COMP_BASE + 5) + +#define GD_MSG_NODE_DISCONNECTED (GLUSTERD_COMP_BASE + 6) + +#define GD_MSG_REBALANCE_DISCONNECTED (GLUSTERD_COMP_BASE + 7) + /*------------*/ #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" |