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

Verify/Optimize Raw Block storage support #1354

Closed
mcastelino opened this issue Mar 11, 2019 · 6 comments
Closed

Verify/Optimize Raw Block storage support #1354

mcastelino opened this issue Mar 11, 2019 · 6 comments
Assignees

Comments

@mcastelino
Copy link
Contributor

mcastelino commented Mar 11, 2019

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

  • Add tests to ensure that we support it
  • Ensure Raw block storage is exposed via block devices (SCSI/IDE) instead of 9p/virtio-fs
@mcastelino
Copy link
Contributor Author

@amshinde
Copy link
Member

Will take a look @mcastelino.

@amshinde
Copy link
Member

@mcastelino I verified this using a local Persistent volume backed by a loop-mounted block device.
I have created a gist here:
https://gist.github.com/amshinde/2ab9b5a2f2e91694a7421b1e2b787b58

I suppose we can duplicate the same in our tests. What do you think?

cc @chavafg @GabyCT

@chavafg
Copy link
Contributor

chavafg commented Mar 20, 2019

yes, this can be added to the CI, we even have an sdb block device that we can use for this.

@amshinde
Copy link
Member

@chavafg Lets add a test for this in our CI then leveraging the sdb device.

@amshinde
Copy link
Member

amshinde commented Apr 2, 2019

Closed with kata-containers/tests#1358

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

3 participants