Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Support zvols as raw block volumes #7

Open
candlerb opened this issue Jan 20, 2020 · 0 comments
Open

Support zvols as raw block volumes #7

candlerb opened this issue Jan 20, 2020 · 0 comments

Comments

@candlerb
Copy link

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant