[ClusterLabs] crm shell 2.1.2 manual bug?

Kristoffer Grönlund kgronlund at suse.com
Wed Mar 28 11:08:39 UTC 2018


"Ulrich Windl" <Ulrich.Windl at rz.uni-regensburg.de> writes:

> Hi!
>
> For crmsh-2.1.2+git132.gbc9fde0-18.2 I think there's a bug in the manual describing resource sets:
>
>        sequential
>            If true, the resources in the set do not depend on each other internally. Setting sequential to true implies a strict order of dependency within the set.
>
> Obviously "true" cannot mean both: "do not depend" and "depend". My guess is that the first true has to be false.

Right, "do not depend" should be "depend" there. Thanks for catching it :)

> I came across this when trying to add a colocation like this:
> colocation col_LV inf:( cln_LV cln_LV-L1 cln_LV-L2 cln_ML cln_ML-L1 cln_ML-L2 ) cln_VMs
>
> crm complained about this:
> ERROR: 1: syntax in role: Unmatched opening bracket near <cln_ML-L1> parsing 'colocation ...'
> ERROR: 2: syntax: Unknown command near <cln_ml-l2> parsing 'cln_ml-l2 ) cln_VMs'
> (note the lower case)

The problem reported is that there is no space between "inf:" and "(" -
the parser in crmsh doesn't handle missing spaces between tokens right
now.

Cheers,
Kristoffer

>
> Regards,
> Ulrich
>
>
> _______________________________________________
> Users mailing list: Users at clusterlabs.org
> https://lists.clusterlabs.org/mailman/listinfo/users
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: http://bugs.clusterlabs.org
>

-- 
// Kristoffer Grönlund
// kgronlund at suse.com


More information about the Users mailing list