release notes
| Book:
1.9.5,
1.9.12 (opt, FHS),
2.11 (FHS),
2.12 (FHS),
2.13 (FHS),
2.14 (FHS),
| Wiki
| Q&A
In the 1.9.4 series, stage protection had to be configured in every door and in the PinManager
.
Starting with the 1.9.5 series, stage protection can optionally be configured in the PoolManager
rather than on the doors and PinManager
. Thus the white list needs to be present
on a single node only. To enable this, define the following parameter in config/dCacheSetup
:
stagePolicyEnforcementPoint=PoolManager
The file name of the white list must be configured by setting the
stageConfigurationFilePath
parameter in config/dCacheSetup
:
stageConfigurationFilePath=${ourHomeDir}/config/StageConfiguration.conf
The parameter only needs to be defined on the nodes which enforce the stage protection;
i.e., either on the doors and PinManager
, or in PoolManager
.