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

[Pacemaker] Shared storage

2012-12-03 Thread Riccardo Bicelli
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 commodity I have created a LVM volume group on it and a volu

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
] Shared Storage 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 Symmetri

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
x27;t need R2 and BCV. My R1 disks are already configured RAID 10 mode inside EMC's Symmetrix. Ryan -Original Message- From: Richard de Vries [mailto:rdevries1...@gmail.com] Sent: Friday, August 20, 2010 12:03 PM To: pacemaker@oss.clusterlabs.org Subject: [Pacemaker] Shared Stor

[Pacemaker] Shared Storage

2010-08-20 Thread Richard de Vries
Hello Ryan, glusterfs is not the same as drdb. We use it to replicate data from one node to the other and use corosync/pacemaker to do guaranty that one node is active. I assume that you can never directly touch the R2, because there is a filesystem on R1 that is replicated to R2? Regards, Richa

Re: [Pacemaker] Shared Storage

2010-08-20 Thread Ruiyuan Jiang
but node A and B have control of R1 (active-active). Ryan -Original Message- From: Richard de Vries [mailto:rdevries1...@gmail.com] Sent: Friday, August 20, 2010 8:56 AM To: pacemaker@oss.clusterlabs.org Subject: [Pacemaker] Shared Storage Hello Ryan, If you want to have shared stora

[Pacemaker] Shared Storage

2010-08-20 Thread Richard de Vries
Hello Ryan, If you want to have shared storage by two nodes via a SAN, you should look for a clustered filesystem like gfs2 or ocfs2. We use shared storage by replication via glusterfs (www.gluster.org). The backend storage can be on a LUN or on a local disk. If one node fails, the standby has a r

[Pacemaker] Shared Storage

2010-08-19 Thread Ruiyuan Jiang
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 Symmetrix can be seen on both nodes. I was thinking to use DRB