Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-04-30 Thread Keisuke MORI
Hi Dejan, Andreas, Yamauchi-san


2013/4/18 renayama19661...@ybb.ne.jp

 Hi Dejan,
 Hi Andreas,

  The shell in pacemaker v1.0.x is in maintenance mode and shipped
  along with the pacemaker code. The v1.1.x doesn't have the
  ordered and collocated meta attributes.

 I sent the pull request of the patch which Mr. Dejan donated.
  * https://github.com/ClusterLabs/pacemaker-1.0/pull/14


The patch for crmsh is now included in the 1.0.x repository:

https://github.com/ClusterLabs/pacemaker-1.0/commit/9227e89fb748cd52d330f5fca80d56fbd9d3efbf

It will be appeared in 1.0.14 maintenance release, which is not scheduled
yet though.

Thanks,

Keisuke MORI



 Many Thanks!
 Hideo Yamauchi.
 --- On Tue, 2013/4/2, Dejan Muhamedagic deja...@fastmail.fm wrote:

  Hi,
 
  On Mon, Apr 01, 2013 at 09:19:51PM +0200, Andreas Kurz wrote:
   Hi Dejan,
  
   On 2013-03-06 11:59, Dejan Muhamedagic wrote:
Hi Hideo-san,
   
On Wed, Mar 06, 2013 at 10:37:44AM +0900, 
renayama19661...@ybb.ne.jpwrote:
Hi Dejan,
Hi Andrew,
   
As for the crm shell, the check of the meta attribute was revised
 with the next patch.
   
 * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
   
This patch was backported in Pacemaker1.0.13.
   
 *
 https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
   
However, the ordered,colocated attribute of the group resource is
 treated as an error when I use crm Shell which adopted this patch.
   
--
(snip)
### Group Configuration ###
group master-group \
vip-master \
vip-rep \
meta \
ordered=false
(snip)
   
[root@rh63-heartbeat1 ~]# crm configure load update test2339.crm
INFO: building help index
crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind
 faith: not fencing unseen nodes
WARNING: vip-master: specified timeout 60s for start is smaller
 than the advised 90
WARNING: vip-master: specified timeout 60s for stop is smaller than
 the advised 100
WARNING: vip-rep: specified timeout 60s for start is smaller than
 the advised 90
WARNING: vip-rep: specified timeout 60s for stop is smaller than
 the advised 100
ERROR: master-group: attribute ordered does not exist  - WHY?
Do you still want to commit? y
--
   
If it chooses `yes` by a confirmation message, it is reflected, but
 it is a problem that error message is displayed.
 * The error occurs in the same way when I appoint colocated
 attribute.
AndI noticed that there was not explanation of
 ordered,colocated of the group resource in online help of Pacemaker.
   
I think that the designation of the ordered,colocated attribute
 should not become the error in group resource.
In addition, I think that ordered,colocated should be added to
 online help.
   
These attributes are not listed in crmsh. Does the attached patch
help?
  
   Dejan, will this patch for the missing ordered and collocated group
   meta-attribute be included in the next crmsh release? ... can't see the
   patch in the current tip.
 
  The shell in pacemaker v1.0.x is in maintenance mode and shipped
  along with the pacemaker code. The v1.1.x doesn't have the
  ordered and collocated meta attributes.
 
  Thanks,
 
  Dejan
 
 
   Thanks  Regards,
   Andreas
  
   
Thanks,
   
Dejan
   
Best Regards,
Hideo Yamauchi.
   
   
___
Pacemaker mailing list: Pacemaker@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
   
   
___
Pacemaker mailing list: Pacemaker@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
  
  
  
 
 
 
   ___
   Pacemaker mailing list: Pacemaker@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
 
 
  ___
  Pacemaker mailing list: Pacemaker@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
 

 ___
 Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
 

Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-04-30 Thread renayama19661014
Hi Mori san,

 The patch for crmsh is now included in the 1.0.x repository:
 
   
 https://github.com/ClusterLabs/pacemaker-1.0/commit/9227e89fb748cd52d330f5fca80d56fbd9d3efbf
 
 
 It will be appeared in 1.0.14 maintenance release, which is not scheduled yet 
 though.

All right.

Many Thanks!
Hideo Yamauchi.

--- On Tue, 2013/4/30, Keisuke MORI keisuke.mori...@gmail.com wrote:

 
 Hi Dejan, Andreas, Yamauchi-san
 
 
 
 
 
 2013/4/18  renayama19661...@ybb.ne.jp
 Hi Dejan,
 Hi Andreas,
 
 
  The shell in pacemaker v1.0.x is in maintenance mode and shipped
  along with the pacemaker code. The v1.1.x doesn't have the
  ordered and collocated meta attributes.
 
 I sent the pull request of the patch which Mr. Dejan donated.
  * https://github.com/ClusterLabs/pacemaker-1.0/pull/14
 
 
 
 The patch for crmsh is now included in the 1.0.x repository:
 
   
 https://github.com/ClusterLabs/pacemaker-1.0/commit/9227e89fb748cd52d330f5fca80d56fbd9d3efbf
 
 
 It will be appeared in 1.0.14 maintenance release, which is not scheduled yet 
 though.
 
 
 Thanks,
 
 
 Keisuke MORI
 
  Many Thanks!
 Hideo Yamauchi.
 
 
 --- On Tue, 2013/4/2, Dejan Muhamedagic deja...@fastmail.fm wrote:
 
  Hi,
 
  On Mon, Apr 01, 2013 at 09:19:51PM +0200, Andreas Kurz wrote:
   Hi Dejan,
  
   On 2013-03-06 11:59, Dejan Muhamedagic wrote:
Hi Hideo-san,
   
On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp 
wrote:
Hi Dejan,
Hi Andrew,
   
As for the crm shell, the check of the meta attribute was revised with 
the next patch.
   
     * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
   
This patch was backported in Pacemaker1.0.13.
   
     * 
   https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
   
However, the ordered,colocated attribute of the group resource is 
treated as an error when I use crm Shell which adopted this patch.
   
--
(snip)
### Group Configuration ###
group master-group \
            vip-master \
            vip-rep \
            meta \
                    ordered=false
(snip)
   
[root@rh63-heartbeat1 ~]# crm configure load update test2339.crm
INFO: building help index
crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind 
faith: not fencing unseen nodes
WARNING: vip-master: specified timeout 60s for start is smaller than 
the advised 90
WARNING: vip-master: specified timeout 60s for stop is smaller than 
the advised 100
WARNING: vip-rep: specified timeout 60s for start is smaller than the 
advised 90
WARNING: vip-rep: specified timeout 60s for stop is smaller than the 
advised 100
ERROR: master-group: attribute ordered does not exist  - WHY?
Do you still want to commit? y
--
   
If it chooses `yes` by a confirmation message, it is reflected, but it 
is a problem that error message is displayed.
     * The error occurs in the same way when I appoint colocated attribute.
AndI noticed that there was not explanation of ordered,colocated 
of the group resource in online help of Pacemaker.
   
I think that the designation of the ordered,colocated attribute should 
not become the error in group resource.
In addition, I think that ordered,colocated should be added to online 
help.
   
These attributes are not listed in crmsh. Does the attached patch
help?
  
   Dejan, will this patch for the missing ordered and collocated group
   meta-attribute be included in the next crmsh release? ... can't see the
   patch in the current tip.
 
  The shell in pacemaker v1.0.x is in maintenance mode and shipped
  along with the pacemaker code. The v1.1.x doesn't have the
  ordered and collocated meta attributes.
 
  Thanks,
 
  Dejan
 
 
   Thanks  Regards,
   Andreas
  
   
Thanks,
   
Dejan
   
Best Regards,
Hideo Yamauchi.
   
   
___
Pacemaker mailing list: Pacemaker@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
   
   
___
Pacemaker mailing list: Pacemaker@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
  
  
  
 
 
 
   ___
   Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
   http://oss.clusterlabs.org/mailman/listinfo/pacemaker
  
   Project Home: http://www.clusterlabs.org
   Getting started: 

Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-04-17 Thread renayama19661014
Hi Dejan,
Hi Andreas,

 The shell in pacemaker v1.0.x is in maintenance mode and shipped
 along with the pacemaker code. The v1.1.x doesn't have the
 ordered and collocated meta attributes.

I sent the pull request of the patch which Mr. Dejan donated.
 * https://github.com/ClusterLabs/pacemaker-1.0/pull/14

Many Thanks!
Hideo Yamauchi.
--- On Tue, 2013/4/2, Dejan Muhamedagic deja...@fastmail.fm wrote:

 Hi,
 
 On Mon, Apr 01, 2013 at 09:19:51PM +0200, Andreas Kurz wrote:
  Hi Dejan,
  
  On 2013-03-06 11:59, Dejan Muhamedagic wrote:
   Hi Hideo-san,
   
   On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp 
   wrote:
   Hi Dejan,
   Hi Andrew,
  
   As for the crm shell, the check of the meta attribute was revised with 
   the next patch.
  
    * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
  
   This patch was backported in Pacemaker1.0.13.
  
    * 
  https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
  
   However, the ordered,colocated attribute of the group resource is 
   treated as an error when I use crm Shell which adopted this patch.
  
   --
   (snip)
   ### Group Configuration ###
   group master-group \
           vip-master \
           vip-rep \
           meta \
                   ordered=false
   (snip)
  
   [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
   INFO: building help index
   crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: 
   not fencing unseen nodes
   WARNING: vip-master: specified timeout 60s for start is smaller than the 
   advised 90
   WARNING: vip-master: specified timeout 60s for stop is smaller than the 
   advised 100
   WARNING: vip-rep: specified timeout 60s for start is smaller than the 
   advised 90
   WARNING: vip-rep: specified timeout 60s for stop is smaller than the 
   advised 100
   ERROR: master-group: attribute ordered does not exist  - WHY?
   Do you still want to commit? y
   --
  
   If it chooses `yes` by a confirmation message, it is reflected, but it 
   is a problem that error message is displayed.
    * The error occurs in the same way when I appoint colocated attribute.
   AndI noticed that there was not explanation of ordered,colocated of 
   the group resource in online help of Pacemaker.
  
   I think that the designation of the ordered,colocated attribute should 
   not become the error in group resource.
   In addition, I think that ordered,colocated should be added to online 
   help.
   
   These attributes are not listed in crmsh. Does the attached patch
   help?
  
  Dejan, will this patch for the missing ordered and collocated group
  meta-attribute be included in the next crmsh release? ... can't see the
  patch in the current tip.
 
 The shell in pacemaker v1.0.x is in maintenance mode and shipped
 along with the pacemaker code. The v1.1.x doesn't have the
 ordered and collocated meta attributes.
 
 Thanks,
 
 Dejan
 
 
  Thanks  Regards,
  Andreas
  
   
   Thanks,
   
   Dejan
  
   Best Regards,
   Hideo Yamauchi.
  
  
   ___
   Pacemaker mailing list: Pacemaker@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
  
  
   ___
   Pacemaker mailing list: Pacemaker@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
  
  
  
 
 
 
  ___
  Pacemaker mailing list: Pacemaker@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
 
 
 ___
 Pacemaker mailing list: Pacemaker@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
 

___
Pacemaker mailing list: Pacemaker@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


Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-04-02 Thread Dejan Muhamedagic
Hi,

On Mon, Apr 01, 2013 at 09:19:51PM +0200, Andreas Kurz wrote:
 Hi Dejan,
 
 On 2013-03-06 11:59, Dejan Muhamedagic wrote:
  Hi Hideo-san,
  
  On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp wrote:
  Hi Dejan,
  Hi Andrew,
 
  As for the crm shell, the check of the meta attribute was revised with the 
  next patch.
 
   * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
 
  This patch was backported in Pacemaker1.0.13.
 
   * 
  https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
 
  However, the ordered,colocated attribute of the group resource is treated 
  as an error when I use crm Shell which adopted this patch.
 
  --
  (snip)
  ### Group Configuration ###
  group master-group \
  vip-master \
  vip-rep \
  meta \
  ordered=false
  (snip)
 
  [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
  INFO: building help index
  crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: 
  not fencing unseen nodes
  WARNING: vip-master: specified timeout 60s for start is smaller than the 
  advised 90
  WARNING: vip-master: specified timeout 60s for stop is smaller than the 
  advised 100
  WARNING: vip-rep: specified timeout 60s for start is smaller than the 
  advised 90
  WARNING: vip-rep: specified timeout 60s for stop is smaller than the 
  advised 100
  ERROR: master-group: attribute ordered does not exist  - WHY?
  Do you still want to commit? y
  --
 
  If it chooses `yes` by a confirmation message, it is reflected, but it is 
  a problem that error message is displayed.
   * The error occurs in the same way when I appoint colocated attribute.
  AndI noticed that there was not explanation of ordered,colocated of 
  the group resource in online help of Pacemaker.
 
  I think that the designation of the ordered,colocated attribute should not 
  become the error in group resource.
  In addition, I think that ordered,colocated should be added to online help.
  
  These attributes are not listed in crmsh. Does the attached patch
  help?
 
 Dejan, will this patch for the missing ordered and collocated group
 meta-attribute be included in the next crmsh release? ... can't see the
 patch in the current tip.

The shell in pacemaker v1.0.x is in maintenance mode and shipped
along with the pacemaker code. The v1.1.x doesn't have the
ordered and collocated meta attributes.

Thanks,

Dejan


 Thanks  Regards,
 Andreas
 
  
  Thanks,
  
  Dejan
 
  Best Regards,
  Hideo Yamauchi.
 
 
  ___
  Pacemaker mailing list: Pacemaker@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
 
 
  ___
  Pacemaker mailing list: Pacemaker@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
 
 
 



 ___
 Pacemaker mailing list: Pacemaker@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


___
Pacemaker mailing list: Pacemaker@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


Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-04-01 Thread Andreas Kurz
Hi Dejan,

On 2013-03-06 11:59, Dejan Muhamedagic wrote:
 Hi Hideo-san,
 
 On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp wrote:
 Hi Dejan,
 Hi Andrew,

 As for the crm shell, the check of the meta attribute was revised with the 
 next patch.

  * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3

 This patch was backported in Pacemaker1.0.13.

  * 
 https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py

 However, the ordered,colocated attribute of the group resource is treated as 
 an error when I use crm Shell which adopted this patch.

 --
 (snip)
 ### Group Configuration ###
 group master-group \
 vip-master \
 vip-rep \
 meta \
 ordered=false
 (snip)

 [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
 INFO: building help index
 crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: not 
 fencing unseen nodes
 WARNING: vip-master: specified timeout 60s for start is smaller than the 
 advised 90
 WARNING: vip-master: specified timeout 60s for stop is smaller than the 
 advised 100
 WARNING: vip-rep: specified timeout 60s for start is smaller than the 
 advised 90
 WARNING: vip-rep: specified timeout 60s for stop is smaller than the advised 
 100
 ERROR: master-group: attribute ordered does not exist  - WHY?
 Do you still want to commit? y
 --

 If it chooses `yes` by a confirmation message, it is reflected, but it is a 
 problem that error message is displayed.
  * The error occurs in the same way when I appoint colocated attribute.
 AndI noticed that there was not explanation of ordered,colocated of the 
 group resource in online help of Pacemaker.

 I think that the designation of the ordered,colocated attribute should not 
 become the error in group resource.
 In addition, I think that ordered,colocated should be added to online help.
 
 These attributes are not listed in crmsh. Does the attached patch
 help?

Dejan, will this patch for the missing ordered and collocated group
meta-attribute be included in the next crmsh release? ... can't see the
patch in the current tip.

Thanks  Regards,
Andreas

 
 Thanks,
 
 Dejan

 Best Regards,
 Hideo Yamauchi.


 ___
 Pacemaker mailing list: Pacemaker@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


 ___
 Pacemaker mailing list: Pacemaker@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





signature.asc
Description: OpenPGP digital signature
___
Pacemaker mailing list: Pacemaker@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


Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-18 Thread renayama19661014
Hi Dejan,

  changeset:   789:916d1b15edc3
  user:Dejan Muhamedagic de...@hello-penguin.com
  date:Thu Aug 16 17:01:24 2012 +0200
  summary: Medium: cibconfig: drop attributes set to default on cib import

I confirmed that I was set definitely without becoming xml if you made the 
modifications that you taught.

* When I set true with cib.xml file.(sequential=true)
(snip)
constraints
rsc_order id=test-order
resource_set sequential=true id=test-order-resource_set
resource_ref id=Dummy01/
resource_ref id=Dummy02/
/resource_set
/rsc_order
/constraints
(snip)

[root@rh64-heartbeat1 ~]# crm 
crm(live)# configure
crm(live)configure# show
(snip)
group testGroup01 Dummy01 Dummy02
order test-order : _rsc_set_ Dummy01 Dummy02
(snip)

Many Thanks!
Hideo Yamauchi.


--- On Mon, 2013/3/11, renayama19661...@ybb.ne.jp renayama19661...@ybb.ne.jp 
wrote:

 Hi Dejan,
 
 Thank you for comment.
 
  sequential=true is the default. In that case it's not possible to
  have an unequivocal representation for the same construct and, in
  this particular case, the conversion XML-CLI-XML yields a
  different XML. There's a later commit which helps here, I think
  that it should be possible to backport it to 1.0:
  
  changeset:   789:916d1b15edc3
  user:        Dejan Muhamedagic de...@hello-penguin.com
  date:        Thu Aug 16 17:01:24 2012 +0200
  summary:     Medium: cibconfig: drop attributes set to default on cib import
 
 I apply the backporting that you taught and confirm movement.
 I talk with you again if I have a problem.
 
   Is there a right method to appoint an attribute of resource_set with 
   crm shell?
   Possibly is not resource_set usable with crm shell of Pacemaker1.0.13?
  
  Should work. It's just that using it with two resources, well,
  it's sort of unusual use case.
 
 All right!
 
 Many Thanks!
 Hideo Yamauchi.
 
 --- On Fri, 2013/3/8, Dejan Muhamedagic deja...@fastmail.fm wrote:
 
  Hi Hideo-san,
  
  On Thu, Mar 07, 2013 at 10:18:09AM +0900, renayama19661...@ybb.ne.jp wrote:
   Hi Dejan,
   
   The problem was settled with your patch.
   
   However, I have a question.
   I want to use resource_set which Mr. Andrew proposed, but do not 
   understand a method to use with crm shell.
   
   I read two next cib.xml and confirmed it with crm shell.
   
   Case 1) sequential=false. 
   (snip)
       constraints
           rsc_order id=test-order
                   resource_set sequential=false 
  id=test-order-resource_set
                           resource_ref id=vip-master/
                           resource_ref id=vip-rep/
                   /resource_set
           /rsc_order
       /constraints
   (snip)
    * When I confirm it with crm shell ...
   (snip)
       group master-group vip-master vip-rep
       order test-order : _rsc_set_ ( vip-master vip-rep )
   (snip)
  
  Yes. All size two resource sets get the _rsc_set_ keyword,
  otherwise it's not possible to distinguish them from normal
  constraints. Resource sets are supposed to help cases when it is
  necessary to express relation between three or more resources.
  Perhaps this case should be an exception.
  
   Case 2) sequential=true
   (snip)
       constraints
         rsc_order id=test-order
           resource_set sequential=true id=test-order-resource_set
             resource_ref id=vip-master/
             resource_ref id=vip-rep/
           /resource_set
         /rsc_order
       /constraints
   (snip)
    * When I confirm it with crm shell ...
   (snip)
      group master-group vip-master vip-rep
      xml rsc_order id=test-order \
           resource_set id=test-order-resource_set sequential=true \
                   resource_ref id=vip-master/ \
                   resource_ref id=vip-rep/ \
           /resource_set \
   /rsc_order
   (snip)
   
   Does the designation of sequential=true have to describe it in xml?
  
  sequential=true is the default. In that case it's not possible to
  have an unequivocal representation for the same construct and, in
  this particular case, the conversion XML-CLI-XML yields a
  different XML. There's a later commit which helps here, I think
  that it should be possible to backport it to 1.0:
  
  changeset:   789:916d1b15edc3
  user:        Dejan Muhamedagic de...@hello-penguin.com
  date:        Thu Aug 16 17:01:24 2012 +0200
  summary:     Medium: cibconfig: drop attributes set to default on cib import
  
   Is there a right method to appoint an attribute of resource_set with 
   crm shell?
   Possibly is not resource_set usable with crm shell of Pacemaker1.0.13?
  
  Should work. It's just that using it with two resources, well,
  it's sort of unusual use case.
  
  Cheers,
  
  Dejan
  
   Best Regards,
   Hideo Yamauchi.
   
   --- On Thu, 2013/3/7, renayama19661...@ybb.ne.jp 
   renayama19661...@ybb.ne.jp wrote:
   
Hi Dejan,
Hi Andrew,

Thank you for 

Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-10 Thread renayama19661014
Hi Dejan,

Thank you for comment.

 sequential=true is the default. In that case it's not possible to
 have an unequivocal representation for the same construct and, in
 this particular case, the conversion XML-CLI-XML yields a
 different XML. There's a later commit which helps here, I think
 that it should be possible to backport it to 1.0:
 
 changeset:   789:916d1b15edc3
 user:Dejan Muhamedagic de...@hello-penguin.com
 date:Thu Aug 16 17:01:24 2012 +0200
 summary: Medium: cibconfig: drop attributes set to default on cib import

I apply the backporting that you taught and confirm movement.
I talk with you again if I have a problem.

  Is there a right method to appoint an attribute of resource_set with crm 
  shell?
  Possibly is not resource_set usable with crm shell of Pacemaker1.0.13?
 
 Should work. It's just that using it with two resources, well,
 it's sort of unusual use case.

All right!

Many Thanks!
Hideo Yamauchi.

--- On Fri, 2013/3/8, Dejan Muhamedagic deja...@fastmail.fm wrote:

 Hi Hideo-san,
 
 On Thu, Mar 07, 2013 at 10:18:09AM +0900, renayama19661...@ybb.ne.jp wrote:
  Hi Dejan,
  
  The problem was settled with your patch.
  
  However, I have a question.
  I want to use resource_set which Mr. Andrew proposed, but do not 
  understand a method to use with crm shell.
  
  I read two next cib.xml and confirmed it with crm shell.
  
  Case 1) sequential=false. 
  (snip)
      constraints
          rsc_order id=test-order
                  resource_set sequential=false 
 id=test-order-resource_set
                          resource_ref id=vip-master/
                          resource_ref id=vip-rep/
                  /resource_set
          /rsc_order
      /constraints
  (snip)
   * When I confirm it with crm shell ...
  (snip)
      group master-group vip-master vip-rep
      order test-order : _rsc_set_ ( vip-master vip-rep )
  (snip)
 
 Yes. All size two resource sets get the _rsc_set_ keyword,
 otherwise it's not possible to distinguish them from normal
 constraints. Resource sets are supposed to help cases when it is
 necessary to express relation between three or more resources.
 Perhaps this case should be an exception.
 
  Case 2) sequential=true
  (snip)
      constraints
        rsc_order id=test-order
          resource_set sequential=true id=test-order-resource_set
            resource_ref id=vip-master/
            resource_ref id=vip-rep/
          /resource_set
        /rsc_order
      /constraints
  (snip)
   * When I confirm it with crm shell ...
  (snip)
     group master-group vip-master vip-rep
     xml rsc_order id=test-order \
          resource_set id=test-order-resource_set sequential=true \
                  resource_ref id=vip-master/ \
                  resource_ref id=vip-rep/ \
          /resource_set \
  /rsc_order
  (snip)
  
  Does the designation of sequential=true have to describe it in xml?
 
 sequential=true is the default. In that case it's not possible to
 have an unequivocal representation for the same construct and, in
 this particular case, the conversion XML-CLI-XML yields a
 different XML. There's a later commit which helps here, I think
 that it should be possible to backport it to 1.0:
 
 changeset:   789:916d1b15edc3
 user:        Dejan Muhamedagic de...@hello-penguin.com
 date:        Thu Aug 16 17:01:24 2012 +0200
 summary:     Medium: cibconfig: drop attributes set to default on cib import
 
  Is there a right method to appoint an attribute of resource_set with crm 
  shell?
  Possibly is not resource_set usable with crm shell of Pacemaker1.0.13?
 
 Should work. It's just that using it with two resources, well,
 it's sort of unusual use case.
 
 Cheers,
 
 Dejan
 
  Best Regards,
  Hideo Yamauchi.
  
  --- On Thu, 2013/3/7, renayama19661...@ybb.ne.jp 
  renayama19661...@ybb.ne.jp wrote:
  
   Hi Dejan,
   Hi Andrew,
   
   Thank you for comment.
   I confirm the movement of the patch and report it.
   
   Best Regards,
   Hideo Yamauchi.
   
   --- On Wed, 2013/3/6, Dejan Muhamedagic deja...@fastmail.fm wrote:
   
Hi Hideo-san,

On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp 
wrote:
 Hi Dejan,
 Hi Andrew,
 
 As for the crm shell, the check of the meta attribute was revised 
 with the next patch.
 
  * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
 
 This patch was backported in Pacemaker1.0.13.
 
  * 
https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
 
 However, the ordered,colocated attribute of the group resource is 
 treated as an error when I use crm Shell which adopted this patch.
 
 --
 (snip)
 ### Group Configuration ###
 group master-group \
         vip-master \
         vip-rep \
         meta \
                 ordered=false
 (snip)
 
 

Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-08 Thread Dejan Muhamedagic
Hi Hideo-san,

On Thu, Mar 07, 2013 at 10:18:09AM +0900, renayama19661...@ybb.ne.jp wrote:
 Hi Dejan,
 
 The problem was settled with your patch.
 
 However, I have a question.
 I want to use resource_set which Mr. Andrew proposed, but do not understand 
 a method to use with crm shell.
 
 I read two next cib.xml and confirmed it with crm shell.
 
 Case 1) sequential=false. 
 (snip)
 constraints
 rsc_order id=test-order
 resource_set sequential=false id=test-order-resource_set
 resource_ref id=vip-master/
 resource_ref id=vip-rep/
 /resource_set
 /rsc_order
 /constraints
 (snip)
  * When I confirm it with crm shell ...
 (snip)
 group master-group vip-master vip-rep
 order test-order : _rsc_set_ ( vip-master vip-rep )
 (snip)

Yes. All size two resource sets get the _rsc_set_ keyword,
otherwise it's not possible to distinguish them from normal
constraints. Resource sets are supposed to help cases when it is
necessary to express relation between three or more resources.
Perhaps this case should be an exception.

 Case 2) sequential=true
 (snip)
 constraints
   rsc_order id=test-order
 resource_set sequential=true id=test-order-resource_set
   resource_ref id=vip-master/
   resource_ref id=vip-rep/
 /resource_set
   /rsc_order
 /constraints
 (snip)
  * When I confirm it with crm shell ...
 (snip)
group master-group vip-master vip-rep
xml rsc_order id=test-order \
 resource_set id=test-order-resource_set sequential=true \
 resource_ref id=vip-master/ \
 resource_ref id=vip-rep/ \
 /resource_set \
 /rsc_order
 (snip)
 
 Does the designation of sequential=true have to describe it in xml?

sequential=true is the default. In that case it's not possible to
have an unequivocal representation for the same construct and, in
this particular case, the conversion XML-CLI-XML yields a
different XML. There's a later commit which helps here, I think
that it should be possible to backport it to 1.0:

changeset:   789:916d1b15edc3
user:Dejan Muhamedagic de...@hello-penguin.com
date:Thu Aug 16 17:01:24 2012 +0200
summary: Medium: cibconfig: drop attributes set to default on cib import

 Is there a right method to appoint an attribute of resource_set with crm 
 shell?
 Possibly is not resource_set usable with crm shell of Pacemaker1.0.13?

Should work. It's just that using it with two resources, well,
it's sort of unusual use case.

Cheers,

Dejan

 Best Regards,
 Hideo Yamauchi.
 
 --- On Thu, 2013/3/7, renayama19661...@ybb.ne.jp renayama19661...@ybb.ne.jp 
 wrote:
 
  Hi Dejan,
  Hi Andrew,
  
  Thank you for comment.
  I confirm the movement of the patch and report it.
  
  Best Regards,
  Hideo Yamauchi.
  
  --- On Wed, 2013/3/6, Dejan Muhamedagic deja...@fastmail.fm wrote:
  
   Hi Hideo-san,
   
   On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp 
   wrote:
Hi Dejan,
Hi Andrew,

As for the crm shell, the check of the meta attribute was revised with 
the next patch.

     * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3

This patch was backported in Pacemaker1.0.13.

     * 
   https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py

However, the ordered,colocated attribute of the group resource is 
treated as an error when I use crm Shell which adopted this patch.

--
(snip)
### Group Configuration ###
group master-group \
            vip-master \
            vip-rep \
            meta \
                    ordered=false
(snip)

[root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
INFO: building help index
crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: 
not fencing unseen nodes
WARNING: vip-master: specified timeout 60s for start is smaller than 
the advised 90
WARNING: vip-master: specified timeout 60s for stop is smaller than the 
advised 100
WARNING: vip-rep: specified timeout 60s for start is smaller than the 
advised 90
WARNING: vip-rep: specified timeout 60s for stop is smaller than the 
advised 100
ERROR: master-group: attribute ordered does not exist  - WHY?
Do you still want to commit? y
--

If it chooses `yes` by a confirmation message, it is reflected, but it 
is a problem that error message is displayed.
     * The error occurs in the same way when I appoint colocated attribute.
AndI noticed that there was not explanation of ordered,colocated of 
the group resource in online help of Pacemaker.

I think that the designation of the ordered,colocated attribute should 
not become the error in group resource.
 

Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-06 Thread Dejan Muhamedagic
Hi Hideo-san,

On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp wrote:
 Hi Dejan,
 Hi Andrew,
 
 As for the crm shell, the check of the meta attribute was revised with the 
 next patch.
 
  * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
 
 This patch was backported in Pacemaker1.0.13.
 
  * 
 https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
 
 However, the ordered,colocated attribute of the group resource is treated as 
 an error when I use crm Shell which adopted this patch.
 
 --
 (snip)
 ### Group Configuration ###
 group master-group \
 vip-master \
 vip-rep \
 meta \
 ordered=false
 (snip)
 
 [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
 INFO: building help index
 crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: not 
 fencing unseen nodes
 WARNING: vip-master: specified timeout 60s for start is smaller than the 
 advised 90
 WARNING: vip-master: specified timeout 60s for stop is smaller than the 
 advised 100
 WARNING: vip-rep: specified timeout 60s for start is smaller than the advised 
 90
 WARNING: vip-rep: specified timeout 60s for stop is smaller than the advised 
 100
 ERROR: master-group: attribute ordered does not exist  - WHY?
 Do you still want to commit? y
 --
 
 If it chooses `yes` by a confirmation message, it is reflected, but it is a 
 problem that error message is displayed.
  * The error occurs in the same way when I appoint colocated attribute.
 AndI noticed that there was not explanation of ordered,colocated of the 
 group resource in online help of Pacemaker.
 
 I think that the designation of the ordered,colocated attribute should not 
 become the error in group resource.
 In addition, I think that ordered,colocated should be added to online help.

These attributes are not listed in crmsh. Does the attached patch
help?

Thanks,

Dejan
 
 Best Regards,
 Hideo Yamauchi.
 
 
 ___
 Pacemaker mailing list: Pacemaker@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
From 1f6ed514c8e53c79835aaaf26d152f2d840126f0 Mon Sep 17 00:00:00 2001
From: Dejan Muhamedagic de...@suse.de
Date: Wed, 6 Mar 2013 11:57:54 +0100
Subject: [PATCH] Low: shell: add group meta attributes

---
 shell/modules/cibconfig.py | 2 ++
 shell/modules/vars.py.in   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/shell/modules/cibconfig.py b/shell/modules/cibconfig.py
index 2dfaa92..1cf08fa 100644
--- a/shell/modules/cibconfig.py
+++ b/shell/modules/cibconfig.py
@@ -1152,6 +1152,8 @@ class CibContainer(CibObject):
 l += vars.clone_meta_attributes
 elif self.obj_type == ms:
 l += vars.clone_meta_attributes + vars.ms_meta_attributes
+elif self.obj_type == group:
+l += vars.group_meta_attributes
 rc = sanity_check_meta(self.obj_id,self.node,l)
 return rc
 
diff --git a/shell/modules/vars.py.in b/shell/modules/vars.py.in
index c83232e..dff86dc 100644
--- a/shell/modules/vars.py.in
+++ b/shell/modules/vars.py.in
@@ -117,6 +117,7 @@ class Vars(Singleton):
 failure-timeout, resource-stickiness, target-role,
 restart-type, description,
 )
+group_meta_attributes = (ordered, colocated)
 clone_meta_attributes = (
 ordered, notify, interleave, globally-unique,
 clone-max, clone-node-max, clone-state, description,
-- 
1.8.0

___
Pacemaker mailing list: Pacemaker@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


Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-06 Thread renayama19661014
Hi Dejan,

The problem was settled with your patch.

However, I have a question.
I want to use resource_set which Mr. Andrew proposed, but do not understand a 
method to use with crm shell.

I read two next cib.xml and confirmed it with crm shell.

Case 1) sequential=false. 
(snip)
constraints
rsc_order id=test-order
resource_set sequential=false id=test-order-resource_set
resource_ref id=vip-master/
resource_ref id=vip-rep/
/resource_set
/rsc_order
/constraints
(snip)
 * When I confirm it with crm shell ...
(snip)
group master-group vip-master vip-rep
order test-order : _rsc_set_ ( vip-master vip-rep )
(snip)

Case 2) sequential=true
(snip)
constraints
  rsc_order id=test-order
resource_set sequential=true id=test-order-resource_set
  resource_ref id=vip-master/
  resource_ref id=vip-rep/
/resource_set
  /rsc_order
/constraints
(snip)
 * When I confirm it with crm shell ...
(snip)
   group master-group vip-master vip-rep
   xml rsc_order id=test-order \
resource_set id=test-order-resource_set sequential=true \
resource_ref id=vip-master/ \
resource_ref id=vip-rep/ \
/resource_set \
/rsc_order
(snip)

Does the designation of sequential=true have to describe it in xml?
Is there a right method to appoint an attribute of resource_set with crm 
shell?
Possibly is not resource_set usable with crm shell of Pacemaker1.0.13?

Best Regards,
Hideo Yamauchi.

--- On Thu, 2013/3/7, renayama19661...@ybb.ne.jp renayama19661...@ybb.ne.jp 
wrote:

 Hi Dejan,
 Hi Andrew,
 
 Thank you for comment.
 I confirm the movement of the patch and report it.
 
 Best Regards,
 Hideo Yamauchi.
 
 --- On Wed, 2013/3/6, Dejan Muhamedagic deja...@fastmail.fm wrote:
 
  Hi Hideo-san,
  
  On Wed, Mar 06, 2013 at 10:37:44AM +0900, renayama19661...@ybb.ne.jp wrote:
   Hi Dejan,
   Hi Andrew,
   
   As for the crm shell, the check of the meta attribute was revised with 
   the next patch.
   
    * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3
   
   This patch was backported in Pacemaker1.0.13.
   
    * 
  https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py
   
   However, the ordered,colocated attribute of the group resource is treated 
   as an error when I use crm Shell which adopted this patch.
   
   --
   (snip)
   ### Group Configuration ###
   group master-group \
           vip-master \
           vip-rep \
           meta \
                   ordered=false
   (snip)
   
   [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
   INFO: building help index
   crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: 
   not fencing unseen nodes
   WARNING: vip-master: specified timeout 60s for start is smaller than the 
   advised 90
   WARNING: vip-master: specified timeout 60s for stop is smaller than the 
   advised 100
   WARNING: vip-rep: specified timeout 60s for start is smaller than the 
   advised 90
   WARNING: vip-rep: specified timeout 60s for stop is smaller than the 
   advised 100
   ERROR: master-group: attribute ordered does not exist  - WHY?
   Do you still want to commit? y
   --
   
   If it chooses `yes` by a confirmation message, it is reflected, but it is 
   a problem that error message is displayed.
    * The error occurs in the same way when I appoint colocated attribute.
   AndI noticed that there was not explanation of ordered,colocated of 
   the group resource in online help of Pacemaker.
   
   I think that the designation of the ordered,colocated attribute should 
   not become the error in group resource.
   In addition, I think that ordered,colocated should be added to online 
   help.
  
  These attributes are not listed in crmsh. Does the attached patch
  help?
  
  Thanks,
  
  Dejan
   
   Best Regards,
   Hideo Yamauchi.
   
   
   ___
   Pacemaker mailing list: Pacemaker@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
  
 
 ___
 Pacemaker mailing list: Pacemaker@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
 

___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: 

[Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-05 Thread renayama19661014
Hi Dejan,
Hi Andrew,

As for the crm shell, the check of the meta attribute was revised with the next 
patch.

 * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3

This patch was backported in Pacemaker1.0.13.

 * 
https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py

However, the ordered,colocated attribute of the group resource is treated as an 
error when I use crm Shell which adopted this patch.

--
(snip)
### Group Configuration ###
group master-group \
vip-master \
vip-rep \
meta \
ordered=false
(snip)

[root@rh63-heartbeat1 ~]# crm configure load update test2339.crm 
INFO: building help index
crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: not 
fencing unseen nodes
WARNING: vip-master: specified timeout 60s for start is smaller than the 
advised 90
WARNING: vip-master: specified timeout 60s for stop is smaller than the advised 
100
WARNING: vip-rep: specified timeout 60s for start is smaller than the advised 90
WARNING: vip-rep: specified timeout 60s for stop is smaller than the advised 100
ERROR: master-group: attribute ordered does not exist  - WHY?
Do you still want to commit? y
--

If it chooses `yes` by a confirmation message, it is reflected, but it is a 
problem that error message is displayed.
 * The error occurs in the same way when I appoint colocated attribute.
AndI noticed that there was not explanation of ordered,colocated of the 
group resource in online help of Pacemaker.

I think that the designation of the ordered,colocated attribute should not 
become the error in group resource.
In addition, I think that ordered,colocated should be added to online help.

Best Regards,
Hideo Yamauchi.


___
Pacemaker mailing list: Pacemaker@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


Re: [Pacemaker] [Problem][crmsh]The designation of the 'ordered' attribute becomes the error.

2013-03-05 Thread Andrew Beekhof
On Wed, Mar 6, 2013 at 12:37 PM,  renayama19661...@ybb.ne.jp wrote:
 Hi Dejan,
 Hi Andrew,

 As for the crm shell, the check of the meta attribute was revised with the 
 next patch.

  * http://hg.savannah.gnu.org/hgweb/crmsh/rev/d1174f42f4b3

 This patch was backported in Pacemaker1.0.13.

  * 
 https://github.com/ClusterLabs/pacemaker-1.0/commit/fa1a99ab36e0ed015f1bcbbb28f7db962a9d1abc#shell/modules/cibconfig.py

 However, the ordered,colocated attribute of the group resource is treated as 
 an error when I use crm Shell which adopted this patch.

 --
 (snip)
 ### Group Configuration ###
 group master-group \
 vip-master \
 vip-rep \
 meta \
 ordered=false
 (snip)

 [root@rh63-heartbeat1 ~]# crm configure load update test2339.crm
 INFO: building help index
 crm_verify[20028]: 2013/03/06_17:57:18 WARN: unpack_nodes: Blind faith: not 
 fencing unseen nodes
 WARNING: vip-master: specified timeout 60s for start is smaller than the 
 advised 90
 WARNING: vip-master: specified timeout 60s for stop is smaller than the 
 advised 100
 WARNING: vip-rep: specified timeout 60s for start is smaller than the advised 
 90
 WARNING: vip-rep: specified timeout 60s for stop is smaller than the advised 
 100
 ERROR: master-group: attribute ordered does not exist  - WHY?
 Do you still want to commit? y
 --

 If it chooses `yes` by a confirmation message, it is reflected, but it is a 
 problem that error message is displayed.
  * The error occurs in the same way when I appoint colocated attribute.
 AndI noticed that there was not explanation of ordered,colocated of the 
 group resource in online help of Pacemaker.

Because we don't want anyone to use it and this is the first step
towards its removal.
We have resource sets that negate the need for these kinds of groups.


 I think that the designation of the ordered,colocated attribute should not 
 become the error in group resource.

I don't know what xml crmsh is generating, but I can't see anything in
Pacemaker that would prevent it from being set.
Its not covered by the schema and group_unpack() handles it just fine.

 In addition, I think that ordered,colocated should be added to online help.

 Best Regards,
 Hideo Yamauchi.


 ___
 Pacemaker mailing list: Pacemaker@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

___
Pacemaker mailing list: Pacemaker@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