Bug 131034

Summary: "cman tool kill -n" usage and man page are inconsistent
Product: [Retired] Red Hat Cluster Suite Reporter: Corey Marthaler <cmarthal>
Component: gfsAssignee: Christine Caulfield <ccaulfie>
Status: CLOSED CURRENTRELEASE QA Contact: GFS Bugs <gfs-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-08 14:18:20 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 Corey Marthaler 2004-08-26 19:44:04 UTC
Description of problem:
from man page:

KILL OPTIONS
       -n <nodeid>
              The node ID of the node to be killed. Node IDs can  be 
obtained
              by looking in /proc/cluster/nodes

from usage:

-n <nodename>  * The name of this node (defaults to unqualified hostname)

DOESN'T WORK:
[root@morph-02 root]# cman_tool kill -n morph-03
cman_tool: kill node failed

WORKS:
[root@morph-02 root]# cman_tool kill -n 1

Comment 1 Christine Caulfield 2004-09-06 12:53:36 UTC
Changed "kill -n" to take a node name rather than a number. I think
this makes more sense than a number.


Checking in cman_tool/main.c;
/cvs/cluster/cluster/cman/cman_tool/main.c,v  <--  main.c
new revision: 1.7; previous revision: 1.6
done
Checking in man/cman_tool.8;
/cvs/cluster/cluster/cman/man/cman_tool.8,v  <--  cman_tool.8
new revision: 1.2; previous revision: 1.1
done


Comment 2 Corey Marthaler 2004-09-08 14:18:20 UTC
fix verified.

Comment 3 Kiersten (Kerri) Anderson 2004-11-16 19:04:22 UTC
Updating version to the right level in the defects.  Sorry for the storm.