From df77ac5088ebe1a1645489d77bdae77ce6cbc828 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 25 Jun 2015 12:07:24 +0530 Subject: features/bitrot: convert pending gf_log() to gf_msg() Change-Id: Idfd245327b485459ccbda503510b8ca0127bb66c BUG: 1231619 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.org/11396 Tested-by: NetBSD Build System Reviewed-by: Raghavendra Bhat --- .../bit-rot/src/bitd/bit-rot-bitd-messages.h | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'xlators/features/bit-rot/src/bitd/bit-rot-bitd-messages.h') diff --git a/xlators/features/bit-rot/src/bitd/bit-rot-bitd-messages.h b/xlators/features/bit-rot/src/bitd/bit-rot-bitd-messages.h index af3a74fc752..b4746bb5ecb 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot-bitd-messages.h +++ b/xlators/features/bit-rot/src/bitd/bit-rot-bitd-messages.h @@ -387,5 +387,32 @@ * */ /*------------*/ +#define BRB_MSG_SCRUB_THREAD_CLEANUP (GLFS_BITROT_BITD_BASE + 49) +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ +/*------------*/ +#define BRB_MSG_SCRUBBER_CLEANED (GLFS_BITROT_BITD_BASE + 50) +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ +/*------------*/ +#define BRB_MSG_GENERIC_SSM_INFO (GLFS_BITROT_BITD_BASE + 51) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ +/*------------*/ +#define BRB_MSG_ZERO_TIMEOUT_BUG (GLFS_BITROT_BITD_BASE + 52) + #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" #endif /* !_BITROT_BITD_MESSAGES_H_ */ -- cgit