Skip to content

Commit

Permalink
Merge pull request #74 from brianhlin/SOFTWARE-3561.fix-stash-cache-h…
Browse files Browse the repository at this point in the history
…ttp-port

Fix StashCache HTTP port (SOFTWARE-3561)
  • Loading branch information
matyasselmeci authored Aug 27, 2019
2 parents baea243 + 26bd711 commit feab180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/stash-cache/xrootd/xrootd-stash-cache.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if named stash-cache-auth
xrd.port $(HttpPort)
else
# non-authed stash-cache; the HTTP plugin will also listen on 8000
set HttpPort=8000
xrd.port 1094
fi

Expand Down
5 changes: 4 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: 1.1.0
Version: 1.1.1
Release: 1%{?dist}
License: Apache 2.0
Group: Grid
Expand Down Expand Up @@ -203,6 +203,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
%config(noreplace) %{_sysconfdir}/xrootd/config.d/95-cms-xcache-logging.cfg

%changelog
* Mon Aug 19 2019 Brian Lin <[email protected]> - 1.1.1-1
- Restore StashCache HTTP port to 8000

* Mon Aug 19 2019 Brian Lin <[email protected]> - 1.1.0-1
- Use osg-xrootd (SOFTWARE-3558)

Expand Down

0 comments on commit feab180

Please sign in to comment.