Hi, I noticed that crm_node "-A" option does not work now. And I wrote a small patch for this issue. # Please see attached patch.
BTW, Is removing a cluster node procedure written in the "http://www.clusterlabs.org/doc/en-US/Pacemaker/1.0/html/Pacemaker_Explained/s-node-delete.html" same as the following procedures? 1. Stop corosync service. 2. Execute crm node delete "node id". Best regards, NAKAHIRA Kazutomo -- NAKAHIRA Kazutomo NTT Open Source Software Center Infrastructure Software Technology Unit
# HG changeset patch # User NAKAHIRA Kazutomo <nakahira.kazut...@oss.ntt.co.jp> # Date 1277703255 -32400 # Node ID 33e5e1e86d190cc5983bb21165ff898c650d9627 # Parent 72218328d2cb2ec8522f7de041dea48f3913645a Enable crm_node "-A" option. diff -r 72218328d2cb -r 33e5e1e86d19 tools/ccm_epoche.c --- a/tools/ccm_epoche.c Thu Jun 24 12:00:21 2010 +0200 +++ b/tools/ccm_epoche.c Mon Jun 28 14:34:15 2010 +0900 @@ -383,7 +383,7 @@ crm_peer_init(); crm_log_init(NULL, LOG_WARNING, FALSE, FALSE, argc, argv, FALSE); - crm_set_options("?V$qepHR:ifl", "command [options]", long_options, + crm_set_options("?V$qepHAR:ifl", "command [options]", long_options, "Tool for displaying low-level node information"); while (flag >= 0) {
_______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker