Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StorageCapacityTracking feature changes #236

Merged
merged 13 commits into from
Jul 31, 2023
Merged

Conversation

tssushma
Copy link
Contributor

Is this a new chart?

Yes/No

What this PR does / why we need it:

Support StorageCapacityTracking feature for PowerMax.

Additional context
This feature helps the scheduler to schedule the pod on a node (satisfying the topology constraints) only if the requested capacity is available on the storage array.

Which issue(s) is this PR associated with:

dell/csm#876

Special notes for your reviewer:

Checklist:

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped
  • Variables are documented in the chart README.md
  • Title of the PR starts with the chart name (e.g. [charts_dir/mychartname]) if applicable

Added changes related to StorageCapacityTracking
Added changes related to StorageCapacityTracking
Added changes related to StorageCapacityTracking
Added changes related to StorageCapacityTracking
boyamurthy
boyamurthy previously approved these changes Jul 13, 2023
Copy link
Contributor

@boyamurthy boyamurthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@shanmydell shanmydell self-requested a review July 14, 2023 09:49
shanmydell
shanmydell previously approved these changes Jul 14, 2023

{{- define "csi-powermax.isStorageCapacitySupported" -}}
{{- if eq .Values.storageCapacity.enabled true -}}
{{- if and (eq .Capabilities.KubeVersion.Major "1") (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "25") -}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Storage Capacity Tracking feature was GA in K8s 1.24.
The last condition should be "24" instead of "25"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the version to 24

Storage Capacity Tracking K8s 1.24.
@tssushma tssushma changed the base branch from main to release-v1.8.0 July 17, 2023 09:12
@tssushma tssushma dismissed stale reviews from boyamurthy and suryagupta4 July 17, 2023 09:12

The base branch was changed.

storageCapacity: {{ (include "csi-powermax.isStorageCapacitySupported" .) | default true }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default value will be false.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done changing it

Set the default value to false
suryagupta4
suryagupta4 previously approved these changes Jul 17, 2023
Default value of the StorageCapacityTracking should be true
Default value should be true
shanmydell
shanmydell previously approved these changes Jul 19, 2023
Updated the controller file
Updated csidriver.yaml file
@tssushma
Copy link
Contributor Author

As the StorageCapacity feature is not supported in K8S1.23 and older versions
Done the code changes accordingly.

Done changes related to SCT
Copy link

@meggm meggm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tssushma tssushma merged commit 19e445d into release-v1.8.0 Jul 31, 2023
3 checks passed
atye pushed a commit that referenced this pull request Sep 14, 2023
* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT
atye pushed a commit that referenced this pull request Sep 14, 2023
* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT
atye pushed a commit that referenced this pull request Sep 14, 2023
* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT
atye added a commit that referenced this pull request Sep 14, 2023
* Update CODEOWNERS (#238)

* add powerflex helm chart changes for v1.7.1. (#245)

* add powerflex helm chart changes for v1.7.1.

* add helm chart changes for v1.7.1 release. (#246)

* Skip existing releases (#272)

* updated helm-validations file (#243)

* Powerscale v2.8.0 release (#242)

* Powerscale v2.8.0 release

* Added suppoert container-storage-modules

* Added suppoert container-storage-modules

* recommiting branch due to checks not working

* dummy commit to trigger the checks

* StorageCapacityTracking feature changes (#236)

* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT

* csm-replication: Removed init container usage (#244)

* CSIUnity v2.8.0 release  (#248)

* Updated v2.8.0 unity driver version

* addressed review comments on values.yaml file update

* Added the Volumelimits for Powermax (#240)

Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>

* PowerFlex v2.8.0 release (#250)

* PowerFlex  SDC  updated (#251)

* Adding k8 28 support for powermax (#253)

* Adding K8s1.28 support for PowerFlex (#254)

* K8s 1.28 support unity (#255)

* support k8s v1.28

* support k8s v1.28

* minor typo fixed (#258)

* PowerScale k8s-1.28 support (#260)

* powerstore v2.8.0 & k8s 1.28 support (#262)

* Adding volume limits support for CSIPowerstore

* Adding volume limits support for CSIPowerstore
* Adding maxPowerstoreVolumesPerNode in values.yaml inside container-storage-modules

* Removed duplicate entry for X_CSI_DRIVER_NAME in node.yaml for CSI Powerstore (#273)

* update auth to 1.8 (#271)

* update auth to 1.8

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Updating podmon to 1.7

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Update Observability values file for Authorization sidecar image version

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>

* Update Authorization images version (#277)

* Updated replication controller/replicator/migrator/rescanner SC image versions for CSM v1.8.0 (#278)

* Updated csi-metadata-retriever version to 1.5.0 for CSI Powerstore (#280)

* Update Observability image versions for CSM 1.8. (#281)

* Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)

Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>

* removed externalAccess from powerflex manifests. (#283)

* [charts/cosi] add COSI driver helm chart (#267)

* add cosi driver helm chart

* add cosi specific linters

* remove go mod from cosi linters

* fix typos

* add cosi-ct-config.yaml

* change workflow name

* change log levels in cosi chart

* update actions

* change name from cosi-driver to cosi

* add kubelinter for all charts

* revert kubelinter

* change log levels in chart's template

---------

Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>

* Revert "Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)" (#284)

This reverts commit c1dd93b.

* [charts/container-storage-modules]: Uncomment Resiliency arguments (#287)

* uncomment resiliency args

* fix spacing

* correct cosi log level setting (#288)

* [charts/container-storage-modules]: new keys added for PowerFlex driver (#286)

* PowerFlex new keys added

* NFS ACL parameter removed (#289)

* Adding new fields for powermax (#290)

* bumped csi-volumegroup-snapshotter version (#292)

* reset the CSM helm chart to main branch (#293)

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Co-authored-by: VamsiSiddu-7 <103578883+VamsiSiddu-7@users.noreply.github.com>
Co-authored-by: chaganti-rajitha <111744573+chaganti-rajitha@users.noreply.github.com>
Co-authored-by: HarishH-DELL <109663924+HarishH-DELL@users.noreply.github.com>
Co-authored-by: tssushma <98810659+tssushma@users.noreply.github.com>
Co-authored-by: Santhosh Lakshmanan <111809751+santhoshatdell@users.noreply.github.com>
Co-authored-by: karthikk92 <92289639+karthikk92@users.noreply.github.com>
Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com>
Co-authored-by: boyamurthy <92081029+boyamurthy@users.noreply.github.com>
Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Co-authored-by: Rajshree Khare <69839943+khareRajshree@users.noreply.github.com>
Co-authored-by: Nitesh-Rewatkar <90749010+nitesh3108@users.noreply.github.com>
Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>
Co-authored-by: alankar-verma <125348121+alankar-verma@users.noreply.github.com>
Co-authored-by: aqu-dell <108017114+arnchiequ-dell@users.noreply.github.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>
Co-authored-by: alikdell <52920355+alikdell@users.noreply.github.com>
Co-authored-by: Don Khan <don.khan@dell.com>
Co-authored-by: mdutka-dell <115641913+mdutka-dell@users.noreply.github.com>
Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com>
Co-authored-by: Rishabh Raj <120644626+rishabhatdell@users.noreply.github.com>
Co-authored-by: Niranjan N <110103643+niranjan-n1@users.noreply.github.com>
atye pushed a commit that referenced this pull request Sep 15, 2023
* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT
shaynafinocchiaro added a commit that referenced this pull request Sep 20, 2023
* updated helm-validations file (#243)

* Powerscale v2.8.0 release (#242)

* Powerscale v2.8.0 release

* Added suppoert container-storage-modules

* Added suppoert container-storage-modules

* recommiting branch due to checks not working

* dummy commit to trigger the checks

* StorageCapacityTracking feature changes (#236)

* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT

* csm-replication: Removed init container usage (#244)

* CSIUnity v2.8.0 release  (#248)

* Updated v2.8.0 unity driver version

* addressed review comments on values.yaml file update

* Added the Volumelimits for Powermax (#240)

Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>

* PowerFlex v2.8.0 release (#250)

* PowerFlex  SDC  updated (#251)

* Adding k8 28 support for powermax (#253)

* Adding K8s1.28 support for PowerFlex (#254)

* K8s 1.28 support unity (#255)

* support k8s v1.28

* support k8s v1.28

* minor typo fixed (#258)

* PowerScale k8s-1.28 support (#260)

* powerstore v2.8.0 & k8s 1.28 support (#262)

* Adding volume limits support for CSIPowerstore

* Adding volume limits support for CSIPowerstore
* Adding maxPowerstoreVolumesPerNode in values.yaml inside container-storage-modules

* Removed duplicate entry for X_CSI_DRIVER_NAME in node.yaml for CSI Powerstore (#273)

* update auth to 1.8 (#271)

* update auth to 1.8

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Updating podmon to 1.7

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Update Observability values file for Authorization sidecar image version

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>

* Update Authorization images version (#277)

* Updated replication controller/replicator/migrator/rescanner SC image versions for CSM v1.8.0 (#278)

* Updated csi-metadata-retriever version to 1.5.0 for CSI Powerstore (#280)

* Update Observability image versions for CSM 1.8. (#281)

* Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)

Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>

* updated chart version (#282)

* removed externalAccess from powerflex manifests. (#283)

* [charts/cosi] add COSI driver helm chart (#267)

* add cosi driver helm chart

* add cosi specific linters

* remove go mod from cosi linters

* fix typos

* add cosi-ct-config.yaml

* change workflow name

* change log levels in cosi chart

* update actions

* change name from cosi-driver to cosi

* add kubelinter for all charts

* revert kubelinter

* change log levels in chart's template

---------

Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>

* Revert "Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)" (#284)

This reverts commit c1dd93b.

* [charts/container-storage-modules]: Uncomment Resiliency arguments (#287)

* uncomment resiliency args

* fix spacing

* correct cosi log level setting (#288)

* [charts/container-storage-modules]: new keys added for PowerFlex driver (#286)

* PowerFlex new keys added

* NFS ACL parameter removed (#289)

* Adding new fields for powermax (#290)

* bumped csi-volumegroup-snapshotter version (#292)

* reset the CSM helm chart to main branch (#293)

* [feature-885]: Add workflow update to release branch (#297)

* Update CODEOWNERS (#238)

* add powerflex helm chart changes for v1.7.1. (#245)

* add powerflex helm chart changes for v1.7.1.

* add helm chart changes for v1.7.1 release. (#246)

* Skip existing releases (#272)

* updated helm-validations file (#243)

* Powerscale v2.8.0 release (#242)

* Powerscale v2.8.0 release

* Added suppoert container-storage-modules

* Added suppoert container-storage-modules

* recommiting branch due to checks not working

* dummy commit to trigger the checks

* StorageCapacityTracking feature changes (#236)

* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT

* csm-replication: Removed init container usage (#244)

* CSIUnity v2.8.0 release  (#248)

* Updated v2.8.0 unity driver version

* addressed review comments on values.yaml file update

* Added the Volumelimits for Powermax (#240)

Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>

* PowerFlex v2.8.0 release (#250)

* PowerFlex  SDC  updated (#251)

* Adding k8 28 support for powermax (#253)

* Adding K8s1.28 support for PowerFlex (#254)

* K8s 1.28 support unity (#255)

* support k8s v1.28

* support k8s v1.28

* minor typo fixed (#258)

* PowerScale k8s-1.28 support (#260)

* powerstore v2.8.0 & k8s 1.28 support (#262)

* Adding volume limits support for CSIPowerstore

* Adding volume limits support for CSIPowerstore
* Adding maxPowerstoreVolumesPerNode in values.yaml inside container-storage-modules

* Removed duplicate entry for X_CSI_DRIVER_NAME in node.yaml for CSI Powerstore (#273)

* update auth to 1.8 (#271)

* update auth to 1.8

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Updating podmon to 1.7

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Update Observability values file for Authorization sidecar image version

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>

* Update Authorization images version (#277)

* Updated replication controller/replicator/migrator/rescanner SC image versions for CSM v1.8.0 (#278)

* Updated csi-metadata-retriever version to 1.5.0 for CSI Powerstore (#280)

* Update Observability image versions for CSM 1.8. (#281)

* Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)

Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>

* removed externalAccess from powerflex manifests. (#283)

* [charts/cosi] add COSI driver helm chart (#267)

* add cosi driver helm chart

* add cosi specific linters

* remove go mod from cosi linters

* fix typos

* add cosi-ct-config.yaml

* change workflow name

* change log levels in cosi chart

* update actions

* change name from cosi-driver to cosi

* add kubelinter for all charts

* revert kubelinter

* change log levels in chart's template

---------

Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>

* Revert "Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)" (#284)

This reverts commit c1dd93b.

* [charts/container-storage-modules]: Uncomment Resiliency arguments (#287)

* uncomment resiliency args

* fix spacing

* correct cosi log level setting (#288)

* [charts/container-storage-modules]: new keys added for PowerFlex driver (#286)

* PowerFlex new keys added

* NFS ACL parameter removed (#289)

* Adding new fields for powermax (#290)

* bumped csi-volumegroup-snapshotter version (#292)

* reset the CSM helm chart to main branch (#293)

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Co-authored-by: VamsiSiddu-7 <103578883+VamsiSiddu-7@users.noreply.github.com>
Co-authored-by: chaganti-rajitha <111744573+chaganti-rajitha@users.noreply.github.com>
Co-authored-by: HarishH-DELL <109663924+HarishH-DELL@users.noreply.github.com>
Co-authored-by: tssushma <98810659+tssushma@users.noreply.github.com>
Co-authored-by: Santhosh Lakshmanan <111809751+santhoshatdell@users.noreply.github.com>
Co-authored-by: karthikk92 <92289639+karthikk92@users.noreply.github.com>
Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com>
Co-authored-by: boyamurthy <92081029+boyamurthy@users.noreply.github.com>
Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Co-authored-by: Rajshree Khare <69839943+khareRajshree@users.noreply.github.com>
Co-authored-by: Nitesh-Rewatkar <90749010+nitesh3108@users.noreply.github.com>
Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>
Co-authored-by: alankar-verma <125348121+alankar-verma@users.noreply.github.com>
Co-authored-by: aqu-dell <108017114+arnchiequ-dell@users.noreply.github.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>
Co-authored-by: alikdell <52920355+alikdell@users.noreply.github.com>
Co-authored-by: Don Khan <don.khan@dell.com>
Co-authored-by: mdutka-dell <115641913+mdutka-dell@users.noreply.github.com>
Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com>
Co-authored-by: Rishabh Raj <120644626+rishabhatdell@users.noreply.github.com>
Co-authored-by: Niranjan N <110103643+niranjan-n1@users.noreply.github.com>

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: chaganti-rajitha <111744573+chaganti-rajitha@users.noreply.github.com>
Co-authored-by: HarishH-DELL <109663924+HarishH-DELL@users.noreply.github.com>
Co-authored-by: tssushma <98810659+tssushma@users.noreply.github.com>
Co-authored-by: Santhosh Lakshmanan <111809751+santhoshatdell@users.noreply.github.com>
Co-authored-by: karthikk92 <92289639+karthikk92@users.noreply.github.com>
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com>
Co-authored-by: boyamurthy <92081029+boyamurthy@users.noreply.github.com>
Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Co-authored-by: Rajshree Khare <69839943+khareRajshree@users.noreply.github.com>
Co-authored-by: Nitesh-Rewatkar <90749010+nitesh3108@users.noreply.github.com>
Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>
Co-authored-by: alankar-verma <125348121+alankar-verma@users.noreply.github.com>
Co-authored-by: aqu-dell <108017114+arnchiequ-dell@users.noreply.github.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>
Co-authored-by: alikdell <52920355+alikdell@users.noreply.github.com>
Co-authored-by: Don Khan <don.khan@dell.com>
Co-authored-by: Niranjan N <110103643+niranjan-n1@users.noreply.github.com>
Co-authored-by: VamsiSiddu-7 <103578883+VamsiSiddu-7@users.noreply.github.com>
Co-authored-by: mdutka-dell <115641913+mdutka-dell@users.noreply.github.com>
Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com>
Co-authored-by: Rishabh Raj <120644626+rishabhatdell@users.noreply.github.com>
atye added a commit that referenced this pull request Jan 11, 2024
* updated helm-validations file (#243)

* Powerscale v2.8.0 release (#242)

* Powerscale v2.8.0 release

* Added suppoert container-storage-modules

* Added suppoert container-storage-modules

* recommiting branch due to checks not working

* dummy commit to trigger the checks

* StorageCapacityTracking feature changes (#236)

* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT

* csm-replication: Removed init container usage (#244)

* CSIUnity v2.8.0 release  (#248)

* Updated v2.8.0 unity driver version

* addressed review comments on values.yaml file update

* Added the Volumelimits for Powermax (#240)

Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>

* PowerFlex v2.8.0 release (#250)

* PowerFlex  SDC  updated (#251)

* Adding k8 28 support for powermax (#253)

* Adding K8s1.28 support for PowerFlex (#254)

* K8s 1.28 support unity (#255)

* support k8s v1.28

* support k8s v1.28

* minor typo fixed (#258)

* PowerScale k8s-1.28 support (#260)

* powerstore v2.8.0 & k8s 1.28 support (#262)

* Adding volume limits support for CSIPowerstore

* Adding volume limits support for CSIPowerstore
* Adding maxPowerstoreVolumesPerNode in values.yaml inside container-storage-modules

* Removed duplicate entry for X_CSI_DRIVER_NAME in node.yaml for CSI Powerstore (#273)

* update auth to 1.8 (#271)

* update auth to 1.8

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Updating podmon to 1.7

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Update Observability values file for Authorization sidecar image version

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>

* Update Authorization images version (#277)

* Updated replication controller/replicator/migrator/rescanner SC image versions for CSM v1.8.0 (#278)

* Updated csi-metadata-retriever version to 1.5.0 for CSI Powerstore (#280)

* Update Observability image versions for CSM 1.8. (#281)

* Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)

Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>

* updated chart version (#282)

* removed externalAccess from powerflex manifests. (#283)

* [charts/cosi] add COSI driver helm chart (#267)

* add cosi driver helm chart

* add cosi specific linters

* remove go mod from cosi linters

* fix typos

* add cosi-ct-config.yaml

* change workflow name

* change log levels in cosi chart

* update actions

* change name from cosi-driver to cosi

* add kubelinter for all charts

* revert kubelinter

* change log levels in chart's template

---------

Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>

* Revert "Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)" (#284)

This reverts commit c1dd93b.

* [charts/container-storage-modules]: Uncomment Resiliency arguments (#287)

* uncomment resiliency args

* fix spacing

* correct cosi log level setting (#288)

* [charts/container-storage-modules]: new keys added for PowerFlex driver (#286)

* PowerFlex new keys added

* NFS ACL parameter removed (#289)

* Adding new fields for powermax (#290)

* bumped csi-volumegroup-snapshotter version (#292)

* reset the CSM helm chart to main branch (#293)

* [feature-885]: Add workflow update to release branch (#297)

* Update CODEOWNERS (#238)

* add powerflex helm chart changes for v1.7.1. (#245)

* add powerflex helm chart changes for v1.7.1.

* add helm chart changes for v1.7.1 release. (#246)

* Skip existing releases (#272)

* updated helm-validations file (#243)

* Powerscale v2.8.0 release (#242)

* Powerscale v2.8.0 release

* Added suppoert container-storage-modules

* Added suppoert container-storage-modules

* recommiting branch due to checks not working

* dummy commit to trigger the checks

* StorageCapacityTracking feature changes (#236)

* Update _helpers.tpl

Added changes related to StorageCapacityTracking

* Update controller.yaml

Added changes related to StorageCapacityTracking

* Update csidriver.yaml

Added changes related to StorageCapacityTracking

* Update values.yaml

Added changes related to StorageCapacityTracking

* Update _helpers.tpl

Storage Capacity Tracking K8s 1.24.

* Update values.yaml

Changed the version to v1.24

* Update csidriver.yaml

Set the default value to false

* Update controller.yaml

Default value of the StorageCapacityTracking should be true

* Update csidriver.yaml

Default value should be true

* Update controller.yaml

Updated the controller file

* Update csidriver.yaml

Updated csidriver.yaml file

* Update controller.yaml

Done changes related to SCT

* csm-replication: Removed init container usage (#244)

* CSIUnity v2.8.0 release  (#248)

* Updated v2.8.0 unity driver version

* addressed review comments on values.yaml file update

* Added the Volumelimits for Powermax (#240)

Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>

* PowerFlex v2.8.0 release (#250)

* PowerFlex  SDC  updated (#251)

* Adding k8 28 support for powermax (#253)

* Adding K8s1.28 support for PowerFlex (#254)

* K8s 1.28 support unity (#255)

* support k8s v1.28

* support k8s v1.28

* minor typo fixed (#258)

* PowerScale k8s-1.28 support (#260)

* powerstore v2.8.0 & k8s 1.28 support (#262)

* Adding volume limits support for CSIPowerstore

* Adding volume limits support for CSIPowerstore
* Adding maxPowerstoreVolumesPerNode in values.yaml inside container-storage-modules

* Removed duplicate entry for X_CSI_DRIVER_NAME in node.yaml for CSI Powerstore (#273)

* update auth to 1.8 (#271)

* update auth to 1.8

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Updating podmon to 1.7

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>

* Update Observability values file for Authorization sidecar image version

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>

* Update Authorization images version (#277)

* Updated replication controller/replicator/migrator/rescanner SC image versions for CSM v1.8.0 (#278)

* Updated csi-metadata-retriever version to 1.5.0 for CSI Powerstore (#280)

* Update Observability image versions for CSM 1.8. (#281)

* Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)

Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>

* removed externalAccess from powerflex manifests. (#283)

* [charts/cosi] add COSI driver helm chart (#267)

* add cosi driver helm chart

* add cosi specific linters

* remove go mod from cosi linters

* fix typos

* add cosi-ct-config.yaml

* change workflow name

* change log levels in cosi chart

* update actions

* change name from cosi-driver to cosi

* add kubelinter for all charts

* revert kubelinter

* change log levels in chart's template

---------

Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>

* Revert "Adding CSI Powerstore driver’s effective pod security profile for supporting ephemeral volumes as part of Openshift 4.13 support (#261)" (#284)

This reverts commit c1dd93b.

* [charts/container-storage-modules]: Uncomment Resiliency arguments (#287)

* uncomment resiliency args

* fix spacing

* correct cosi log level setting (#288)

* [charts/container-storage-modules]: new keys added for PowerFlex driver (#286)

* PowerFlex new keys added

* NFS ACL parameter removed (#289)

* Adding new fields for powermax (#290)

* bumped csi-volumegroup-snapshotter version (#292)

* reset the CSM helm chart to main branch (#293)

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Co-authored-by: VamsiSiddu-7 <103578883+VamsiSiddu-7@users.noreply.github.com>
Co-authored-by: chaganti-rajitha <111744573+chaganti-rajitha@users.noreply.github.com>
Co-authored-by: HarishH-DELL <109663924+HarishH-DELL@users.noreply.github.com>
Co-authored-by: tssushma <98810659+tssushma@users.noreply.github.com>
Co-authored-by: Santhosh Lakshmanan <111809751+santhoshatdell@users.noreply.github.com>
Co-authored-by: karthikk92 <92289639+karthikk92@users.noreply.github.com>
Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com>
Co-authored-by: boyamurthy <92081029+boyamurthy@users.noreply.github.com>
Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Co-authored-by: Rajshree Khare <69839943+khareRajshree@users.noreply.github.com>
Co-authored-by: Nitesh-Rewatkar <90749010+nitesh3108@users.noreply.github.com>
Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>
Co-authored-by: alankar-verma <125348121+alankar-verma@users.noreply.github.com>
Co-authored-by: aqu-dell <108017114+arnchiequ-dell@users.noreply.github.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>
Co-authored-by: alikdell <52920355+alikdell@users.noreply.github.com>
Co-authored-by: Don Khan <don.khan@dell.com>
Co-authored-by: mdutka-dell <115641913+mdutka-dell@users.noreply.github.com>
Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com>
Co-authored-by: Rishabh Raj <120644626+rishabhatdell@users.noreply.github.com>
Co-authored-by: Niranjan N <110103643+niranjan-n1@users.noreply.github.com>

---------

Signed-off-by: arnchiequ-dell <arnchie.qu@dell.com>
Co-authored-by: chaganti-rajitha <111744573+chaganti-rajitha@users.noreply.github.com>
Co-authored-by: HarishH-DELL <109663924+HarishH-DELL@users.noreply.github.com>
Co-authored-by: tssushma <98810659+tssushma@users.noreply.github.com>
Co-authored-by: Santhosh Lakshmanan <111809751+santhoshatdell@users.noreply.github.com>
Co-authored-by: karthikk92 <92289639+karthikk92@users.noreply.github.com>
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com>
Co-authored-by: boyamurthy <92081029+boyamurthy@users.noreply.github.com>
Co-authored-by: panigs7 <92028646+panigs7@users.noreply.github.com>
Co-authored-by: Rajshree Khare <69839943+khareRajshree@users.noreply.github.com>
Co-authored-by: Nitesh-Rewatkar <90749010+nitesh3108@users.noreply.github.com>
Co-authored-by: Surya Gupta <109594002+suryagupta4@users.noreply.github.com>
Co-authored-by: alankar-verma <125348121+alankar-verma@users.noreply.github.com>
Co-authored-by: aqu-dell <108017114+arnchiequ-dell@users.noreply.github.com>
Co-authored-by: Alik Saring <alik.saring@dell.com>
Co-authored-by: alikdell <52920355+alikdell@users.noreply.github.com>
Co-authored-by: Don Khan <don.khan@dell.com>
Co-authored-by: Niranjan N <110103643+niranjan-n1@users.noreply.github.com>
Co-authored-by: VamsiSiddu-7 <103578883+VamsiSiddu-7@users.noreply.github.com>
Co-authored-by: mdutka-dell <115641913+mdutka-dell@users.noreply.github.com>
Co-authored-by: mtrajfacki-dell <115641731+mtrajfacki-dell@users.noreply.github.com>
Co-authored-by: shaynafinocchiaro <66699024+shaynafinocchiaro@users.noreply.github.com>
Co-authored-by: Rishabh Raj <120644626+rishabhatdell@users.noreply.github.com>
@anandrajak1 anandrajak1 deleted the STC-changes branch October 17, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants