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: v14.2.8~89^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8df71c790d2425451b3e8c10dc0c8403034150f5;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 (cherry picked from commit e928f1a9bd568ffff751662ebf781dc17f40370f) --- diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 39c180910ac..4b00716b1ad 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -2442,6 +2442,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