[dm-devel] [PATCH] multipath: lower the log level for rdac TAS messages

Moger, Babu Babu.Moger at netapp.com
Fri Apr 6 21:49:19 UTC 2012


This patch lowers the log level for rdac TAS related messages.
These calls are expected to fail in cluster configurations due to reservations.

Signed-off-by: Babu Moger <babu.moger at netapp.com>
---
--- multipath-tools/libmultipath/checkers/rdac.c.orig	2012-04-06 16:16:37.000000000 -0500
+++ multipath-tools/libmultipath/checkers/rdac.c	2012-04-06 16:17:00.000000000 -0500
@@ -118,7 +118,7 @@ int libcheck_init (struct checker * c)
 	set = 1;
 out:
 	if (set == 0)
-		condlog(0, "rdac checker failed to set TAS bit");
+		condlog(3, "rdac checker failed to set TAS bit");
 	return 0;
 }
 






More information about the dm-devel mailing list