Hi, I amtrying to setup IPaddr2 resources on a cman-managed cluster which need to be bound to VLAN interfaces on linux. I have something like

bond1 with a static address 192.168.10.2
bond1.0001 (unnumbered)

and want to configure a IPaddr2 resource  on bond1.0001.
However regardless what I try it does not work; I tried using the nic parameter and the label parameter, passing the VLAN ID as label:

pcs resource create VLAN_003_IP ocf:heartbeat:IPaddr2 ip=192.168.11.2 cidr_netmask=24 op monitor interval=30s nic=bond1 iflabel=0003
ERROR: Unable to create resource/fence device
Call cib_create failed (-76): Name not unique on network

It seems that in the old heartbeat v1 times it was possible to specify a VLAN interface with something like

192.168.1.1/29/eth0.30

How can I do this nowadays?

Thank you for hints,
Jakob Curdes

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to