Thanks for your interest in my problem.  This are my timings:

# time mount /dev/drbd1 /archive -t reiserfs

real    0m29.404s
user    0m0.004s
sys     0m0.244s

# df /archive

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/drbd1           2839175284     32840 2839142444   1% /archive

If I detach the DRBD and mount it directly:

# drbdadm secondary archive
# drbdadm down archive
# time mount /dev/sdd2 /archive -t reiserfs

real    0m29.083s
user    0m0.000s
sys     0m0.212s

So it's not DRBD....

I guess it must be my 3ware 9550SX SATA-RAID hardware raid controller.

However there is little I can do with that, I have to get linux-ha to be safe with this file system :)

Kind regards,

Ben


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/
real    0m0.023s
user    0m0.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.
Maybe consider using a better suited file system, instead of working
around scaling problems of your current one.




*************************************************************************
This e-mail is confidential and may be legally privileged. It is intended
solely for the use of the individual(s) to whom it is addressed. Any
content in this message is not necessarily a view or statement from Road
Tech Computer Systems Limited but is that of the individual sender. If
you are not the intended recipient, be advised that you have received
this e-mail in error and that any use, dissemination, forwarding,
printing, or copying of this e-mail is strictly prohibited. We use
reasonable endeavours to virus scan all e-mails leaving the company but
no warranty is given that this e-mail and any attachments are virus free.
You should undertake your own virus checking. The right to monitor e-mail
communications through our networks is reserved by us

 Road Tech Computer Systems Ltd. Shenley Hall, Rectory Lane, Shenley,
 Radlett, Hertfordshire, WD7 9AN. - VAT Registration No GB 449 3582 17
Registered in England No: 02017435, Registered Address: Charter Court, Midland Road, Hemel Hempstead, Hertfordshire, HP2 5GE. *************************************************************************
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to