We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a6392 commit 05cbc66Copy full SHA for 05cbc66
components/cinder/values.yaml
@@ -9,6 +9,8 @@ conf:
9
DEFAULT:
10
enabled_backends: netapp_nvme
11
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
14
15
# typically overridden by environmental
16
# values, but should include all endpoints
0 commit comments