Skip to content

Commit 390b6d0

Browse files
authored
Merge pull request #1138 from rackerlabs/cinder-trim
feat(cinder-understack): refactor to a minimal wrapper of upstream
2 parents c6ecd9d + 05cbc66 commit 390b6d0

File tree

3 files changed

+336
-843
lines changed

3 files changed

+336
-843
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)