[Linux-HA] Filesystem ocf problem

2007-08-23 Thread Ben Clewett
Dear Linux-ha and drbd, I am trying to mount a 3TB file system controlled through drbd 8.0.3, using linux-ha 2.1.2. This has caused a big problem! The ocf for mounting the file system waits 10 seconds for the mount to complete. But a 3TB file system takes 20 seconds at least. Worse, whe

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread matilda matilda
>>> Ben Clewett <[EMAIL PROTECTED]> 23.08.2007 17:06 >>> > If any kind linux-ha member can let me know how this is done, it would > be very useful. Hi Ben, you can increase the timeout by setting an explicit timeout value for the start operation (probably stop and monitor also). Look at the cur

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread Ben Clewett
Thanks for the advise. I don't use rpm's my self. There is documentation in my source directory. The reason for this email is just to note to the group that a large file system under drbd mounted by the latest linux-ha will cause a problem which can only be sorted by a complete re-boot.

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread Ben Clewett
Hi, Probably me misunderstanding you :) (This is probably more for the linux-ha mailing list now, but it may be of interest here...) There are various parameters in the Filesystem ocf: start-delay="10" /> But this is odd. The start timeout shows as 60s. Yet linux-ha killed the

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread Dejan Muhamedagic
On Thu, Aug 23, 2007 at 05:25:44PM +0100, Ben Clewett wrote: > > > Hi, > > Probably me misunderstanding you :) > > (This is probably more for the linux-ha mailing list now, but it may be > of interest here...) > > There are various parameters in the Filesystem ocf: > > > > > > start-del

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread Hannes Dorbath
Ben Clewett wrote: > The ocf for mounting the file system waits 10 seconds for the mount to > complete. But a 3TB file system takes 20 seconds at least. # time mount /raid/ real0m0.023s user0m0.001s sys 0m0.007s # df -h|grep raid /dev/mapper/raid-data 2.8T 1021G 1.8T 37% /raid No

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread Sloan
Hannes Dorbath wrote: > Ben Clewett wrote: > >> The ocf for mounting the file system waits 10 seconds for the mount to >> complete. But a 3TB file system takes 20 seconds at least. >> > > # time mount /raid/ > real0m0.023s > user0m0.001s > sys 0m0.007s > > # df -h|grep raid > /

Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread Andrew Beekhof
On 8/24/07, Dejan Muhamedagic <[EMAIL PROTECTED]> wrote: > On Thu, Aug 23, 2007 at 05:25:44PM +0100, Ben Clewett wrote: > > > > > > Hi, > > > > Probably me misunderstanding you :) > > > > (This is probably more for the linux-ha mailing list now, but it may be > > of interest here...) > > > > There

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Ben Clewett
Thanks for your interest in my problem. This are my timings: # time mount /dev/drbd1 /archive -t reiserfs real0m29.404s user0m0.004s sys 0m0.244s # df /archive Filesystem 1K-blocks Used Available Use% Mounted on /dev/drbd1 2839175284 32840 2839142444

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Ben Clewett
Hi Dejan, Dejan Muhamedagic wrote: On Thu, Aug 23, 2007 at 05:25:44PM +0100, Ben Clewett wrote: Hi, Probably me misunderstanding you :) (This is probably more for the linux-ha mailing list now, but it may be of interest here...) There are various parameters in the Filesystem ocf: s

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Ben Clewett
Sloan wrote: Hannes Dorbath wrote: Ben Clewett wrote: The ocf for mounting the file system waits 10 seconds for the mount to complete. But a 3TB file system takes 20 seconds at least. # time mount /raid/ real0m0.023s user0m0.001s sys 0m0.007s # df -h|grep raid /dev/mapp

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Hannes Dorbath
On 24.08.2007 09:32, Ben Clewett wrote: Thanks for your interest in my problem. This are my timings: real0m29.083s user0m0.000s sys 0m0.212s So it's not DRBD I guess it must be my 3ware 9550SX SATA-RAID hardware raid controller. The controller is fine, I have one of those

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Ben Clewett
Hi Dejan, Got it! It's one of the options the GUI can't see, so I would never have got there. (I am the GUI generation :) name="default-action-timeout" value="40s"/> Setting this timeout to 40 seconds allows my disk to mount, and linux-ha is running perfectly. Many thanks "Dr House" o

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Ben Clewett
Ben Clewett wrote: Hi Dejan, Got it! It's one of the options the GUI can't see, so I would never have got there. (I am the GUI generation :) name="default-action-timeout" value="40s"/> Just to correct my self, the option IS in the GUI called 'Transition Timeout' Sometimes it's

Re: [Linux-HA] Filesystem ocf problem

2007-08-24 Thread Dejan Muhamedagic
On Fri, Aug 24, 2007 at 09:55:06AM +0100, Ben Clewett wrote: > > > Ben Clewett wrote: > > > > > >Hi Dejan, > > > >Got it! It's one of the options the GUI can't see, so I would never > >have got there. (I am the GUI generation :) > > > > >name="default-action-timeout" value="40s"/> > > Just to

Re: [Linux-HA] Filesystem ocf problem

2007-08-28 Thread Ben Clewett
Hi again Dejan, Dejan Muhamedagic wrote: > On Fri, Aug 24, 2007 at 09:55:06AM +0100, Ben Clewett wrote: >> >> Ben Clewett wrote: >>> >>> Hi Dejan, >>> >>> Got it! It's one of the options the GUI can't see, so I would never >>> have got there. (I am the GUI generation :) >>> >>> >> name="defau

Re: [Linux-HA] Filesystem ocf problem

2007-08-28 Thread Dejan Muhamedagic
On Tue, Aug 28, 2007 at 01:43:58PM +0100, Ben Clewett wrote: > > > Hi again Dejan, > > Dejan Muhamedagic wrote: > > On Fri, Aug 24, 2007 at 09:55:06AM +0100, Ben Clewett wrote: > >> > >> Ben Clewett wrote: > >>> > >>> Hi Dejan, > >>> > >>> Got it! It's one of the options the GUI can't see, so I

Re: [Linux-HA] Filesystem ocf problem

2007-08-28 Thread Ben Clewett
Dejan, Can you please send me a link to this documentation? As in, what vaiables are avaiable, and what they effect. I am having a great deal of trouble finding out this sort of detail, hence postings such as this one to these news groups. The best documentation is the dtd: http://www.l

Re: [Linux-HA] Filesystem ocf problem

2007-08-28 Thread matilda matilda
>>> Ben Clewett <[EMAIL PROTECTED]> 08/28/07 4:31 PM >>> >> http://www.linux-ha.org/ClusterResourceManager/DTD1.0/Annotated >> >> or, actually: >> >> http://hg.linux-ha.org/dev/file/tip/crm/crm-1.0.dtd > >Thanks, I'm printing this out now :) Hi Ben, I couldn't resist to smile, because I sent y

Re: [Linux-HA] Filesystem ocf problem

2007-08-29 Thread Ben Clewett
Hi Andreas, Yes I have come full circle. My problem was that I didn't have the heartbeat RPM, so the command you send me did not return anything :) I didn't want to install the RPM in case it conflicted with the binaries I have compiled. Now I can see what this command would have returned

Re: Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread matilda matilda
>>> Ben Clewett <[EMAIL PROTECTED]> 23.08.2007 17:38 >>> > The reason for this email is just to note to the group that a large file > system under drbd mounted by the latest linux-ha will cause a problem > which can only be sorted by a complete re-boot. > > I hope this will be useful, and somebo

Re: Re: [Linux-HA] Filesystem ocf problem

2007-08-23 Thread matilda matilda
>>> Hannes Dorbath <[EMAIL PROTECTED]> 24.08.2007 00:20 >>> > # time mount /raid/ > real0m0.023s > user0m0.001s > sys 0m0.007s > > # df -h|grep raid > /dev/mapper/raid-data 2.8T 1021G 1.8T 37% /raid > > > No offense, but as you can see, a 3 TB file system is mounted in 0.023s. > Ma