From 389aa04aeb2525cd677b9183d1c1c59826665a32 Mon Sep 17 00:00:00 2001 From: "Moger, Babu" Date: Fri, 6 Apr 2012 21:49:19 +0000 Subject: [PATCH] multipath: lower the log level for rdac TAS messages 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 --- libmultipath/checkers/rdac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/checkers/rdac.c b/libmultipath/checkers/rdac.c index d7dfb08..cf782e3 100644 --- a/libmultipath/checkers/rdac.c +++ b/libmultipath/checkers/rdac.c @@ -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; } -- 2.34.1