From 9ee4e38ca4b91ddf297c2b92cba61042c59ad5e7 Mon Sep 17 00:00:00 2001 From: Alvin Moore Date: Tue, 1 Sep 2020 13:59:00 -0400 Subject: [PATCH] Fixed location of the knob --- contrib/Joshua/scripts/localClusterStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Joshua/scripts/localClusterStart.sh b/contrib/Joshua/scripts/localClusterStart.sh index b0c2cee6ea..bd9df0247c 100644 --- a/contrib/Joshua/scripts/localClusterStart.sh +++ b/contrib/Joshua/scripts/localClusterStart.sh @@ -214,7 +214,7 @@ function startFdbServer { log 'Failed to display user message' let status="${status} + 1" - elif ! "${BINDIR}/fdbserver" -C "${FDBCONF}" -p "${IPADDRESS}:${FDBSERVERPORT}" -L "${LOGDIR}" -d "${WORKDIR}/fdb/${$} --knob_disable_posix_kernel_aio=1" &> "${LOGDIR}/fdbserver.log" & + elif ! "${BINDIR}/fdbserver" --knob_disable_posix_kernel_aio=1 -C "${FDBCONF}" -p "${IPADDRESS}:${FDBSERVERPORT}" -L "${LOGDIR}" -d "${WORKDIR}/fdb/${$}" &> "${LOGDIR}/fdbserver.log" & then log "Failed to start FDB Server" # Maybe the server is already running