]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
NVMEDevice: add log message to reminder potential failed reason
authorHaomai Wang <haomai@xsky.com>
Thu, 7 Jan 2016 17:20:53 +0000 (01:20 +0800)
committerHaomai Wang <haomai@xsky.com>
Mon, 1 Feb 2016 14:00:46 +0000 (22:00 +0800)
Signed-off-by: Haomai Wang <haomai@xsky.com>
src/os/bluestore/NVMEDevice.cc

index 1b5a660154a4896e312fcaee19d278ade6ae7c70..1c96bdab9f28b96fcca8e23d2515b99b346b3d3c 100644 (file)
@@ -211,7 +211,7 @@ int SharedDriverData::_scan_nvme_device(const string &sn_tag, nvme_controller **
     if (r < 0) {
       derr << __func__ << " device " << *name << " " << pci_dev->bus
            << ":" << pci_dev->dev << ":" << pci_dev->func
-           << " bind to uio driver failed" << dendl;
+           << " bind to uio driver failed, may lack of uio_pci_generic kernel module" << dendl;
       return r;
     }
   }