Releases: daos-stack/pmdk
Releases · daos-stack/pmdk
PMDK Version 2.1.3
- Expand the sds.at_create CTL to also cover the POOL_FEAT_CHECK_BAD_BLOCKS feature (#28, DAOS-18296).
- Until now, it controlled only the POOL_FEAT_SDS feature, but both may use NDCTL calls and increase stack usage.
- Fix an issue in the PMEMOBJ allocator with a potential to corrupt the allocator's metadata (#24, DAOS-18195).
- Fix compilation error on LoongArch. (#29, pmem/pmdk#5957).
PMDK Version 2.1.2
- Set up a new home for pmdk software (pmem/pmdk -> daos-stack/pmdk).
- Reorganized PMem HW tests to accommodate changes in HW supplies (#9-12).
- Expanded the sds.at_create CTL to also cover pmemobj_open() (#5, DAOS-17449)
- Previously, this CTL affected only pmemobj_create().
- Now, it affects both pmemobj_create() and pmemobj_open().
- pmemobj_open() won't be able to open a pool with SDS enabled if the feature is currently
force-disabled. - Conversely, pmemobj_open() does not issue a warning when attempting to open a pool with SDS disabled
while the feature is force-disabled.