mirror of
https://github.com/ceph/ceph
synced 2025-01-14 15:04:30 +00:00
e82b0a7b09
We build spdk as static library, linking against them requires the use of `-Wl,--whole-archive` as argument, otherwise we will have error `nvme.c: nvme_probe_internal: *ERROR*: NVMe trtype 256 not available`. This is due to the use of constructor functions in spdk to register NVMe transports. So we need to do so to ensure we call all the constructors. Signed-off-by: Tongliang Deng <dengtongliang@sensetime.com> |
||
---|---|---|
.. | ||
aio | ||
kernel | ||
pmem | ||
spdk | ||
zoned | ||
BlockDevice.cc | ||
BlockDevice.h | ||
CMakeLists.txt |