Race condition for IP aliases
Juri Haberland
haberland@altus.de
Mon, 26 Nov 2001 12:49:56 +0100
Jan Kasprzak wrote:
>
> node1 eth0:3 1.2.3.4 my-service1 my-service2 ...
> node1 eth0:12 1.2.3.9 my-service3 my-service4 ...
I just reread your inital mail and discovered that you have a
configuration error:
It is NOT legal to have the following lines in haresources:
node1 10.10.10.10
node1 10.10.10.9 ismusend
node1 10.10.10.34 isvsfssend
and so on.
Instead, the only legal way is:
node1 10.10.10.10 10.10.10.9 10.10.10.34 ismusend isvsfssend
or
node1 10.10.10.10 10.10.10.9 ismusend 10.10.10.34 isvsfssend
There must be only one line per node!
Juri
--
If each of us have one object, and we exchange them,
then each of us still has one object.
If each of us have one idea, and we exchange them,
then each of us now has two ideas.