From d2843333637fd69905033d71894196528d93f311 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 6 Sep 2019 11:20:15 -0700 Subject: [PATCH] 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 --- tools/afs-server-restart.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/afs-server-restart.sh b/tools/afs-server-restart.sh index d5394fb28f..45a523e2f0 100755 --- a/tools/afs-server-restart.sh +++ b/tools/afs-server-restart.sh @@ -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)