<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><div><div>Hi,</div><div>I'm having trouble after upgrading from Heartbeat 2.1.4 to Heartbeat/Pacemaker 3.03, using this page from linux-ha.org as a guide: </div><div>http://www.linux-ha.org/doc/users-guide/_upgrading_from_crm_enabled_heartbeat_2_1_clusters.html<br></div><div>Including the schema upgrade (# cibadmin --upgrade --force)</div><div><br></div><div>Although everything seems to be working properly, I'm concerned about a few errors I'm getting when I run crm configure verify. In particular:</div><div>ERROR: DRBD_data: parameter target_role does not exist<br></div><div>Someone mentioned that it might be that it's supposed to be 'target-role' as opposed to 'target_role' in the new version, but I've tried replacing the string and I get the same thing. Any ideas?</div><div><br></div><div><br></div><div>Here's the
 XML for DRBD_data from the schema before upgrade:</div><div>                <primitive id="DRBD_data" class="heartbeat" type="drbddisk" provider="heartbeat"></div><div>                        <instance_attributes id="DRBD_data_instance_attrs"></div><div>                                <attributes></div><div>                                        <nvpair id="DRBD_data_target_role" name="target_role" value="started"/></div><div>                                        <nvpair name="1" value="drbd0"/></div><div>           
                     </attributes></div><div>                        </instance_attributes></div><div>                </primitive></div><div><br></div></div><div>And after after:</div><div>







<div class="p1"> <primitive class="heartbeat" id="DRBD_data" type="drbddisk"></div>
<div class="p1">          <meta_attributes id="primitive-DRBD_data.meta"></div>
<div class="p1">            <nvpair id="nvpair.meta.auto-21" name="target-role" value="started"/></div>
<div class="p1">          </meta_attributes></div>
<div class="p1">          <instance_attributes id="instance_attributes.id258649"></div>
<div class="p1">            <nvpair id="nvpair.id258654" name="target_role" value="started"/></div>
<div class="p1">            <nvpair id="nvpair.id259283" name="1" value="drbd0"/></div>
<div class="p1">          </instance_attributes></div>
<div class="p1">        </primitive></div></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div></div></div></body></html>