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
{{ message }}
This repository has been archived by the owner on May 14, 2020. It is now read-only.
k8s now has raw block volume support, which would map nicely to zvols. It would be useful for kubevirt amongst others.
The volume provisioning doc explicitly says this can be done via external provisioner:
Kubernetes v1.9 or later have functionality to deploy raw block volume instead of filesystem volume as a new feature. To support the feature, we added volumeMode parameter which takes values Filesystem and Block to pv.Spec and pvc.Spec. In order to deploy block volume via external provisioner, following conditions are REQUIRED.
A storage has ability to create raw block type of volume
Block volume feature has been supported by the volume plugin
External-provisioner MUST set volumeMode which matches requirements in claim.Spec into pv.Spec.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
k8s now has raw block volume support, which would map nicely to zvols. It would be useful for kubevirt amongst others.
The volume provisioning doc explicitly says this can be done via external provisioner:
The text was updated successfully, but these errors were encountered: