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:
parent
97e6d1d4af
commit
d284333363
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user