Add support for raw (non-formatted) volume in the UI #2660
Labels
complexity:easy
Something that requires less than a day to fix
priority:medium
Medium priority issues, should only be postponed if no other option
severity:medium
Medium impact (usability) on live deployments
topic:ui
UI-related issues
Component:
ui
Why this is needed:
We now support formatted and non-formatted volume, but from the UI we can only create formatted volume.
What should be done:
On the volume creation page, add way (a dropdown?) to select the volume mode (either
Filesystem
orBlock
, default beingFilesystem
).Not sure if we want to expose k8s vocabulary (
Filesystem
/Block
) or another term (Formatted
/Non-formatted
)? To be defined.Implementation proposal:
Test plan:
TBD
The text was updated successfully, but these errors were encountered: