X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=microbench%2Fsetup%2Fcleanup-proxy;h=3fd185e8272ab5b1586ca8d62b51bd0907bba484;hb=7c11d73409f82bad72e38a1c908730821951f2bf;hp=e88e7fe371cb4ae00b33232d4ff0ceb73d5a2a18;hpb=536dd54d55f99936ffcdb3eaa39d44f5ec3114a3;p=bluesky.git diff --git a/microbench/setup/cleanup-proxy b/microbench/setup/cleanup-proxy index e88e7fe..3fd185e 100755 --- a/microbench/setup/cleanup-proxy +++ b/microbench/setup/cleanup-proxy @@ -2,8 +2,6 @@ # # Start up the NFS server. -. /scratch/aws-keys - export BLUESKY_TARGET=s3 # Export any environment variables specified on the command line for e in "$@"; do @@ -17,9 +15,8 @@ done if [ "$BLUESKY_TARGET" = "native" ]; then /etc/init.d/nfs-kernel-server stop umount /export - mkfs.ext3 /dev/sda10 + mkfs.ext3 -F /dev/sdb mount /export else rm -rf /export/journal - /scratch/bluesky.git/microbench/setup/s3-cleanup.py fi