Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 200632

Summary: net-proxy/squid-3.0_rc1 - add --enable-disk-io=AIO
Product: Gentoo Linux Reporter: Denis Kaganovich <mahatma>
Component: New packagesAssignee: Gentoo Network Proxy Developers (OBSOLETE) <net-proxy+disabled>
Status: RESOLVED TEST-REQUEST    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Adding AIO for squid-3.0_rc1 coss fs

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.