Re: [Pacemaker] Shared storage

2012-12-03 Thread Digimer
On 12/03/2012 08:44 AM, Riccardo Bicelli wrote: > Hello everybody and excuse me in advance for the apparently dumb > question, but I havent found any answer yet! > > I'd want to create a gfs2 filesystem. > for doing this I attached to my nodes a shared SCSI lun (shared disk in > vmware). > > For

Re: [Pacemaker] Shared Storage

2010-08-27 Thread Andrew Beekhof
so, then the "under Pacemaker" part is irrelevant - since Pacemaker would have no interaction with it. > > Ryan > > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Thursday, August 26, 2010 3:43 AM > To: The Pacemaker cluster resourc

Re: [Pacemaker] Shared Storage

2010-08-26 Thread Ruiyuan Jiang
Hi, Andrew Understood that. I am asking any recommendation for storage management under Packmaker. Ryan -Original Message- From: Andrew Beekhof [mailto:and...@beekhof.net] Sent: Thursday, August 26, 2010 3:43 AM To: The Pacemaker cluster resource manager Subject: Re: [Pacemaker

Re: [Pacemaker] Shared Storage

2010-08-26 Thread Andrew Beekhof
On Thu, Aug 19, 2010 at 9:22 PM, Ruiyuan Jiang wrote: > Hi, > > My testing two node (openais and corosync) cluster is up and running (RHEL > v5.5). Now I'd like to create LVM disk storage for the cluster for failover. > The cluster is attached to an EMC Symmetrix SAN. The same LUNs from the EMC

Re: [Pacemaker] Shared Storage

2010-08-20 Thread Ruiyuan Jiang
Hi, Richard No, R2 side is read only and you can't mount it as a file system. Only when R1 and R2 in split mode, you can mount the file systems on R2 side as read/write. If needed the data, you need a BCV copy and mount the file systems for testing, backup, etc. In my test case, I don't need R

Re: [Pacemaker] Shared Storage

2010-08-20 Thread Ruiyuan Jiang
Thanks for the reply, Richard I went to the site (gluster.org). It seems it runs the same way as DRBD. In EMC's word, the primary storage is called R1 and replicate copy of the storage is called R2. DRBD is node A of the cluster accesses and controls R1. Node B of the cluster accesses R2. That