Skip to content

Commit 6152fd9

Browse files
authored
Merge pull request #71 from efajardo/cms-xcache-fixes
Small fixes to get CMS Xcache config working
2 parents 1883f6e + ceb2cf7 commit 6152fd9

5 files changed

Lines changed: 8 additions & 4 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 := 1.0.5
9+
VERSION := 1.1.0
1010

1111

1212
# ------------------------------------------------------------------------------
File renamed without changes.

configs/cms-xcache/config.d/90-cms-xcache-local-redirector.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
#
1414
# In such a configuration, each XCache host must specify the following:
1515
#
16-
# all.role server
1716
# all.manager <REDIRECTOR FQDN>:<REDIRECTOR PORT>

configs/cms-xcache/xrootd/xrootd-cms-xcache.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ if exec xrootd
2020
xrd.port 1094
2121
fi
2222

23+
all.role server
2324
# Drop your site-specific configuration additions into this directory.
2425
continue /etc/xrootd/config.d

rpm/xcache.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: xcache
22
Summary: XCache scripts and configurations
33
Version: 1.1.0
4-
Release: 0.3%{?dist}
4+
Release: 0.4%{?dist}
55
License: Apache 2.0
66
Group: Grid
77
URL: https://opensciencegrid.org/docs/
@@ -197,14 +197,18 @@ mkdir -p %{buildroot}%{_sysconfdir}/grid-security/xrd
197197
%{_unitdir}/xrootd@cms-xcache.service.d/10-cms-xcache-overrides.conf
198198
%{_unitdir}/cmsd@cms-xcache.service.d/10-cms-xcache-overrides.conf
199199
%{_unitdir}/xrootd-renew-proxy.service.d/10-cms-refresh-proxy-overrides.conf
200+
%config %{_sysconfdir}/xrootd/config.d/30-cms-xcache-authz.cfg
200201
%config %{_sysconfdir}/xrootd/config.d/40-cms-xcache-plugin.cfg
201-
%config %{_sysconfdir}/xrootd/config.d/50-cms-xcache-authz.cfg
202202
%config %{_sysconfdir}/xrootd/config.d/50-cms-xcache-paths.cfg
203203
%config(noreplace) %{_sysconfdir}/xrootd/config.d/90-cms-xcache-disks.cfg
204204
%config(noreplace) %{_sysconfdir}/xrootd/config.d/90-cms-xcache-local-redirector.cfg
205205
%config(noreplace) %{_sysconfdir}/xrootd/config.d/95-cms-xcache-logging.cfg
206206

207207
%changelog
208+
* Wed Aug 7 2019 Edgar Fajardo <emfajard@ucsd.edu> - 1.1.0-0.4
209+
- Changing order of LCMAPS configuration files for CMS
210+
- Fixing bug on refresh-proxy call for CMS and ATLAS proxies
211+
208212
* Mon Aug 5 2019 Edgar Fajardo <emfajard@ucsd.edu> - 1.1.0-0.3
209213
- Adding ATLAS and CMS overides for the proxy generation
210214
- Adding RucioN2N config for ATLAS Xcache (SOFTWARE-3784)

0 commit comments

Comments
 (0)