summaryrefslogtreecommitdiffstats
path: root/create_node.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-11 11:57:49 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-11 11:57:49 +1000
commitec8db97e337ff493e2859c64d9369bf21fdeac98 (patch)
tree41cf71fed03bafdcbd9faaa24482413e17b93f9f /create_node.sh
parent65d2a4fe2cf4f8952dcd2625ef7847dfda1c04e2 (diff)
added multipath support to autocluster
Diffstat (limited to 'create_node.sh')
-rwxr-xr-xcreate_node.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_node.sh b/create_node.sh
index d43c90b..f6c4793 100755
--- a/create_node.sh
+++ b/create_node.sh
@@ -45,7 +45,7 @@ MAC3=`get_macaddr $CLUSTER $NODENUMBER 3`
UUID=`uuidgen`
echo "Creating $NAME.xml"
-substitute_vars templates/node.xml tmp/$NAME.xml
+substitute_vars $NODE_TEMPLATE tmp/$NAME.xml
# install the XML file
virsh undefine $NAME > /dev/null 2>&1 || true