Revert "Remove references to openstack and cinder"

This reverts commit 9bbf01bae9.
This commit is contained in:
Jan Safranek
2022-11-10 18:22:07 +01:00
parent 77b027936a
commit 5b284a50b7
216 changed files with 25733 additions and 22 deletions

View File

@@ -55,6 +55,8 @@ func isCSIMigrationOn(csiNode *storagev1.CSINode, pluginName string) bool {
if !utilfeature.DefaultFeatureGate.Enabled(features.CSIMigrationAzureDisk) {
return false
}
case csilibplugins.CinderInTreePluginName:
return true
case csilibplugins.RBDVolumePluginName:
if !utilfeature.DefaultFeatureGate.Enabled(features.CSIMigrationRBD) {
return false