From 465cecbea5930daf0487ff0c47e63c030b1e2207 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Feb 2011 13:50:53 -0800 Subject: [PATCH] Switch disk used for storing data during benchmarks. --- microbench/setup/cleanup-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1