summaryrefslogtreecommitdiffstats
path: root/create_node.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-07 16:35:05 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-07 16:35:05 +1000
commit8e694bc67d6e4efb976da987fac7b3c52448c1f1 (patch)
tree804b2cb9a8eacb73e08d61a3d3ffef2105c2c491 /create_node.sh
parenta74b60b4f5f3abe7c8b5b63685f2234d48c59c87 (diff)
make more things configurable
Diffstat (limited to 'create_node.sh')
-rwxr-xr-xcreate_node.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/create_node.sh b/create_node.sh
index 03753d8..e99c444 100755
--- a/create_node.sh
+++ b/create_node.sh
@@ -10,7 +10,6 @@ fi
CLUSTER="$1"
NODENUMBER="$2"
-NUMNODES=4
NAME="$CLUSTER""n$NODENUMBER"
BASE="$VIRTBASE/$BASENAME.img"
DISK="$VIRTBASE/$CLUSTER/$NAME.qcow2"