summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-06 08:27:07 +0000
committerru <ru@FreeBSD.org>2006-10-06 08:27:07 +0000
commitf53bc81fe169bef4ef8c092ae4fb83ecbf273534 (patch)
treea465af6108d1b06ba42e96d53c46a61f292f6d7f /etc
parent209fbeff019d13050913ea08ec726192dabf87b6 (diff)
downloadFreeBSD-src-f53bc81fe169bef4ef8c092ae4fb83ecbf273534.zip
FreeBSD-src-f53bc81fe169bef4ef8c092ae4fb83ecbf273534.tar.gz
A GEOM cache can speed up read performance by sending fixed size
read requests to its consumer. It has been developed to address the problem of a horrible read performance of a 64k blocksize FS residing on a RAID3 array with 8 data components, where a single disk component would only get 8k read requests, thus effectively killing disk performance under high load. Documentation will be provided later. I'd like to thank Vsevolod Lobko for his bright ideas, and Pawel Jakub Dawidek for helping me fix the nasty bug.
Diffstat (limited to 'etc')
-rw-r--r--etc/mtree/BSD.include.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 71de1fc..f17cf1c 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -100,6 +100,8 @@
..
..
geom
+ cache
+ ..
concat
..
eli
OpenPOWER on IntegriCloud