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:
Niels de Vos 2025-01-15 16:21:51 +01:00 committed by mergify[bot]
parent 84dd5bbe68
commit d996439b30

View File

@ -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