Hi, I'm using pacemaker-1.1 (c7910371a5. the latest devel).
In the case of globally-unique="false", instance numbers are appended to the result of "crm_mon -n", as with in the case of globally-unique="true". Is this specifications? $ crm configure show : primitive prmDummy ocf:pacemaker:Dummy clone clnDummy prmDummy \ meta clone-max="2" clone-node-max="1" globally-unique="false" $ crm_mon -n : Node dev1 (3232261525): online prmDummy:1 (ocf::pacemaker:Dummy): Started Node dev2 (3232261523): online prmDummy:0 (ocf::pacemaker:Dummy): Started Case without -n, instance numbers are not appended. $ crm_mon -r : Full list of resources: Clone Set: clnDummy [prmDummy] Started: [ dev1 dev2 ] ---- Best Regards, Kazunori INOUE _______________________________________________ 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://bugs.clusterlabs.org