Skip to content

Commit 8f0daa4

Browse files
authored
Merge pull request #140 from matyasselmeci/pr/xrootd-tcp-stats
xcache 3.4.0: add xrootd-tcp-stats for stash-cache and stash-cache-auth
2 parents a6b83d9 + ca520dd commit 8f0daa4

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77

88
PACKAGE := xcache
9-
VERSION := 3.3.0
9+
VERSION := 3.4.0
1010

1111

1212
# ------------------------------------------------------------------------------

configs/stash-cache/config.d/40-stash-cache-plugin.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,9 @@ pfc.diskusage $eSPACELOWWM $eSPACEHIGHWM
110110
# For NVMe' it is not so critical.
111111
pfc.writequeue $eWQBLOCKS $eWQTHREADS
112112

113+
if named stash-cache
114+
xrd.tcpmonlib /usr/lib64/libXrdTCPStats.so
115+
else if named stash-cache-auth
116+
xrd.tcpmonlib /usr/lib64/libXrdTCPStats.so
117+
fi
118+

rpm/xcache.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: xcache
22
Summary: XCache scripts and configurations
3-
Version: 3.3.0
3+
Version: 3.4.0
44
Release: 1%{?dist}
55
License: Apache 2.0
66
Group: Grid
@@ -103,6 +103,7 @@ Summary: The OSG data federation cache server
103103

104104
Requires: %{name} = %{version}
105105
Requires: wget
106+
Requires: xrootd-tcp-stats
106107

107108
Provides: stashcache-cache-server = %{name}-%{version}
108109
Provides: stashcache-cache-server-auth = %{name}-%{version}
@@ -279,6 +280,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
279280
%config %{_sysconfdir}/xrootd/config.d/03-redir-tuning.cfg
280281

281282
%changelog
283+
* Fri Feb 03 2023 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.4.0-1
284+
- Enable XRootD TCP Stats for stash-cache and stash-cache-auth (SOFTWARE-5373)
285+
282286
* Fri Dec 02 2022 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.3.0-1
283287
- Remove X.509 proxy requirement for stash-cache xrootd instance (SOFTWARE-5366)
284288

0 commit comments

Comments
 (0)