You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new Volume workload has been added to ZOS. It should act the same as ZMounts with some extra enhancements in performance as it go through less layers of virtualization.
Volumes work with container images out of the box and our official VM images. For custom VM images virtiofs module must be enabled in the image kernel.
Note: raw images are not supported
Interface
The new workload is of type volume and has the same structure as ZMount:
{
"size": <size-in-bytes>
}
The text was updated successfully, but these errors were encountered:
Description
A new Volume workload has been added to ZOS. It should act the same as ZMounts with some extra enhancements in performance as it go through less layers of virtualization.
Volumes work with container images out of the box and our official VM images. For custom VM images
virtiofs
module must be enabled in the image kernel.Interface
The new workload is of type
volume
and has the same structure as ZMount:The text was updated successfully, but these errors were encountered: