mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
BlueStore's PMEMDevice backend targets byte-addressable persistent
memory exposed as a DAX device, in practice Intel Optane DC persistent
memory. Intel Optane has been discontinued since 2021 and there is no
mainstream replacement, so the backend has effectively no hardware left
to run on. It was always experimental and has seen no functional change
since the DML/DSA offload landed in 2022; every commit to it since has
been a formatting sweep.
Keeping it builds in a chain of dependencies that nothing else needs:
libpmem, libndctl and libdaxctl, plus dml for the DSA offload that only
works on a Sapphire Rapids CPU. Remove the backend and everything tied
to it.
RBD persistent write-back cache (WITH_RBD_RWL) still uses PMDK's
libpmemobj, so the pmdk submodule, WITH_SYSTEM_PMDK, Buildpmdk and
Findpmdk stay. WITH_SYSTEM_PMDK now depends on WITH_RBD_RWL alone, and
Buildpmdk no longer builds ndctl support.
- remove the WITH_BLUESTORE_PMEM option, HAVE_BLUESTORE_PMEM and
HAVE_LIBDML
- delete src/blk/pmem/PMEMDevice.{cc,h} and the pmem block_device_t
- drop the pmem value from the bdev_type option
- remove the --bluestore-pmem vstart flag
- drop the libpmem, libndctl and libdaxctl build deps from debian and
rpm, keeping libpmemobj for RWL
- delete the Finddml, Findndctl and Finddaxctl cmake modules
- remove the DSA/DML and ndctl documentation
Signed-off-by: Kefu Chai <k.chai@proxmox.com>
|
||
|---|---|---|
| .. | ||
| code_tests | ||
| AddCephTest.cmake | ||
| BuildArrow.cmake | ||
| BuildBoost.cmake | ||
| Buildc-ares.cmake | ||
| BuildDPDK.cmake | ||
| BuildFIO.cmake | ||
| BuildISAL.cmake | ||
| BuildISALCrypto.cmake | ||
| BuildOpentelemetry.cmake | ||
| Buildpmdk.cmake | ||
| BuildQAT.cmake | ||
| BuildQATzip.cmake | ||
| BuildRocksDB.cmake | ||
| BuildSPDK.cmake | ||
| Builduadk.cmake | ||
| BuildUBBD.cmake | ||
| Builduring.cmake | ||
| BuildUtf8proc.cmake | ||
| BuildZstd.cmake | ||
| CephCheck_link.c | ||
| CephCheck_link.map | ||
| CephChecks.cmake | ||
| CheckCxxAtomic.cmake | ||
| CheckNasm.cmake | ||
| CPM.cmake | ||
| CTags.cmake | ||
| Distutils.cmake | ||
| Findaio.cmake | ||
| FindArrow.cmake | ||
| Findbabeltrace.cmake | ||
| FindBacktrace.cmake | ||
| Findblkid.cmake | ||
| Findc-ares.cmake | ||
| Findcap.cmake | ||
| FindCUnit.cmake | ||
| FindCython.cmake | ||
| FindDAOS.cmake | ||
| Finddpdk.cmake | ||
| FindFUSE.cmake | ||
| FindGMock.cmake | ||
| Findgperftools.cmake | ||
| FindGSSApi.cmake | ||
| FindJeMalloc.cmake | ||
| FindJerasure.cmake | ||
| Findkeyutils.cmake | ||
| Findlibcryptsetup.cmake | ||
| Findlibnbd.cmake | ||
| FindLinuxZNS.cmake | ||
| FindLMDB.cmake | ||
| FindLTTngUST.cmake | ||
| FindLZ4.cmake | ||
| FindMake.cmake | ||
| Findmotr.cmake | ||
| Findnl.cmake | ||
| FindNUMA.cmake | ||
| FindOATH.cmake | ||
| FindOpenLDAP.cmake | ||
| FindParquet.cmake | ||
| Findpmdk.cmake | ||
| FindQAT.cmake | ||
| FindQatDrv.cmake | ||
| FindQATzip.cmake | ||
| FindRabbitMQ.cmake | ||
| FindRDKafka.cmake | ||
| Findrdmacm.cmake | ||
| FindRocksDB.cmake | ||
| FindSanitizers.cmake | ||
| Findsnappy.cmake | ||
| Findspdk.cmake | ||
| FindSQLite3.cmake | ||
| FindStdFilesystem_test.cc | ||
| FindStdFilesystem.cmake | ||
| Findthrift.cmake | ||
| Findudev.cmake | ||
| Finduring.cmake | ||
| Findutf8proc.cmake | ||
| Finduuid.cmake | ||
| Findverbs.cmake | ||
| Findxfs.cmake | ||
| Findyaml-cpp.cmake | ||
| Findzbd.cmake | ||
| FindZstd.cmake | ||
| GetGitRevisionDescription.cmake | ||
| GetGitRevisionDescription.cmake.in | ||
| LimitJobs.cmake | ||
| patch-dpdk-conf.sh | ||
| PythonPackage.cmake | ||
| SIMDExt.cmake | ||