From: luo rixin Date: Fri, 11 Oct 2019 13:27:38 +0000 (+0800) Subject: osd/osd: set_numa_affinty: add an err log when it unable to X-Git-Tag: v15.1.0~1223^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e928f1a9bd568ffff751662ebf781dc17f40370f;p=ceph-ci.git osd/osd: set_numa_affinty: add an err log when it unable to identify cluster interface's numa node Signed-off-by: luo rixin --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 18291709569..ef24ee831d8 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -2269,6 +2269,9 @@ int OSD::set_numa_affinity() dout(1) << __func__ << " objectstore and network numa nodes do not match" << dendl; } + } else { + derr << __func__ << " unable to identify cluster interface '" << back_iface + << "' numa node: " << cpp_strerror(r) << dendl; } } else { derr << __func__ << " unable to identify public interface '" << front_iface