I have an issue with my NFS cluster performing an automatic failback even 
though I have "auto_failback off" in my ha.cf file.  The last thing that I want 
if we have an outage due to an NFS glitch, is to have ANOTHER outage 5 minutes 
later after the old master machine reboots. 
It's probably due to something in my CIB file, but most of the lines in it, I 
pulled from examples on the HA web page.  I'd like to know what I'm actually 
putting in there. :-)

This is the XML for my DRBD component.  Since everything else keys off of this, 
I assume the issue is here. Rather than only pointing out the problem (if you 
see it) does anyone have a link to the XML definitions for this file?  Is there 
one?  The HA V2 page has it's ever so helpful "another world" comment when 
describing the CIB.XML file. 

       <master_slave id="ms-drbd0">
         <meta_attributes id="ma-ms-drbd0">
           <attributes>
             <nvpair id="ma-ms-drbd0-1" name="clone_max" value="2"/>
             <nvpair id="ma-ms-drbd0-2" name="clone_node_max" value="1"/>
             <nvpair id="ma-ms-drbd0-3" name="master_max" value="1"/>
             <nvpair id="ma-ms-drbd0-4" name="master_node_max" value="1"/>
             <nvpair id="ma-ms-drbd0-5" name="notify" value="yes"/>
             <nvpair id="ma-ms-drbd0-6" name="globally_unique" value="false"/>
             <nvpair name="target_role" id="ma-ms-drbd0-7" value="started"/>
           </attributes>
         </meta_attributes>
         <primitive id="drbd0" class="ocf" provider="heartbeat" type="drbd">
           <instance_attributes id="ia-drbd0">
             <attributes>
               <nvpair id="ia-drbd0-1" name="drbd_resource" value="drbd0"/>
             </attributes>
           </instance_attributes>
           <meta_attributes id="drbd0:0_meta_attrs">
             <attributes/>
           </meta_attributes>
         </primitive>
       </master_slave>

Thanks in advance for any help on this one.

Michael


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
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