Skip to content
Snippets Groups Projects
Commit 607c854b authored by Steven Murray's avatar Steven Murray
Browse files

Changed EOS_FS_FULL_SIZE_IN_GB from 5GB to 2GB

parent 2829cc2c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@ export EOS_MAIL_CC="none@mail.cern.ch"
export EOS_NOTIFY="mail -s `date +%s`-`hostname`-eos-notify $EOS_MAIL_CC"
# Changel minimum file system size setting - default is to have atleast 5 GB free on a partition
export EOS_FS_FULL_SIZE_IN_GB=5
# Changed from 5GB to 2GB on 06/08/2018 in order to help CI tests pass
export EOS_FS_FULL_SIZE_IN_GB=2
# define the log file where you want to grep
export EOS_TTY_BROADCAST_LISTEN_LOGFILE="/var/log/eos/mgm/xrdlog.mgm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment