<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>It seems crm shell can't express&nbsp;sequential="true" in &nbsp;collocating sets, which is strange, since, I assume, it's a default.</div><div><br></div><div>If you load an example using cibadmin from "Configuration explained"</div><div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: 'liberation sans', 'Myriad ', 'Bitstream Vera Sans', 'Lucida Grande', 'Luxi Sans', 'Trebuchet MS', helvetica, verdana, arial, sans-serif; font-size: 12px; line-height: 15px; "><h6 style="line-height: 1.29em; color: rgb(44, 64, 129); margin-top: 0em; margin-bottom: 0em; background-color: transparent; font-size: 1em; padding-left: 10px; ">Example&nbsp;6.16.&nbsp;Using colocation sets to specify a common peer.</h6><div class="example-contents" style="line-height: 1.29em; padding-top: 0px; padding-left: 10px; background-color: rgb(255, 255, 255); position: static; z-index: auto; "><pre class="programlisting" style="line-height: 1.29em; font-family: 'liberation mono', 'bitstream vera mono', 'dejavu mono', monospace; display: block; background-color: rgb(245, 245, 245); color: rgb(0, 0, 0); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(115, 47, 47); border-right-color: rgb(115, 47, 47); border-bottom-color: rgb(115, 47, 47); border-left-color: rgb(115, 47, 47); margin-bottom: 0.3em; padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; white-space: pre-wrap; word-wrap: break-word; font-size: 0.9em; border-top-left-radius: 11px 11px; border-top-right-radius: 11px 11px; border-bottom-right-radius: 11px 11px; border-bottom-left-radius: 11px 11px; ">  &lt;constraints&gt;
    &lt;rsc_colocation id="coloc-1" score="INFINITY" &gt;
      &lt;resource_set id="collocated-set-1" sequential="false"&gt;
        &lt;resource_ref id="A"/&gt;
        &lt;resource_ref id="B"/&gt;
        &lt;resource_ref id="C"/&gt;
      &lt;/resource_set&gt;
      &lt;resource_set id="collocated-set-2" sequential="true"&gt;
        &lt;resource_ref id="D"/&gt;
      &lt;/resource_set&gt;
    &lt;/rsc_colocation&gt;
  &lt;/constraints&gt;
</pre><div><font class="Apple-style-span" face="Helvetica"><span class="Apple-style-span" style="line-height: normal; font-size: medium;"><font class="Apple-style-span" face="'liberation sans', 'Myriad ', 'Bitstream Vera Sans', 'Lucida Grande', 'Luxi Sans', 'Trebuchet MS', helvetica, verdana, arial, sans-serif"><span class="Apple-style-span" style="line-height: 15px;"><br></span></font></span></font></div></div></span></div><div><br></div><div>It will look like this in crm configure show output:</div><div><br></div><div><div>xml &lt;rsc_colocation id="coloc-1" score="INFINITY"&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;resource_set id="collocated-set-1" sequential="false"&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;resource_ref id="A"/&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;resource_ref id="B"/&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;resource_ref id="C"/&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/resource_set&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;resource_set id="collocated-set-2" sequential="true"&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;resource_ref id="D"/&gt; \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/resource_set&gt; \</div><div>&lt;/rsc_colocation&gt;</div></div><div><br></div><div>Not exactly a "simplification"</div><div><br></div><div>Am I missing something? How one would express the same constraint using shell?</div><div><br></div><div>pacemaker 1.0.10</div><div><br></div><div>Thanks,</div><div>Vadym</div><div><br></div></body></html>