<div dir="ltr">Hi Dejan, Andreas, Yamauchi-san<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/18  <span dir="ltr"><<a href="mailto:renayama19661014@ybb.ne.jp" target="_blank">renayama19661014@ybb.ne.jp</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Dejan,<br>
Hi Andreas,<br>
<div class="im"><br>
> The shell in pacemaker v1.0.x is in maintenance mode and shipped<br>
> along with the pacemaker code. The v1.1.x doesn't have the<br>
> ordered and collocated meta attributes.<br>
<br>
</div>I sent the pull request of the patch which Mr. Dejan donated.<br>
 * <a href="https://github.com/ClusterLabs/pacemaker-1.0/pull/14" target="_blank">https://github.com/ClusterLabs/pacemaker-1.0/pull/14</a><br>
<br></blockquote><div><br></div><div>The patch for crmsh is now included in the 1.0.x repository:<br></div><div>  <a href="https://github.com/ClusterLabs/pacemaker-1.0/commit/9227e89fb748cd52d330f5fca80d56fbd9d3efbf">https://github.com/ClusterLabs/pacemaker-1.0/commit/9227e89fb748cd52d330f5fca80d56fbd9d3efbf</a><br>
</div><div><br></div><div>It will be appeared in 1.0.14 maintenance release, which is not scheduled yet though.<br><br></div><div>Thanks,<br><br></div><div>Keisuke MORI<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Many Thanks!<br>
Hideo Yamauchi.<br>
<div class=""><div class="h5">--- On Tue, 2013/4/2, Dejan Muhamedagic <<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> On Mon, Apr 01, 2013 at 09:19:51PM +0200, Andreas Kurz wrote:<br>
> > Hi Dejan,<br>
> ><br>
> > On 2013-03-06 11:59, Dejan Muhamedagic wrote:<br>
> > > Hi Hideo-san,<br>
> > ><br>
> > > On Wed, Mar 06, 2013 at 10:37:44AM +0900, <a href="mailto:renayama19661014@ybb.ne.jp">renayama19661014@ybb.ne.jp</a> wrote:<br>
> > >> Hi Dejan,<br>
> > >> Hi Andrew,<br>
> > >><br>
> > >> As for the crm shell, the check of the meta attribute was revised with the next patch.<br>
> > >><br>
> > >>  * <a href="http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3" target="_blank">http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3</a><br>
> > >><br>
> > >> This patch was backported in Pacemaker1.0.13.<br>
> > >><br>
> > >>  * <a href="https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py" target="_blank">https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py</a><br>

> > >><br>
> > >> However, the ordered,colocated attribute of the group resource is treated as an error when I use crm Shell which adopted this patch.<br>
> > >><br>
> > >> --------------------------------------<br>
> > >> (snip)<br>
> > >> ### Group Configuration ###<br>
> > >> group master-group \<br>
> > >>         vip-master \<br>
> > >>         vip-rep \<br>
> > >>         meta \<br>
> > >>                 ordered="false"<br>
> > >> (snip)<br>
> > >><br>
> > >> [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm<br>
> > >> INFO: building help index<br>
> > >> crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: not fencing unseen nodes<br>
> > >> WARNING: vip-master: specified timeout 60s for start is smaller than the advised 90<br>
> > >> WARNING: vip-master: specified timeout 60s for stop is smaller than the advised 100<br>
> > >> WARNING: vip-rep: specified timeout 60s for start is smaller than the advised 90<br>
> > >> WARNING: vip-rep: specified timeout 60s for stop is smaller than the advised 100<br>
> > >> ERROR: master-group: attribute ordered does not exist  -----> WHY?<br>
> > >> Do you still want to commit? y<br>
> > >> --------------------------------------<br>
> > >><br>
> > >> If it chooses `yes` by a confirmation message, it is reflected, but it is a problem that error message is displayed.<br>
> > >>  * The error occurs in the same way when I appoint colocated attribute.<br>
> > >> And....I noticed that there was not explanation of ordered,colocated of the group resource in online help of Pacemaker.<br>
> > >><br>
> > >> I think that the designation of the ordered,colocated attribute should not become the error in group resource.<br>
> > >> In addition, I think that ordered,colocated should be added to online help.<br>
> > ><br>
> > > These attributes are not listed in crmsh. Does the attached patch<br>
> > > help?<br>
> ><br>
> > Dejan, will this patch for the missing "ordered" and "collocated" group<br>
> > meta-attribute be included in the next crmsh release? ... can't see the<br>
> > patch in the current tip.<br>
><br>
> The shell in pacemaker v1.0.x is in maintenance mode and shipped<br>
> along with the pacemaker code. The v1.1.x doesn't have the<br>
> ordered and collocated meta attributes.<br>
><br>
> Thanks,<br>
><br>
> Dejan<br>
><br>
><br>
> > Thanks & Regards,<br>
> > Andreas<br>
> ><br>
> > ><br>
> > > Thanks,<br>
> > ><br>
> > > Dejan<br>
> > >><br>
> > >> Best Regards,<br>
> > >> Hideo Yamauchi.<br>
> > >><br>
> > >><br>
> > >> _______________________________________________<br>
> > >> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> > >> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
> > >><br>
> > >> Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
> > >> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
> > >> Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
> > >><br>
> > >><br>
> > >> _______________________________________________<br>
> > >> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> > >> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
> > >><br>
> > >> Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
> > >> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
> > >> Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
> ><br>
> ><br>
> ><br>
><br>
><br>
><br>
> > _______________________________________________<br>
> > Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> > <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
> ><br>
> > Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
> > Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
> > Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
><br>
><br>
> _______________________________________________<br>
> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
><br>
> Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
> Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
><br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Keisuke MORI<br>
</div></div></div>