diff options
| author | Andrew Tridgell <tridge@samba.org> | 2008-07-15 21:17:59 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2008-07-15 21:17:59 +1000 |
| commit | 4dba26ab308502db2a4fa74b5924d69a2ccc7a33 (patch) | |
| tree | a09899394def105bfff99dc964c4b90f159f69a6 /functions | |
| parent | 3929d9a0d8385f05094d4c22c6e5d3d008d705ad (diff) | |
auto-create hosts file
Diffstat (limited to 'functions')
| -rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ setup_network() { echo "Setting up networks" for i in `seq 1 $NUMNODES`; do - echo "$IPBASE.0.`expr $FIRSTIP + $i` ${CLUSTER}n$i.vsofs1.com ${CLUSTER}n$i" >> mnt/etc/hosts + echo "$IPBASE.0.`expr $FIRSTIP + $i` ${CLUSTER}n$i.$DOMAIN ${CLUSTER}n$i" >> mnt/etc/hosts done echo "Setting up /etc/ctdb/nodes" |
