multipath: lower the log level for rdac TAS messages
authorMoger, Babu <Babu.Moger@netapp.com>
Fri, 6 Apr 2012 21:49:19 +0000 (21:49 +0000)
committerChristophe Varoqui <christophe.varoqui@opensvc.com>
Fri, 6 Apr 2012 22:11:01 +0000 (00:11 +0200)
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>
libmultipath/checkers/rdac.c

index d7dfb08..cf782e3 100644 (file)
@@ -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;
 }