Skip to content

Commit feab180

Browse files
Merge pull request #74 from brianhlin/SOFTWARE-3561.fix-stash-cache-http-port
Fix StashCache HTTP port (SOFTWARE-3561)
2 parents baea243 + 26bd711 commit feab180

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

configs/stash-cache/xrootd/xrootd-stash-cache.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if named stash-cache-auth
2323
xrd.port $(HttpPort)
2424
else
2525
# non-authed stash-cache; the HTTP plugin will also listen on 8000
26+
set HttpPort=8000
2627
xrd.port 1094
2728
fi
2829

rpm/xcache.spec

Lines changed: 4 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: 1.1.0
3+
Version: 1.1.1
44
Release: 1%{?dist}
55
License: Apache 2.0
66
Group: Grid
@@ -203,6 +203,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
203203
%config(noreplace) %{_sysconfdir}/xrootd/config.d/95-cms-xcache-logging.cfg
204204

205205
%changelog
206+
* Mon Aug 19 2019 Brian Lin <blin@cs.wisc.edu> - 1.1.1-1
207+
- Restore StashCache HTTP port to 8000
208+
206209
* Mon Aug 19 2019 Brian Lin <blin@cs.wisc.edu> - 1.1.0-1
207210
- Use osg-xrootd (SOFTWARE-3558)
208211

0 commit comments

Comments
 (0)