On Wed, Jun 24, 2009 at 10:22:50AM -0500, David Hoskinson wrote: > I have a working crm configuration using heartbeat-2.99 and pacemaker-1.04 > and I have defined a group called mail-group. When I created the group I > specified a couple of services that should belong to that group and the > constraints and it works perfectly. Now I would like to add additional > primitives to the file which will also be part of this group... > > Up till now I have typed for example: primitive postfix lsb:postfix op > monitor... Etc.. But this places the service outside of the group and I > can't seem to get the syntax correct to add the service to my mail-group.
You just edit the group: edit mail-group and add the id of your new resource somewhere. The syntax is quite simple: crm(live)configure# group usage: group <name> <rsc> [<rsc>...] Thanks, Dejan > > I can do it by manually editing the cib.xml but would like to use the crm > interface to do it. > > Thanks for the help... > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
