Matt Zagrabelny wrote:
I am getting the following warning in my log files.lrmd[10793]: 2007/10/01_16:27:41 info: RA output: (internal_VIP:stop:stderr) Warning: Executing wildcard deletion to stay compatible with old scripts. Explicitly specify the prefix length (192.168.115.33/32) to avoid this warning. This special behaviour is likely to disappear in further releases, fix your scripts!
>
I have tried changing my cib.xml file to use '192.168.115.33/32' such as: <primitive id="internal_VIP" class="ocf" provider="heartbeat" type="IPaddr2"> <operations> <op id="internal_VIP_mon" name="monitor" interval="5s" timeout="5s"/> </operations> <instance_attributes id="internal_VIP_inst_attr"> <attributes> <nvpair id="internal_VIP_ip_assignment" name="ip" value="192.168.115.33/32"/> </attributes> </instance_attributes> </primitive>
i think i remember having the same problem. try using:
<nvpair id="extip_2_2" name="netmask" value="30"/>
instead of adding the netmask into the "ip" nvpair cheers, raoul bhatia -- ____________________________________________________________________ DI (FH) Raoul Bhatia M.Sc. email. [EMAIL PROTECTED] Technischer Leiter IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at Barawitzkagasse 10/2/2/11 email. [EMAIL PROTECTED] 1190 Wien tel. +43 1 3670030 FN 277995t HG Wien fax. +43 1 3670030 15 ____________________________________________________________________ _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
