-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15914 cart: add D_MRECV_BUF env var to control number of multi-r…
…ecv buffers #14683 Signed-off-by: Jerome Soumagne <[email protected]> Signed-off-by: Dalton Bohning <[email protected]>
- Loading branch information
1 parent
107596a
commit 044183e
Showing
8 changed files
with
25 additions
and
9 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.6.0-3) unstable; urgency=medium | ||
[ Jerome Soumagne ] | ||
* Bump mercury version to 2.4.0rc3 | ||
|
||
-- Jerome Soumagne <[email protected]> Mon, 08 Jul 2024 18:40:00 -0500 | ||
|
||
daos (2.6.0-2) unstable; urgency=medium | ||
[ Phillip Henderson ] | ||
* Second release candidate for 2.6.0 | ||
|
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
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%define agent_svc_name daos_agent.service | ||
%define sysctl_script_name 10-daos_server.conf | ||
|
||
%global mercury_version 2.3.1-1%{?dist} | ||
%global mercury_version 2.4.0~rc3-1%{?dist} | ||
%global libfabric_version 1.15.1-1 | ||
%global __python %{__python3} | ||
|
||
|
@@ -15,7 +15,7 @@ | |
|
||
Name: daos | ||
Version: 2.6.0 | ||
Release: 2%{?relval}%{?dist} | ||
Release: 3%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -588,6 +588,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Mon Jul 08 2024 Jerome Soumagne <[email protected]> 2.6.0-3 | ||
- Bump mercury version to 2.4.0rc3 | ||
|
||
* Wed Jul 03 2024 Phillip Henderson <[email protected]> 2.6.0-2 | ||
- Second release candidate for 2.6.0 | ||
|
||
|