This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
Verify/Optimize Raw Block storage support #1354
Comments
Will take a look @mcastelino. |
@mcastelino I verified this using a local Persistent volume backed by a loop-mounted block device. I suppose we can duplicate the same in our tests. What do you think? |
yes, this can be added to the CI, we even have an |
@chavafg Lets add a test for this in our CI then leveraging the |
Closed with kata-containers/tests#1358 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ensure Raw block storage is exposed via block devices (SCSI/IDE)
Kubernetes v1.13 moves raw block volume support to beta. This feature allows persistent volumes to be exposed inside containers as a block device instead of as a mounted file system.
https://kubernetes.io/blog/2019/03/07/raw-block-volume-support-to-beta/
Expected result
We need to ensure that
The text was updated successfully, but these errors were encountered: