Hi, On Fri, Apr 19, 2013 at 03:55:30PM +0200, Marcus Bointon wrote: > On 19 Apr 2013, at 15:37, Florian Crouzat <[email protected]> wrote: > > > Maybe you should start using different CIBs, each one of them containing > > a certain set of location constraints. > > I wouldn't know where to start with that - but is there really no way to tell > a resource to go to a particular node without creating persistent location > rules?
Without location rules: no. There are really no "persistent" rules, i.e. all are the same (unless you use the lifetime option). BTW, crm resource move/unmove actually use crm_resource to insert/remove location constraints. If you want something more sophisticated, you'll probably need to create location constraints yourself. In general, it's better to use "crm resource move rsc node" as that won't prevent the resource to move back in case that node fails. Thanks, Dejan > Marcus > -- > Marcus Bointon > Synchromedia Limited: Creators of http://www.smartmessages.net/ > UK info@hand CRM solutions > [email protected] | http://www.synchromedia.co.uk/ > > _______________________________________________ > 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
