forked from daos-stack/daos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-9376 ofi: update to 1.14.0 and apply workaround (daos-stack#7904)
Upgrade from libfabric 1.14.0-rc3 to 1.14.0 GA. Grab libfabric fix to store ibv_wr_opcode and reuse it it in error cases in the verbs provider. Move build.cfg to the official tag, the additional libfabric patch will be added in a subsequent PR. Signed-off-by: Johann Lombardi <[email protected]>
- Loading branch information
1 parent
32443c1
commit 40b9ad7
Showing
4 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
daos (2.1.100-18) unstable; urgency=medium | ||
[ Johann Lombardi ] | ||
* Update libfabric to 1.14.0 GA and apply fix for DAOS-9376 | ||
|
||
-- Johann Lombardi <[email protected]> Mon, 17 Jan 2022 10:00:00 -0100 | ||
|
||
daos (2.1.100-17) unstable; urgency=medium | ||
[ Alexander Oganezov ] | ||
* Update to mercury v2.1.0-rc4-3 to pick fix for DAOS-9325 high cpu usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: daos-stack <[email protected]> | |
Build-Depends: debhelper (>= 10), | ||
dh-python, | ||
libcmocka-dev, | ||
libfabric-dev (>= 1.14.0~rc3-2), | ||
libfabric-dev (>= 1.14.0-1), | ||
libhwloc-dev, | ||
libopenmpi-dev, | ||
libssl-dev, | ||
|
@@ -147,7 +147,7 @@ Package: daos-client | |
Section: net | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin, libfabric (>= 1.14.0~rc3-2) | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin, libfabric (>= 1.14.0-1) | ||
Description: The Distributed Asynchronous Object Storage (DAOS) is an open-source | ||
software-defined object store designed from the ground up for | ||
massively distributed Non Volatile Memory (NVM). DAOS takes advantage | ||
|
@@ -166,7 +166,7 @@ Section: net | |
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin, | ||
ipmctl (>02.00.00.3816), libfabric (>= 1.14.0~rc3-2) | ||
ipmctl (>02.00.00.3816), libfabric (>= 1.14.0-1) | ||
Description: The Distributed Asynchronous Object Storage (DAOS) is an open-source | ||
software-defined object store designed from the ground up for | ||
massively distributed Non Volatile Memory (NVM). DAOS takes advantage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%define sysctl_script_name 10-daos_server.conf | ||
|
||
%global mercury_version 2.1.0~rc4-3%{?dist} | ||
%global libfabric_version 1.14.0~rc3-2 | ||
%global libfabric_version 1.14.0-1 | ||
%global __python %{__python3} | ||
|
||
%if (0%{?rhel} >= 8) | ||
|
@@ -15,7 +15,7 @@ | |
|
||
Name: daos | ||
Version: 2.1.100 | ||
Release: 17%{?relval}%{?dist} | ||
Release: 18%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -539,6 +539,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Mon Jan 17 2022 Johann Lombardi <[email protected]> 2.1.100-18 | ||
- Update libfabric to 1.14.0 GA and apply fix for DAOS-9376 | ||
|
||
* Thu Dec 23 2021 Alexander Oganezov <[email protected]> 2.1.100-17 | ||
- Update to v2.1.0-rc4-3 to pick fix for DAOS-9325 high cpu usage | ||
- Change mercury pinning to be >= instead of strict = | ||
|