I'm playing with the following configuration:
<clone id="OCFS2" notify="true">
<instance_attributes id="ocfs2_attributes">
<attributes>
<nvpair id="ocfs2_clone_max" name="clone_max" value="2"/>
<nvpair id="ocfs2_clone_node_max" name="clone_node_max" value="1"/>
</attributes>
</instance_attributes>
<group id="myOCFS2_group">
<primitive id="child_ocfs2" class="ocf" type="o2cb"
provider="heartbeat">
<operations>
<op id="ocfs2_monitor" name="monitor" interval="5s"
timeout="20s" prereq="nothing"/>
<op id="ocfs2_start" name="start" timeout="20s"
prereq="nothing"/>
</operations>
<instance_attributes id="ocfs2_inst_attr">
<attributes>
<nvpair id="ocfs2_netdev" name="netdev" value="eth1"/>
<nvpair id="ocfs2_port" name="port" value="7777"/>
<nvpair id="ocfs2_cluster_name" name="ocfs2_cluster"
value="ocfs2"/>
</attributes>
</instance_attributes>
</primitive>
</group>
</clone>
And I noticed following problem: if I have a group "myOCFS2_group"
configured OCFS2 RA doesn't get called with "notify" command. If I
take group off everything works fine. Is it a bug? Documentations for
clones suggests using groups.
--
Serge Dubrouski.
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/