Am Mittwoch, 13. August 2008 15:51 schrieb Hagen Constantin: (...) > <rsc_colocation id="colocation_2" > from="resource_drbd" to="resource_filesystem" score="INFINITY"/> <rsc_order > id="order_1" from="resource_filesystem" type="after" to="resource_drbd"/>
Why do you collocate DRBD with the filesystem? Shouldn't it be vice versa? Shouldn't it be a ordering constraint? What about starting the filesystem only there where DrBD is master? What version of DRBD are you using (0.7 or 8)? See my constraints for DRBD0.7: <rsc_order id="order_FS_DRBD" from="resource_FS" to_action="promote" to="ms_DRBD" score="INFINITY" action="start"/> <rsc_colocation id="colocation_FS_DRBD" to_role="Master" from="resource_FS" to="ms_DRBD" score="INFINITY"/> -- 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
