Re: [Pacemaker] Trouble with DRBD mount

2013-03-04 Thread senrabdet
$id="drbd_on_node1-rule" $role="master" 100: #uname eq server1 and #uname eq server2 colocation fs_with_drbd inf: fs_vservers ms_drbd:Master order drbd_then_fs inf: ms_drbd:promote fs_vservers:start property $id="cib-bootstrap-options" \ dc-version="1.0.9-74392a2

Re: [Pacemaker] Trouble with DRBD mount

2013-03-02 Thread senrabdet
Thanks Jake - will do - am sure this is just newbie fumbling on our part, and appreciate the help. -Original Message- From: Jake Smith To: The Pacemaker cluster resource manager Sent: Fri, Mar 1, 2013 6:06 pm Subject: Re: [Pacemaker] Trouble with DRBD mount If you want to

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread Jake Smith
If you want to post your crm config and cluster status again now we could possibly help further troubleshoot.From: senrab...@aol.comSent: Fri, 01/03/2013 05:41 PMTo: pacemaker@oss.clusterlabs.orgSubject: Re: [Pacemaker] Trouble with DRBD mount___ Pacemake

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread senrabdet
setting up the partitions or DRBD that's causing the problems... -Original Message- From: Jake Smith To: The Pacemaker cluster resource manager Sent: Fri, Mar 1, 2013 5:22 pm Subject: Re: [Pacemaker] Trouble with DRBD mount Sorry for the top post It should be t

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread Jake Smith
Sorry for the top postIt should be the master slave resource in the collocation statement not the drbd primitive I.e. ms_drbd:masterFrom: senrab...@aol.comSent: Fri, 01/03/2013 05:12 PMTo: pacemaker@oss.clusterlabs.orgSubject: Re: [Pacemaker] Trouble with DRBD mount_

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread senrabdet
thoughts appreciated...! -Original Message- From: senrabdet To: jsmith ; pacemaker Sent: Fri, Mar 1, 2013 1:14 pm Subject: Re: [Pacemaker] Trouble with DRBD mount Thanks Jake - trying that, getting one problem when try the colocation statement. We try (should be one "

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread Jake Smith
- Original Message - > From: senrab...@aol.com > To: jsm...@argotec.com, pacemaker@oss.clusterlabs.org > Sent: Friday, March 1, 2013 1:09:13 PM > Subject: Re: [Pacemaker] Trouble with DRBD mount > Thanks Jake - trying that, getting one problem when try the colo > cation

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread senrabdet
location fs_with_drbd inf: fs_vservers drbd:Master -Original Message- From: Jake Smith To: The Pacemaker cluster resource manager Sent: Fri, Mar 1, 2013 12:16 pm Subject: Re: [Pacemaker] Trouble with DRBD mount - Original Message - > From: senrab...@aol.com > To: pacem

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread Jake Smith
- Original Message - > From: senrab...@aol.com > To: pacemaker@oss.clusterlabs.org > Sent: Friday, March 1, 2013 11:40:53 AM > Subject: Re: [Pacemaker] Trouble with DRBD mount > > > Hi Andreas: > > Thanks so much for the response! - is it OK to write you bac

Re: [Pacemaker] Trouble with DRBD mount

2013-03-01 Thread senrabdet
n, and start before DRBD. We don't see it doing so in the boot posts we can see (ctrl-alt-f1), but do see it after boot if we do "lvdisplay". We can "mount /dev/drbd1 /vservers" by hand, but assume that is a symptom not a solution. Likewise, we have to comment out th

Re: [Pacemaker] Trouble with DRBD mount

2013-02-28 Thread Andreas Kurz
On 2013-02-28 13:19, senrab...@aol.com wrote: > Hi All: > > We are stuck trying to get pacemaker to work with DRBD, and having tried > various alternatives can't get our "drbd1" to mount and get some errors. > > NOTE: we are trying to get pacemaker to work with an existing Encrypted > RAID1 LVM

[Pacemaker] Trouble with DRBD mount

2013-02-28 Thread senrabdet
Hi All: We are stuck trying to get pacemaker to work with DRBD, and having tried various alternatives can't get our "drbd1" to mount and get some errors. NOTE: we are trying to get pacemaker to work with an existing Encrypted RAID1 LVM setup - is this impossible or a "just plain bad idea"?