From: root Date: Sun, 27 Feb 2011 21:50:53 +0000 (-0800) Subject: Switch disk used for storing data during benchmarks. X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=465cecbea5930daf0487ff0c47e63c030b1e2207 Switch disk used for storing data during benchmarks. --- diff --git a/microbench/setup/cleanup-proxy b/microbench/setup/cleanup-proxy index e88e7fe..c9a8c86 100755 --- a/microbench/setup/cleanup-proxy +++ b/microbench/setup/cleanup-proxy @@ -17,7 +17,7 @@ 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