Re: [PATCH] Monitor/msg: Don't print error message if mdmon doesn't run
From: Jes Sorensen <jes.sorensen@gmail.com>
Date: 2017-11-21 18:26:25
From: Jes Sorensen <jes.sorensen@gmail.com>
Date: 2017-11-21 18:26:25
On 11/21/2017 05:30 AM, Mariusz Tkaczyk wrote:
Commit 4515fb28a53a ("Add detail information when can not connect
monitor") was added to warn about failed connection to monitor in
WaitClean function (see link below).
Mdmon runs for IMSM containers when they have array with redundancy so
if mdmon doesn't run, mdadm prints this error. This is misleading and
unnecessary. Just print it in WaitClean function.
The sock in WaitClean is deprecated so it is removed.
Link: https://bugzilla.redhat.com/show_bug.cgi?id=1375002
Signed-off-by: Mariusz Tkaczyk <redacted>Applied! Thanks, Jes