- Adding unsupported storageclasses
- Adding unsupported persistent
rancher/dashboard#2284
Adding the persistent volume plugins that are gated by the `unsupported-storage-drivers` feature flag.
- There was a problem with the longhorn driver not being set so this is
now set
- In some versions of the rancher backend a pvc couldn't be bound to a
pv because the storageClassName was expected to be empty
- The wrong storage class name was being shown when a persistent volume
was bound also caused by storageClassName not being empty
- A field should've been marked as required
- Change default values for longhorn
- Clear unset parameters for storage classes
rancher/dashboard#2415rancher/dashboard#2416rancher/dashboard#2380rancher/dashboard#2420rancher/dashboard#2429
- The checkboxSetter for access mode was just wrong and updated to handle setting properly.
- Passed mode to checkboxes
- Made deletion action dependent on not being in a 'bound' state
While trying to reproduce another issue I noticed that paritions were of the wrong type when saving. This now converts partition to a number before setting the value.