On Tue, May 13, 2008 at 3:45 PM, Nikola Ciprich <[EMAIL PROTECTED]> wrote: > Hi Andrew, > thanks! enabling interleave did the trick! > If I could bother even bit more, could You please > clarify a bit why enabling interleave fixes it?
Use interleave=true when you want things to be collocated (or ordered) with individual instances of the clone rather than the clone as a whole. ie. cloneB:0 only needs to be restarted if cloneA:0 does (instead of being restarted when any instance of cloneA stops/starts) > The documentation > seems to be a bit sparse regarding this... amongst other things > Anyways thanks a lot for Your help > best regards > nik > > > > > On Tue, May 13, 2008 at 09:50:44AM +0200, Andrew Beekhof wrote: > > You need to do two things: > > 1) Upgrade to pacemaker 0.6.3 > > 2) Set interleave=true for the clvmd clone > > > > After that everything will work properly > > > > On Sat, May 10, 2008 at 5:56 PM, Nikola Ciprich <[EMAIL PROTECTED]> wrote: > > > Hi Andrew, > > > > > > do You mean original bugreport, or should I create new one? I guess new > > > one, as this seems to be different problem.. > > > Anyways in the meantime the new hb_report is available at > > > http://nik.lbox.cz/hbrep.tar.gz > > > > > > cheers > > > > > > nik > > > > > > > > > > > > On Fri, May 09, 2008 at 01:17:41PM +0200, Andrew Beekhof wrote: > > > > On Fri, May 9, 2008 at 12:47 PM, Nikola Ciprich <[EMAIL PROTECTED]> > wrote: > > > > > Hello Junko, > > > > > thanks for the answer. I gave pacemaker a try, and I think I'll > stick to it. > > > > > But unfortunately it didn't solved my problem, some resources are > still > > > > > being restarted for some reason. > > > > > > > > can you use hb_report to create a incident tarball and attach it to a > > > > bugzilla entry? > > > > that will have everything i need to resolve the issue. > > > > > > > > > > _______________________________________________ > > > > Linux-HA mailing list > > > > [email protected] > > > > http://lists.linux-ha.org/mailman/listinfo/linux-ha > > > > See also: http://linux-ha.org/ReportingProblems > > > > > > > > > > -- > > > > > > ------------------------------------- > > > Nikola CIPRICH > > > LinuxBox.cz, s.r.o. > > > 28. rijna 168, 709 01 Ostrava > > > > > > tel.: +420 596 603 142 > > > fax: +420 596 621 273 > > > mobil: +420 777 093 799 > > > www.linuxbox.cz > > > > > > mobil servis: +420 737 238 656 > > > email servis: [EMAIL PROTECTED] > > > ------------------------------------- > > > > > > > -- > > > > ------------------------------------- > Nikola CIPRICH > LinuxBox.cz, s.r.o. > 28. rijna 168, 709 01 Ostrava > > tel.: +420 596 603 142 > fax: +420 596 621 273 > mobil: +420 777 093 799 > www.linuxbox.cz > > mobil servis: +420 737 238 656 > email servis: [EMAIL PROTECTED] > ------------------------------------- > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
