Am Montag, 14. Dezember 2009 11:55:55 schrieb Scheffler Heinz: > Hello > > > > I've an old problem, which was frequently discussed in this forum, but > there is still no solution for me. > > > > In one group are the resources a,b,c,d. > > If b stops, also d and c will be stopped before crm restarts b and > starts d and c. I'd like to have d and c independent from b, so crm can > restart b without any intervention to d and c. > > > > I did the following: > > 1. "restart_type=ignore" for all resources a that group. (same effect as > bellow) > > 2. rsc_order - constraints for (a,b) (b.c) (c,d) with score=0 (I tried > also -INIFITY an -1) --- no effect, behavior as bellow. > > > > Can anybody help me? > > > > Thanks > > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems
Put the resources c and d in managed="false" state and start b. Then you can make c) and d) managed as appropriate. -- Dr. Michael Schwartzkopff MultiNET Services GmbH Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany Tel: +49 - 89 - 45 69 11 0 Fax: +49 - 89 - 45 69 11 21 mob: +49 - 174 - 343 28 75 mail: [email protected] web: www.multinet.de Sitz der Gesellschaft: 85630 Grasbrunn Registergericht: Amtsgericht München HRB 114375 Geschäftsführer: Günter Jurgeneit, Hubert Martens --- PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B Skype: misch42 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
