On Fri, Mar 14, 2008 at 4:34 PM, Michael Schwartzkopff <[EMAIL PROTECTED]> wrote: > Am Freitag, 14. März 2008 16:25 schrieb Andreas Mock: > > > > Hi, > > > > > > the behaviour also on depends on stop_orphan_resources of the > > > crm_config. > > > > Hi Michael, > > > > thank you for your reply. I assumed this. That's why I wrote > > that my setting of 'stop-orphan-resources=true'. > > Do you know how it behaves in this situation? > > this option will stop orphan resources. If there is no definition in the CIB > any more. In the definition your could tell not to care about this resource > (is_managed=false). > > If you do not want to stop that resource after removal, I would suggest to > set stop_orphan_resources=false > set is_managed to false=false > remove the resource > clean up the orphan. > set stop_orphan_resources=true > > But this is only my suggestion. Please test this with a test cluster. XEN is > your friend!
Investigating the output of ptest for the live cib is also a very good way to see what heartbeat is doing on a config change. I especially like the graphical presentation of the transition graph as a quick way to see how the cluster will behave. Regards, Andreas > > Greetings, > > -- > 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 > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
