<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 sequential="true" in  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 6.16. 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; ">  <constraints>
    <rsc_colocation id="coloc-1" score="INFINITY" >
      <resource_set id="collocated-set-1" sequential="false">
        <resource_ref id="A"/>
        <resource_ref id="B"/>
        <resource_ref id="C"/>
      </resource_set>
      <resource_set id="collocated-set-2" sequential="true">
        <resource_ref id="D"/>
      </resource_set>
    </rsc_colocation>
  </constraints>
</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 <rsc_colocation id="coloc-1" score="INFINITY"> \</div><div><span class="Apple-tab-span" style="white-space:pre">   </span><resource_set id="collocated-set-1" sequential="false"> \</div><div><span class="Apple-tab-span" style="white-space:pre">          </span><resource_ref id="A"/> \</div><div><span class="Apple-tab-span" style="white-space:pre">             </span><resource_ref id="B"/> \</div><div><span class="Apple-tab-span" style="white-space:pre">             </span><resource_ref id="C"/> \</div><div><span class="Apple-tab-span" style="white-space:pre">     </span></resource_set> \</div><div><span class="Apple-tab-span" style="white-space:pre">      </span><resource_set id="collocated-set-2" sequential="true"> \</div><div><span class="Apple-tab-span" style="white-space:pre">           </span><resource_ref id="D"/> \</div><div><span class="Apple-tab-span" style="white-space:pre">     </span></resource_set> \</div><div></rsc_colocation></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>