diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-11 11:57:49 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-11 11:57:49 +1000 |
| commit | ec8db97e337ff493e2859c64d9369bf21fdeac98 (patch) | |
| tree | 41cf71fed03bafdcbd9faaa24482413e17b93f9f /create_node.sh | |
| parent | 65d2a4fe2cf4f8952dcd2625ef7847dfda1c04e2 (diff) | |
added multipath support to autocluster
Diffstat (limited to 'create_node.sh')
| -rwxr-xr-x | create_node.sh | 2 |
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 |
