CephRBD volume plugin ( ) and its csi migration support were removed in this release

This commit is contained in:
carlory
2024-04-26 11:38:30 +08:00
parent 57b406a18a
commit c8e91b9bc2
24 changed files with 8 additions and 4305 deletions

View File

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