<div dir="ltr">Hi,<br>I am using version 1.1.18 of pacemaker on my linux ubuntu 16.04.<br>I am trying to push cib after updating and I keep getting the error below:<br><div><br>$ sudo pcs cluster cib-push cib_temp<br>Error: unable to push cib<br>Call cib_replace failed (-203): Update does not conform to the configured schema<br></div><div><br></div><div>What I have added  was the sections in bold (I am trying to implement multi subnet deployment)<br>      <primitive class="ocf" id="virtualip" provider="heartbeat" type="awsvip"><br>        <instance_attributes id="virtualip-instance_attributes"><br><b><rule id="Subnet1-IP" score="INFINITY"><br><expression id="Subnet1-Node" attribute="#uname" operation="eq" value="ag1"/><br></rule></b><br>          <nvpair id="virtualip-instance_attributes-secondary_ip_address" name="secondary_ip_address" value="10.45.54.47"/><br>        </instance_attributes><br>        <instance_attributes id="virtualip-instance_attributes2"><br><b><rule id="Subnet2-IP" score="INFINITY"><br><expression id="Subnet2-Node" attribute="#uname" operation="eq" value="ag2"/><br></rule></b><br>          <nvpair id="virtualip-instance_attributes-secondary_ip_address" name="secondary_ip_address" value="10.45.54.147"/><br>        </instance_attributes><br><br>Did I violate the schema ?  I saw a post at <a href="https://www.drware.com/configure-multiple-subnet-alwayson-availability-groups-by-modifying-cib/">https://www.drware.com/configure-multiple-subnet-alwayson-availability-groups-by-modifying-cib/</a><br>Where the same portion was updated and there was no such issue?<br><br>I am using this version <br>$ pacemakerd --version<br>Pacemaker 1.1.14<br><br>Any insights?<br>Thanks<br>Ayman Els </div></div>