Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200632 - net-proxy/squid-3.0_rc1 - add --enable-disk-io=AIO
Summary: net-proxy/squid-3.0_rc1 - add --enable-disk-io=AIO
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 12:54 UTC by Denis Kaganovich
Modified: 2007-12-20 10:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Adding AIO for squid-3.0_rc1 coss fs (squid-3.0_rc1.ebuild.patch,314 bytes, patch)
2007-11-28 12:56 UTC, Denis Kaganovich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Kaganovich 2007-11-28 12:54:18 UTC
squid v3 coss fs stable AIO engine now not enabled. "--enable-disk-io=AIO".

--- /usr/portage/net-proxy/squid/squid-3.0_rc1.ebuild
+++ squid-3.0_rc1.ebuild
@@ -85 +85 @@
-		myconf="${myconf} --enable-storeio=ufs,diskd,coss,aufs,null"
+		myconf="${myconf} --enable-storeio=ufs,diskd,coss,aufs,null --enable-disk-io=AIO"


Reproducible: Always
Comment 1 Denis Kaganovich 2007-11-28 12:56:07 UTC
Created attachment 137227 [details, diff]
Adding AIO for squid-3.0_rc1 coss fs
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2007-12-20 10:16:53 UTC
Simply by selecting coss storeio it will include AIO disk-io. I don't know if version 3.0_rc1 had a problem with that, but 3.0.1 does not.

Closed with TEST-REQUEST.