[Linux-cluster] Failover IPs and Interfaces

Lon Hohberger lhh at redhat.com
Mon Mar 17 18:11:29 UTC 2008


On Thu, 2008-03-13 at 18:19 +0100, Dirk Herrmann wrote:

> > 
> > What I cannot seem to find documented is how to control which physical 
> > interface the ip resource 192.168.255.250 is going to be assigned to on 
> > fail-over. How can this be defined, and/or inferred, if there are multiple 
> > interfaces in the system? Is there an option that allows something like 
> > this:
> > 
> > <ip address = "192.168.255.250" monitor_link="1" interface="eth3" />

ethernet_device="X" (if you applied the patch I reposted earlier today)

> > 
> > or
> > 
> > <ip ref = "192.168.255.250" interface="eth3" />

Ref is a link to a previously-defined resource; you can't currently
override parameters in a ref=x link inline - at least, not directly.
(In the case of inheritance, you can...)


-- Lon





More information about the Linux-cluster mailing list