File tree Expand file tree Collapse file tree
configs/stash-cache/config.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# ------------------------------------------------------------------------------
77
88PACKAGE := xcache
9- VERSION := 3.3 .0
9+ VERSION := 3.4 .0
1010
1111
1212# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -110,3 +110,9 @@ pfc.diskusage $eSPACELOWWM $eSPACEHIGHWM
110110# For NVMe' it is not so critical.
111111pfc.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+
Original file line number Diff line number Diff line change 11Name: xcache
22Summary: XCache scripts and configurations
3- Version: 3.3 .0
3+ Version: 3.4 .0
44Release: 1%{?dist }
55License: Apache 2.0
66Group: Grid
@@ -103,6 +103,7 @@ Summary: The OSG data federation cache server
103103
104104Requires: %{name } = %{version }
105105Requires: wget
106+ Requires: xrootd-tcp-stats
106107
107108Provides: stashcache-cache-server = %{name }-%{version }
108109Provides: 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
You can’t perform that action at this time.
0 commit comments