--- Doug Knight <[EMAIL PROTECTED]> wrote: > I tried setting up colocation constraints similar to > those shown in the example referenced in the URL above, > and it complained about the identical ids:
... > I'm going to change the ids to be unique and try > again, but wanted to point this out since it is very > similar to the example on the web page. ... > 2)> I can only have one constraint (rsc_colocation, > rsc_order, etc) per file. Yes, these are some of the things that I think make cibadmin very difficult to use manually. As far as I can remember, ids need to be unique even across different tag types! For ids I always implement a hierarchical naming scheme to ensure uniqueness basically I always use the parent tag's id as the prefix and then add something related to the tag to get a unique id. This is what drove me to write my CIB scripts to allow me to think more logically and add everything about a resource at once while getting the ids unique! -Martin __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
