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. -- Best regards, Hannes Dorbath _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
