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

1.13 Version update #402

Merged
merged 5 commits into from
Jan 10, 2025
Merged

1.13 Version update #402

merged 5 commits into from
Jan 10, 2025

Conversation

kumarkgosa
Copy link
Contributor

@kumarkgosa kumarkgosa commented Jan 7, 2025

Description

PR to update the versions of Powermax repo from 1.12 to 1.13

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#1559

Checklist:

  • Have you run format,vet & lint checks against your submission?
  • Have you made sure that the code compiles?
  • Did you run the unit & integration tests successfully?
  • Have you maintained at least 90% code coverage?
  • Have you commented your code, particularly in hard-to-understand areas
  • Have you done corresponding changes to the documentation
  • Did you run tests in a real Kubernetes cluster?
  • Backward compatibility is not broken

How Has This Been Tested?

Used nightly tags and deployment is successful.

[root@master-1-0BX8wDGBJidld dell-csi-helm-installer]# ./csi-install.sh --namespace powermax --values ./my-powermax-settings.yaml --helm-charts-version release-v1.13.0
------------------------------------------------------
> Installing CSI Driver: csi-powermax on 1.32
------------------------------------------------------
...........
Warnings:
- The CRD for DellCSIReplicationGroups is not installed. This needs to be installed if you are going to enable replication support
------------------------------------------------------
WARNING:
Kubernetes validation failed but installation can continue.
This may affect driver installation.

Press 'y' to continue or any other key to exit: y
|
|- Installing Driver
Success
  |
  |--> Waiting for Deployment powermax-controller to be ready       Success
  |
  |--> Waiting for DaemonSet powermax-node to be ready              Success
------------------------------------------------------
> Operation complete
------------------------------------------------------
[root@master-1-0BX8wDGBJidld dell-csi-helm-installer]# k get pod -n powermax
NAME                                   READY   STATUS    RESTARTS      AGE
powermax-controller-6d779566ff-qg4r2   6/6     Running   8 (61s ago)   72s
powermax-node-qbqdb                    2/2     Running   1 (41s ago)   72s
powermax-node-spqhf                    2/2     Running   1 (41s ago)   72s
cert-csi test with basic test suites passed.
[root@master-1-0BX8wDGBJidld cert-csi]# ./cert-csi certify --cert-config powermax-config.yaml
[2025-01-09 22:42:08]  INFO Starting cert-csi; ver. 1.6.0
[2025-01-09 22:42:08]  INFO Suites to run with powermax-iscsi-602 storage class:
[2025-01-09 22:42:08]  INFO 1. VolumeIoSuite {volumes: 2, volumeSize: 5Gi chains: 2-2}
[2025-01-09 22:42:08]  INFO 2. ScalingSuite {replicas: 2, volumes: 5, volumeSize: 5Gi}
[2025-01-09 22:42:08]  INFO 3. CloneVolumeSuite {pods: 2, volumes: 1, volumeSize: 5Gi}
[2025-01-09 22:42:08]  INFO 4. VolumeExpansionSuite {pods: 1, volumes: 1, size: 5Gi, expSize: 10Gi, block: false}
[2025-01-09 22:42:08]  INFO 5. VolumeExpansionSuite {pods: 1, volumes: 1, size: 5Gi, expSize: 10Gi, block: true}
[2025-01-09 22:42:08]  INFO 6. MultiAttachSuite {pods: 5, rawBlock: true, size: 5Gi, accMode: ReadWriteMany}
Does it look OK? (Y)es/(n)o
....
[2025-01-09 22:47:30]  INFO Avg time of all:     205.03s
[2025-01-09 22:47:30]  INFO During this run 100.0% of suites succeeded

Dockerfile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
donatwork
donatwork previously approved these changes Jan 8, 2025
santhoshatdell
santhoshatdell previously approved these changes Jan 8, 2025
@santhoshatdell santhoshatdell dismissed stale reviews from donatwork and themself via 686df21 January 9, 2025 15:34
santhoshatdell
santhoshatdell previously approved these changes Jan 9, 2025
@santhoshatdell
Copy link
Contributor

Docker file changes were merged as part of this PR #403

donatwork
donatwork previously approved these changes Jan 9, 2025
@santhoshatdell santhoshatdell dismissed stale reviews from donatwork and themself via 336b94f January 9, 2025 20:57
@donatwork donatwork merged commit 9ce8ced into main Jan 10, 2025
6 checks passed
@donatwork donatwork deleted the csm-1.13-version-updates branch January 10, 2025 02:39
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.

4 participants