Skip to content
Snippets Groups Projects

Resolve "Enable EOS_FST_NO_SSS_ENFORCEMENT for alice storage"

2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -26,6 +26,9 @@ function generateEOSConfig() {
sed -i 's/^EOS_MGM_ALIAS=.*/EOS_MGM_ALIAS='$EOS_MGM_ALIAS'/' /etc/sysconfig/eos_env
sed -i 's/^EOS_GEOTAG=.*/EOS_GEOTAG='$EOS_GEOTAG'/' /etc/sysconfig/eos_env
if [ "$ED_ISALICE" == "1" ];then
sed -i 's/^#EOS_FST_NO_SSS_ENFORCEMENT.*/EOS_FST_NO_SSS_ENFORCEMENT=1 ' /etc/sysconfig/eos_env
fi
[ -f /etc/xrd.cf.mgm.orig ] || cp /etc/xrd.cf.mgm /etc/xrd.cf.mgm.orig
cp -f /etc/xrd.cf.mgm.orig /etc/xrd.cf.mgm
@@ -124,4 +127,4 @@ generateEOSConfig
eos-docker-export
# exporting var directory (on for first time)
[ "$1" == "no-var" ] || exportVarDir
\ No newline at end of file
[ "$1" == "no-var" ] || exportVarDir
Loading