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>



However, the 'ip' command is then trying to set '192.168.115.33/32/32'.
Has anyone seen this before or have a suggestion on how to fix?

Thanks,

-- 
Matt Zagrabelny - [EMAIL PROTECTED] - (218) 726 8844
University of Minnesota Duluth
Information Technology Systems & Services
PGP key 1024D/84E22DA2 2005-11-07
Fingerprint: 78F9 18B3 EF58 56F5 FC85  C5CA 53E7 887F 84E2 2DA2

He is not a fool who gives up what he cannot keep to gain what he cannot
lose.
-Jim Elliot

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
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