mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-17 18:29:30 +00:00
ci: disable offlineExpansion
in k8s-e2e-external-storage for RBD
The `offlineExpansion` option enables tests that try to expand volumes in the CSI Controller (provisioner). This is only possible for BlockMode volumes, as a FileMode volume needs run a filesystem resizer while the volume is attached. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
84dd5bbe68
commit
d996439b30
@ -56,6 +56,9 @@ DriverInfo:
|
||||
# Support for volume expansion in nodes
|
||||
nodeExpansion: true
|
||||
|
||||
# supports offline volume expansion
|
||||
offlineExpansion: false
|
||||
|
||||
# Support volume that can run on single node only (like hostpath)
|
||||
singleNodeVolume: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user