Current Series Release Notes¶
3.8.0-2¶
New Features¶
Add
HW_NVME_CES(Crypto Erase Sanitize),HW_NVME_BES(Block Erase Sanitize), andHW_NVME_WZS(Write Zeroes Supported) traits under a newHW_NVMEnamespace. These traits allow Cyborg’s generic NVMe driver to report NVMe device capabilities to Placement based on the controller’ssanicapandoncsregister fields, enabling operators to match cleanup policies to hardware capabilities during device scheduling.
3.7.0¶
Deprecation Notes¶
The
os_traits.__version__attribute has been deprecated for removal. Prefer use ofimportlib.metadatato inspect version information for installed packages.
2.8.0¶
New Features¶
Add owner trait of
OWNER_NOVAandOWNER_CYBORGfor resource providers in order to solve the shared resource class(such asVGPU) problem by each service recording that they created.
2.0.0¶
Upgrade Notes¶
Python 2 is no longer supported. Python 3 is required.