[Pacemaker] Question about crm_mon -n option

Kazunori INOUE inouekazu at intellilink.co.jp
Wed Mar 27 04:44:34 EDT 2013


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





More information about the Pacemaker mailing list