>> hello all we are configuring rhel es 4 servers with
five apple xserve
>> raid servers connected to qlogic fibre switch. so
far i have
>> successfully configured 6TB arrays ...
>> (parted) mkpart primary ext3 0 6000000
>> # /sbin/mkfs.ext3 -j -m 0 /dev/sda1
> You want to give mkfs.ext3 the '-O dir_index' option to
turn on hashed
> b-trees to speed lookups. Anaconda uses this flag in
FSs it creates,
> but it's not yet a default in mke2fs. You also
probably want to
> 'tune2fs -i0 -c0 /dev/sda1' to make sure it doesn't go
thorugh a whole
> fsck every N mounts or M days.
If most of the files are >=10MB then 6TB holds at most
600,000 of them,
which might seem like a lot but is not _that_ many. So the
mke2fs default
allocation probably gives you hundreds of times more inodes
than you need.
Check with "tune2fs -l"; change with the -N or -i
options to mke2fs.
Once the number of inodes is reasonable (say, at most a few
times the
expected number of files) then fsck won't take so long.
--
--
nahant-list mailing list
nahant-list redhat.com
h
ttps://www.redhat.com/mailman/listinfo/nahant-list
|