Remove newlines in afs server params variable

This causes newlines to appear in the config file which causes the
server to fail to start which is the opposite of what this is
supposed to do.

Change-Id: I2ff7e8835878652b3a7cdc2f633d263b37aaa7e9
This commit is contained in:
James E. Blair 2019-09-06 11:20:15 -07:00
parent 97e6d1d4af
commit d284333363
1 changed files with 1 additions and 4 deletions

View File

@ -35,10 +35,7 @@
SERVERS=(afs01.dfw.openstack.org afs02.dfw.openstack.org afs01.ord.openstack.org)
# See AFS system-config documentation for discussion of parameters
DAFILESERVER_OPTS="
-L -p 242 -busyat 600 -rxpck 700
-s 1200 -l 1200 -cb 2000000 -b 240 -vc 1200
-udpsize 131071 -sendsize 131071"
DAFILESERVER_OPTS=" -L -p 242 -busyat 600 -rxpck 700 -s 1200 -l 1200 -cb 2000000 -b 240 -vc 1200 -udpsize 131071 -sendsize 131071"
TIMESTAMP=$(date +%s)