Skip to content

Commit

Permalink
Include also pss origin
Browse files Browse the repository at this point in the history
  • Loading branch information
juztas committed Feb 20, 2024
1 parent 1a688fc commit cc5b111
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ if defined ?~TYPE_XCACHE
set typexcache = $TYPE_XCACHE
fi

if defined ?~XCACHE_ORIGIN
set xcacheorigin = $XCACHE_ORIGIN
fi

# ====================================================
# XrootD Security
# ---------------------------------------
Expand Down Expand Up @@ -228,6 +232,7 @@ oss.localroot $(localroot)
# Xcache parameters
# -------------------------------------
if defined ?typexcache
pss.origin $(xcacheorigin)
oss.space meta $(ossmeta)
oss.space data $(ossdata)
pfc.spaces data meta
Expand Down

0 comments on commit cc5b111

Please sign in to comment.