Hello Nick,
> I shouldn't be able to do that if the IPv6 module wasn't loaded,
> correct?
that is correct. I tried modifying my netmask to copy yours. And I get
the same error, you do:
ipv6test_start_0 (node=node-62, call=6, rc=1, status=complete): unknown
error
So probably a bug in the resource agent. Manually adding and removing
works:
(node-62) [~] ip -6 addr add 2a01:4f8:bb:400::2/116 dev eth0
(node-62) [~] ip -6 addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000
inet6 2a01:4f8:bb:400::2/116 scope global
valid_lft forever preferred_lft forever
inet6 2a01:4f8:bb:400:225:90ff:fe97:dbb0/64 scope global dynamic
valid_lft 2591887sec preferred_lft 604687sec
inet6 fe80::225:90ff:fe97:dbb0/64 scope link
valid_lft forever preferred_lft forever
(node-62) [~] ip -6 addr del 2a01:4f8:bb:400::2/116 dev eth0
Nick, you can do the following things to resolve this:
- Hunt down the bug and fix it or let someone else do it for you
- Use another netmask, if possible (fighting the symptoms instead of
resolving the root cause)
- Write your own resource agent (fighting the symptoms instead of
resolving the root cause)
Cheers,
Thomas
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems