File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,12 @@ func (p *csiPlugin) Init(host volume.VolumeHost) error {
216
216
csitranslationplugins .CinderInTreePluginName : func () bool {
217
217
return utilfeature .DefaultFeatureGate .Enabled (features .CSIMigration ) && utilfeature .DefaultFeatureGate .Enabled (features .CSIMigrationOpenStack )
218
218
},
219
+ csitranslationplugins .AzureDiskInTreePluginName : func () bool {
220
+ return utilfeature .DefaultFeatureGate .Enabled (features .CSIMigration ) && utilfeature .DefaultFeatureGate .Enabled (features .CSIMigrationAzureDisk )
221
+ },
222
+ csitranslationplugins .AzureFileInTreePluginName : func () bool {
223
+ return utilfeature .DefaultFeatureGate .Enabled (features .CSIMigration ) && utilfeature .DefaultFeatureGate .Enabled (features .CSIMigrationAzureFile )
224
+ },
219
225
}
220
226
221
227
// Initializing the label management channels
You can’t perform that action at this time.
0 commit comments