Skip to content

Commit

Permalink
DAOS-10629 libfabric: upgrade to v1.15.1-1 (#9085)
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Huang <[email protected]>
  • Loading branch information
wiliamhuang authored May 27, 2022
1 parent f92123e commit 58772e9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
daos (2.0.2-7) unstable; urgency=medium
[ Lei Huang ]
* Update libfabric to v1.15.1-1 with critical performance patches

-- Lei Huang <[email protected]> Fri, 27 May 2022 10:50:00 -0500

daos (2.0.2-6) unstable; urgency=medium
[ Tom Nabarro ]
* Restrict SPDK version to less than 22
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: daos-stack <[email protected]>
Build-Depends: debhelper (>= 10),
dh-python,
libcmocka-dev,
libfabric-dev (>= 1.15.0~rc3-1),
libfabric-dev (>= 1.15.1-1),
libhwloc-dev,
libopenmpi-dev,
libssl-dev,
Expand Down
2 changes: 1 addition & 1 deletion utils/build.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PMDK = 1.11.0
ISAL = v2.30.0
ISAL_CRYPTO = v2.23.0
SPDK = v21.07
OFI = v1.15.0rc3
OFI = v1.15.1
OPENPA = v1.0.4
MERCURY = v2.1.0rc4
PSM2 = PSM2_11.2.78
Expand Down
3 changes: 1 addition & 2 deletions utils/docker/Dockerfile.centos.7
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN set -e; \
if [ -n "$REPO_FILE_URL" ]; then \
dnf -y --quiet config-manager --disable epel; \
fi; \
dnf -y update epel-release; \
dnf -y clean all

ARG JENKINS_URL
Expand All @@ -52,8 +53,6 @@ baseurl=${JENKINS_URL}job/daos-stack/job/$repo/job/$branch/$build_number/artifac
enabled=1\n\
gpgcheck=False\n" >> /etc/yum.repos.d/$repo:$branch:$build_number.repo; \
cat /etc/yum.repos.d/$repo:$branch:$build_number.repo; \
dnf -y repolist; \
dnf --disablerepo=\* --enablerepo=$repo:$branch:$build_number makecache; \
done

# Install OS updates and package. Include basic tools and daos dependencies
Expand Down
7 changes: 5 additions & 2 deletions utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define agent_svc_name daos_agent.service

%global mercury_version 2.1.0~rc4-4%{?dist}
%global libfabric_version 1.15.0~rc3-1
%global libfabric_version 1.15.1-1
%global __python %{__python3}

%if (0%{?rhel} >= 8)
Expand All @@ -14,7 +14,7 @@

Name: daos
Version: 2.0.2
Release: 6%{?relval}%{?dist}
Release: 7%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -528,6 +528,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a meta-package

%changelog
* Fri May 27 2022 Lei Huang <[email protected]> 2.0.2-7
- Update libfabric to v1.15.1-1 with critical performance patches

* Tue May 17 2022 Tom Nabarro <[email protected]> 2.0.2-6
- Restrict spdk version to less than v22

Expand Down

0 comments on commit 58772e9

Please sign in to comment.