Skip to content

Commit 05cbc66

Browse files
nidzraicardoe
authored andcommitted
feat(cinder-understack): enable the SVM filtering for the scheduler
The default list of scheduler filters to use does not call the volume drivers filter function, which we need to filter the pool down to the right SVM.
1 parent 26a6392 commit 05cbc66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/cinder/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ conf:
99
DEFAULT:
1010
enabled_backends: netapp_nvme
1111
default_volume_type: netapp_nvme
12+
# add DriverFilter to the default list so our SVM filtering function gets called
13+
scheduler_default_filters: DriverFilter,AvailabilityZoneFilter,CapacityFilter,CapabilitiesFilter
1214

1315
# typically overridden by environmental
1416
# values, but should include all endpoints

0 commit comments

Comments
 (0)