[Linux-cluster] Throughput drops with VMware GFS2 cluster when using fence_scsi

Greg Mortensen thevision at pobox.com
Thu Feb 23 17:53:15 UTC 2012


On Thu, Feb 23, 2012 at 12:13 PM, Steven Whitehouse <swhiteho at redhat.com> wrote:
> Was that the only change between the two tests?

Yes, that was the only change (the no fencing cluster.conf is below).
Devices, mount options, etc. remained the same between the tests.

  Best regards,
    Greg

<?xml version="1.0"?>
<cluster name="centralcluster" config_version="2">

  <cman two_node="1" expected_votes="1"/>
  <clusternodes>
    <clusternode name="node1" votes="1" nodeid="1">
      <fence>
        <method name="single">
        </method>
      </fence>
    </clusternode>
    <clusternode name="node2" votes="1" nodeid="2">
      <fence>
        <method name="single">
        </method>
      </fence>
    </clusternode>
  </clusternodes>

  <fencedevices>
  </fencedevices>

  <rm>
    <failoverdomains/>
    <resources/>
  </rm>

  <logging>
    <logging_daemon name="corosync" debug="on"/>
    <logging_daemon name="fenced" debug="on"/>
    <logging_daemon name="dlm_controld" debug="on"/>
    <logging_daemon name="gfs_controld" debug="on"/>
  </logging>

</cluster>




More information about the Linux-cluster mailing list