Skip to content

Commit

Permalink
dellctl support for Powerscale (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitap26 authored Jul 12, 2024
1 parent c40eea3 commit 99c40a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/csm-authorization/templates/csm-config-params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
data:
csm-config-params.yaml: |
CONCURRENT_POWERFLEX_REQUESTS: {{ .Values.authorization.concurrentPowerFlexRequests }}
CONCURRENT_POWERSCALE_REQUESTS: {{ .Values.authorization.concurrentPowerScaleRequests }}
LOG_LEVEL: {{ .Values.authorization.logLevel }}
STORAGE_CAPACITY_POLL_INTERVAL: {{ .Values.authorization.storageCapacityPollInterval }}
{{- if (.Values.authorization.zipkin.collectoruri) }}
Expand Down
4 changes: 4 additions & 0 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ authorization:
# currently only used with dellctl to list tenant volumes
concurrentPowerFlexRequests: "10"

# number, as a string, of concurrent requests for the storage-service to make to PowerScale
# currently only used with dellctl to list tenant volumes
concurrentPowerScaleRequests: "10"

# tracing configuration
# this can be updated on the fly via the csm-config-params configMap
zipkin:
Expand Down

0 comments on commit 99c40a4

Please sign in to comment.