Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 1dec788

Browse files
committed
Remove OSG 3.5 install instructions from the stashcache install doc (SOFTWARE-5164)
1 parent 07ae815 commit 1dec788

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

docs/data/stashcache/install-cache.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,20 @@ To use HTTPS:
206206

207207
1. Add a certificate according to the [instructions above](#ensure-the-xrootd-service-has-a-certificate)
208208

209-
1. Create a file named `/etc/xrootd/config.d/11-cache-https.cfg` with the following contents:
209+
1. Uncomment `set EnableVoms = 1` in `/etc/xrootd/config.d/10-osg-xrdvoms.cfg`
210210

211-
# Support HTTPS access to unauthenticated cache
212-
if named stash-cache
213-
http.cadir /etc/grid-security/certificates
214-
http.cert /etc/grid-security/xrd/xrdcert.pem
215-
http.key /etc/grid-security/xrd/xrdkey.pem
216-
http.secxtractor /usr/lib64/libXrdLcmaps.so
217-
fi
211+
!!! note Upgrading from OSG 3.5
212+
If upgrading from OSG 3.5, you may have a file with the following contents in `/etc/xrootd/config.d`:
213+
214+
# Support HTTPS access to unauthenticated cache
215+
if named stash-cache
216+
http.cadir /etc/grid-security/certificates
217+
http.cert /etc/grid-security/xrd/xrdcert.pem
218+
http.key /etc/grid-security/xrd/xrdkey.pem
219+
http.secxtractor /usr/lib64/libXrdLcmaps.so
220+
fi
221+
222+
You must delete this config block or XRootD will fail to start.
218223

219224

220225
Manually Setting the FQDN (optional)
@@ -314,12 +319,15 @@ STASHCACHE_DaemonVersion = "1.0.0"
314319
Updating to OSG 3.6
315320
-------------------
316321

317-
The OSG 3.5 series is reaching end-of-life on May 1, 2022.
322+
The OSG 3.5 series has reached end-of-life on May 1, 2022.
318323
Admins are strongly encouraged to move their caches to OSG 3.6.
319324

320325
See [general update instructions](../../release/updating-to-osg-36.md).
321326

322-
Unauthenticated caches (`xrootd@stash-cache` service) do not need any configuration changes.
327+
Unauthenticated caches (`xrootd@stash-cache` service) do not need any configuration changes,
328+
unless HTTPS access has been enabled.
329+
See the ["enable HTTPS on the unauthenticated cache" section](#enable-https-on-the-unauthenticated-cache))
330+
for the necessary configuration changes.
323331

324332
Authenticated caches (`xrootd@stash-cache-auth` service) may need the configuration changes described in the
325333
[updating to OSG 3.6 section](../xrootd/xrootd-authorization.md#updating-to-osg-36)

0 commit comments

Comments
 (0)