Bug 215821

Summary: system-config-cluster provides parameters for setting quorum votes in GULM cluster
Product: [Retired] Red Hat Cluster Suite Reporter: Paul Kennedy <pkennedy>
Component: redhat-config-clusterAssignee: Ryan McCabe <rmccabe>
Status: CLOSED WONTFIX QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: adstrong, cfeist, cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-06 22:19:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Kennedy 2006-11-15 21:58:02 UTC
Description of problem:
The Node Properties dialog box provides parameters for specifying quorum votes
for nodes in a GULM cluster. Quorum votes are meaningful only in GULM
lockservers. Also, GULM lockservers get only one vote each for quorum. GULM does
not check quorum votes specified in /etc/cluster/cluster.conf, though.

I did not check Conga to see if it behaves the same.

Version-Release number of selected component (if applicable):
system-config-cluster 1.0.27

How reproducible:
At a GULM cluster, create a new node or edit an exiting node. The Node
Properties dialog box provides an integers box for Quorum Votes.  

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Sample config file:

<?xml version="1.0" ?>
<cluster alias="alpha_cluster" config_version="4" name="alpha_cluster">
        <fence_daemon post_fail_delay="0" post_join_delay="3"/>
        <clusternodes>
                <clusternode name="GULM-lockserver-1" votes="15">
                        <fence/>
                </clusternode>
                <clusternode name="clusternode-1" votes="15">
                        <fence/>
                </clusternode>
        </clusternodes>
        <gulm>
                <lockserver name="GULM-lockserver-1"/>
        </gulm>
        <fencedevices/>
        <rm>
                <failoverdomains/>
                <resources/>
        </rm>
</cluster>

Comment 1 Jim Parsons 2007-03-20 14:44:57 UTC
Fixed.