| Summary: | net-proxy/squid-3.0_rc1 - add --enable-disk-io=AIO | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Denis Kaganovich <mahatma> |
| Component: | New packages | Assignee: | 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 | ||
Created attachment 137227 [details, diff]
Adding AIO for squid-3.0_rc1 coss fs
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. |
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