]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/osd: set_numa_affinty: add an err log when it unable to
authorluo rixin <luorixin@huawei.com>
Fri, 11 Oct 2019 13:27:38 +0000 (21:27 +0800)
committerluo rixin <luorixin@huawei.com>
Fri, 11 Oct 2019 13:45:38 +0000 (21:45 +0800)
         identify cluster interface's numa node

Signed-off-by: luo rixin <luorixin@huawei.com>
src/osd/OSD.cc

index 1829170956971ebd33e4308d89f08b5b3704adf7..ef24ee831d8971c95e3ac6d536f7c5f6e55180f8 100644 (file)
@@ -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