[Pacemaker] Question about crm_mon -n option

Andrew Beekhof andrew at beekhof.net
Wed Mar 27 05:01:32 EDT 2013


On Wed, Mar 27, 2013 at 7:44 PM, Kazunori INOUE
<inouekazu at intellilink.co.jp> wrote:
> 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.

Yeah, instance numbers shouldn't show up here

>
> $ crm_mon -r
>  :
> Full list of resources:
>
>  Clone Set: clnDummy [prmDummy]
>      Started: [ dev1 dev2 ]
>
> ----
> Best Regards,
> Kazunori INOUE
>
>
> _______________________________________________
> Pacemaker mailing list: Pacemaker at 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




More information about the Pacemaker mailing list