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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30870%2Fhead;p=ceph.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 182917095697..ef24ee831d89 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