Re: [Ocfs2-users] HA-OCFS2?

2012-09-15 Thread Eric
Extension? Eric Pretorious Truckee, CA > > From: Lars Marowsky-Bree >To: ocfs2-users@oss.oracle.com >Sent: Friday, September 14, 2012 4:10 AM >Subject: Re: [Ocfs2-users] HA-OCFS2? > >On 2012-09-13T17:02:46, Eric wrote: > >> Is

Re: [Ocfs2-users] HA-OCFS2?

2012-09-14 Thread Lars Marowsky-Bree
On 2012-09-13T17:02:46, Eric wrote: > Is it possible to create a highly-available OCFS2 cluster (i.e., A storage > cluster that mitigates the single point of failure [SPoF] created by storing > an OCFS2 volume on a single LUN)? Yes. You can use either cLVM2 with a mirrored volume for example,

Re: [Ocfs2-users] HA-OCFS2?

2012-09-13 Thread Sunil Mushran
cfs != storage You need to get a highly available storage that is concurrently accessible from multiple nodes. ocfs2 will allow multiple nodes to concurrently access the same storage. With posix semantics. If a node dies, the remaining nodes will pause to recover and then continue functioning. Th

[Ocfs2-users] HA-OCFS2?

2012-09-13 Thread Eric
Is it possible to create a highly-available OCFS2 cluster (i.e., A storage cluster that mitigates the single point of failure [SPoF] created by storing an OCFS2 volume on a single LUN)? The OCFS2 Project Page makes this claim... > OCFS2 is a general-purpose shared-disk cluster file system for