Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions utils/build.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ ucx=https://github.com/openucx/ucx.git
spdk=0001_3428322b812fe31cc3e1d0308a7f5bd4b06b9886.diff,0002_spdk_rwf_nowait.patch,0003_external_isal.patch
mercury=0001_dep_versions.patch,0002_ofi_counters.patch,0003_ofi_auth_key.patch
argobots=0001_411e5b344642ebc82190fd8b125db512e5b449d1.diff,0002_bb0c908abfac4bfe37852eee621930634183c6aa.diff
pmdk=https://github.com/daos-stack/pmdk/commit/bb048d67ccd07609f86a5e8b3c6ad54414d593ee.diff
2 changes: 1 addition & 1 deletion utils/rpms/package_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export argobots_version="1.2"
export argobots_release="4${distro_name}"
export argobots_full="${argobots_version}-${argobots_release}"
export pmdk_version="2.1.3"
export pmdk_release="1${distro_name}"
export pmdk_release="2${distro_name}"
export pmdk_full="${pmdk_version}-${pmdk_release}"
export isal_version="2.31.1"
export isal_release="8${distro_name}"
Expand Down
9 changes: 6 additions & 3 deletions utils/rpms/pmdk.changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
%changelog
* Mon Jan 19 2026 Oksana Salyk <oksana.salyk@intel.com> - 2.1.3-1
* Wed Mar 18 2026 Jan Michalski <jan-marian.michalski@hpe.com> - 2.1.3-2
- Patch "The pool was not closed" message (no ADR failure) (daos-stack/pmdk#1, DAOS-18692)

* Mon Jan 19 2026 Oksana Salyk <oksana.salyk@hpe.com> - 2.1.3-1
- Expand the sds.at_create CTL to disable unnecessary bad-block checking when running without PMem, preventing the stack overflow (DAOS-18296).
- Fix an issue in the PMEMOBJ allocator with a potential to corrupt the allocator's metadata (DAOS-18195).

* Wed Nov 05 2025 Tomasz Gromadzki <tomasz.gromadzki@intel.com> - 2.1.2-1
* Wed Nov 05 2025 Tomasz Gromadzki <tomasz.gromadzki@hpe.com> - 2.1.2-1
- Expand the sds.at_create CTL to also cover pmemobj_open() (DAOS-17449)
- Previously, this CTL affected only pmemobj_create().
- Now, it affects both pmemobj_create() and pmemobj_open().
Expand All @@ -12,7 +15,7 @@
- Conversely, pmemobj_open() does not issue a warning when attempting to open a pool with SDS disabled
while the feature is force-disabled.

* Fri Oct 31 2025 Tomasz Gromadzki <tomasz.gromadzki@intel.com> - 2.1.0-7
* Fri Oct 31 2025 Tomasz Gromadzki <tomasz.gromadzki@hpe.com> - 2.1.0-7
- Restore the RPM changelog, which has not been available since version 2.1.0-4.

* Fri Sep 12 2025 Jeff Olivier <jeffolivier@google.com> - 2.1.0-6
Expand Down
Loading