Skip to content

Commit

Permalink
Merge pull request #140 from matyasselmeci/pr/xrootd-tcp-stats
Browse files Browse the repository at this point in the history
xcache 3.4.0: add xrootd-tcp-stats for stash-cache and stash-cache-auth
  • Loading branch information
brianhlin authored Feb 24, 2023
2 parents a6b83d9 + ca520dd commit 8f0daa4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------

PACKAGE := xcache
VERSION := 3.3.0
VERSION := 3.4.0


# ------------------------------------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions configs/stash-cache/config.d/40-stash-cache-plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@ pfc.diskusage $eSPACELOWWM $eSPACEHIGHWM
# For NVMe' it is not so critical.
pfc.writequeue $eWQBLOCKS $eWQTHREADS

if named stash-cache
xrd.tcpmonlib /usr/lib64/libXrdTCPStats.so
else if named stash-cache-auth
xrd.tcpmonlib /usr/lib64/libXrdTCPStats.so
fi

6 changes: 5 additions & 1 deletion rpm/xcache.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: xcache
Summary: XCache scripts and configurations
Version: 3.3.0
Version: 3.4.0
Release: 1%{?dist}
License: Apache 2.0
Group: Grid
Expand Down Expand Up @@ -103,6 +103,7 @@ Summary: The OSG data federation cache server

Requires: %{name} = %{version}
Requires: wget
Requires: xrootd-tcp-stats

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

%changelog
* Fri Feb 03 2023 Mátyás Selmeci <[email protected]> - 3.4.0-1
- Enable XRootD TCP Stats for stash-cache and stash-cache-auth (SOFTWARE-5373)

* Fri Dec 02 2022 Mátyás Selmeci <[email protected]> - 3.3.0-1
- Remove X.509 proxy requirement for stash-cache xrootd instance (SOFTWARE-5366)

Expand Down

0 comments on commit 8f0daa4

Please sign in to comment.