diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-10 17:14:43 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-10 17:14:43 +1000 |
| commit | 00c8e1d8d5c9aab12b4095b703eb0a596e4fc81f (patch) | |
| tree | 2c42bbc74cff6c8f9a0a2c65534d311f0e2d2f67 /create_node.sh | |
| parent | 6a211ae0c11db8690a590b406a8357bca410be11 (diff) | |
fixed MAC addresses
Diffstat (limited to 'create_node.sh')
| -rwxr-xr-x | create_node.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create_node.sh b/create_node.sh index 7d1a689..d43c90b 100755 --- a/create_node.sh +++ b/create_node.sh @@ -40,8 +40,8 @@ unmount_disk mkdir -p tmp MAC1=`get_macaddr $CLUSTER $NODENUMBER 1` -MAC2=`get_macaddr $CLUSTER $NODENUMBER 1` -MAC3=`get_macaddr $CLUSTER $NODENUMBER 1` +MAC2=`get_macaddr $CLUSTER $NODENUMBER 2` +MAC3=`get_macaddr $CLUSTER $NODENUMBER 3` UUID=`uuidgen` echo "Creating $NAME.xml" |
