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 <babu.moger@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;
}
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
|