Re: [Linux-HA] setting is_managed to true triggers restart

2007-05-08 Thread Andrew Beekhof
On 5/8/07, Peter Kruse <[EMAIL PROTECTED]> wrote: Hello all, with Heartbeat v2.0.8 I have a configuration with the cib.xml as attached. After I started the resource groups I did: crm_resource -p is_managed -r IPaddr1 -t primitive -v false crm_mon shows: IPaddr1 (q-leap::ocf:IP_address):

Re: [Linux-HA] setting is_managed to true triggers restart

2007-05-08 Thread Lars Marowsky-Bree
On 2007-05-08T10:03:13, Peter Kruse <[EMAIL PROTECTED]> wrote: > Hello all, > > with Heartbeat v2.0.8 I have a configuration with the cib.xml as > attached. After I started the resource groups I did: > > crm_resource -p is_managed -r IPaddr1 -t primitive -v false > > crm_mon shows: > > IPaddr

Re: [Linux-HA] setting is_managed to true triggers restart

2007-05-08 Thread Peter Kruse
Hi, thanks for your replies. Andrew Beekhof wrote: On 5/8/07, Peter Kruse <[EMAIL PROTECTED]> wrote: for this reason, and to avoid polluting the parameter namespace with CRM options, we created meta attributes at some point. you can operate on these by simply adding the --meta option to your

Re: [Linux-HA] setting is_managed to true triggers restart

2007-05-08 Thread Andrew Beekhof
On 5/8/07, Peter Kruse <[EMAIL PROTECTED]> wrote: Hi, thanks for your replies. Andrew Beekhof wrote: > On 5/8/07, Peter Kruse <[EMAIL PROTECTED]> wrote: > > for this reason, and to avoid polluting the parameter namespace with > CRM options, we created meta attributes at some point. > > you can

Re: [Linux-HA] setting is_managed to true triggers restart

2007-05-08 Thread Peter Kruse
Hi, Andrew Beekhof wrote: the blocks look the same, just use meta_attributes instead of instance_attributes and put the options in there (and use cibadmin to update them). That works, thanks! Peter ___ Linux-HA mailing list Linux-HA@lists.li