OpenSolaris

Printable Version Enter a New Search
Bug ID 6590375
Synopsis Some pools code doesn't pass muster for the updated cstyle
State 1-Dispatched (Default State)
Category:Subcategory kernel:pools
Keywords
Responsible Engineer Stephen Lawrence
Reported Against
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date 8-August-2007
Last Update Date 11-April-2008
Description
We've had temporary pools for the dedicated-cpus feature of Zones for a while now, and it makes sense to have psets reimplemented as these, since there's no need to have two separate subsystems for accomplishing the same tasks.  This would also make it possible to use both APIs at the same time, and have pools enabled at boot time, permanently.  This way, the dedicated-cpus feature of zones could also be usable by default, without having to explicitly enable pools.
The dedicated-cpus zones feature is not usable by default, because pools must be enabled.  It would be better if pools were on by default.  Breaking compatibility of scripts using the psets API could be avoided by also implementing psets as temporary pools.
Cstyle check for putback was updated to be stricter - the current pools code doesn't pass.
Work Around
N/A
Comments
N/A