X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Fsetup%2Frun-proxy;h=c3013c714a4e10bdaa623fe72deb9ae23148bdeb;hb=08484732eb4ac0d3a08f523ae9db79b8ad6f826b;hp=928fceee75f071540a4d9e742b5547943badc4ed;hpb=9c6ecd5f09e7b318f3f27f90d48e9591110c7021;p=bluesky.git diff --git a/microbench/setup/run-proxy b/microbench/setup/run-proxy index 928fcee..c3013c7 100755 --- a/microbench/setup/run-proxy +++ b/microbench/setup/run-proxy @@ -6,6 +6,7 @@ . /scratch/aws-keys export BLUESKY_CACHE_SIZE=$((512 * 1024)) export BLUESKY_TARGET=s3 +export BLUESKY_PROFILE_OUT=/export2/profile.txt # Export any environment variables specified on the command line for e in "$@"; do @@ -16,5 +17,9 @@ for e in "$@"; do fi done -mkdir /export/journal 2>/dev/null -(cd /export; /scratch/bluesky.git/nfs3/nfsproxy) +if [ "$BLUESKY_TARGET" = "native" ]; then + /etc/init.d/nfs-kernel-server start +else + mkdir /export/journal 2>/dev/null + (cd /export; /scratch/bluesky.git/nfs3/nfsproxy) +fi