[Ocfs2-users] Heartbeat and OCFS2

2006-08-17 Thread Milind Dumbare
Hi all, Is it necessary to have heartbeat (/etc/init.x/heartbeat) service working for mounting and unmounting ocfs2 volumes? -- -Milind There is no place like 127.0.0.1 ___ Ocfs2-users mailing list Ocfs2-users@oss.oracle.com

[Ocfs2-users] OCFS2 over DRBDv8

2006-08-17 Thread Kilian CAVALOTTI
Hi all, I'm new to OCFS2, but not so new to DRBD. I'd like to use the new primary/primary feature of DRBDv8 to create a shared storage space and concurrently access it from multiple clients, using OCFS2. I configured two hosts with DRBD, allowed two primaries, and successfully made each

Re: [Ocfs2-users] OCFS2 over DRBDv8

2006-08-17 Thread Sunil Mushran
As far as ocfs2 is concerned, bio_add_page() is failing. The one thing that springs to mind is that o2hb sets bio-bi_sector to 512 bytes and not the block size. Kilian CAVALOTTI wrote: Hi all, I'm new to OCFS2, but not so new to DRBD. I'd like to use the new primary/primary feature of DRBDv8

Re: [Ocfs2-users] Heartbeat and OCFS2

2006-08-17 Thread Alexei_Roudnev
Sorry, heartbeat of course. ___ Ocfs2-users mailing list Ocfs2-users@oss.oracle.com http://oss.oracle.com/mailman/listinfo/ocfs2-users

Re: [Ocfs2-users] Heartbeat and OCFS2

2006-08-17 Thread Alexei_Roudnev
OCFSv2 is bundled with eartbeat in SLES10, but it is an option (very usefull - native o2cb is very primitive and unreliable). - Original Message - From: Sunil Mushran [EMAIL PROTECTED] To: Milind Dumbare [EMAIL PROTECTED] Cc: ocfs2-users@oss.oracle.com Sent: Thursday, August 17, 2006

Re: [Ocfs2-users] OCFS2 over DRBDv8

2006-08-17 Thread Alexei_Roudnev
I advice against it. Even if it is possible, you definitkly will run into DRBD/o2cb conflict in case of any network glitch, and will have all your nodes self-fencing. In addition, DRDB is not fast enough for OCFSv2 default settings. Through, it all may be very interesting to discover in the lab.