-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSI: Support for device
mode volumes
#7139
Comments
I took a quick look through some of the CSI providers in |
@tgross I'd personally be fine with deferring it but we should probably run that by @yishan-lin because the PRD had it as part of the success criteria so there may be some downstream communication required. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Currently we've only really been testing CSI for filesystem mounts and not devices.
We need to add support for mounting devices as part of shipping CSI. The "easiest" way to begin is probably "trying to run a job that requires one" repeatedly until you make it work, but the primary places to update will be:
drivers.DeviceConfig
's for volumes whereIsDevice
is true. You'll also need to make sure these propagate to drivers correctly.The text was updated successfully, but these errors were encountered: