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

rebase: update csi spec to latest release #4203

Merged
merged 3 commits into from
Oct 23, 2023
Merged

Conversation

Madhu-1
Copy link
Collaborator

@Madhu-1 Madhu-1 commented Oct 19, 2023

updating csi spec to v1.9.0 release.

@Madhu-1 Madhu-1 requested review from a team October 19, 2023 07:30
@Madhu-1 Madhu-1 added the rebase update the version of an external component label Oct 19, 2023
@@ -94,3 +94,11 @@ func (cs *DefaultControllerServer) ControllerGetVolume(
) (*csi.ControllerGetVolumeResponse, error) {
return nil, status.Error(codes.Unimplemented, "")
}

// ControllerModifyVolume modifies existing volume.
func (cs *DefaultControllerServer) ControllerModifyVolume(
Copy link
Member

Choose a reason for hiding this comment

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

this is so ugly... Do you know why DefaultControllerServer does not extend/contain the csi.UnimplementedControllerServer so that all these functions can be removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch! this was missing in two places, add it and also removed unwanted methods as well.

@nixpanic nixpanic requested a review from a team October 19, 2023 12:53
@riya-singhal31
Copy link
Contributor

@Mergifyio queue

@mergify
Copy link
Contributor

mergify bot commented Oct 19, 2023

queue

🛑 The pull request has been removed from the queue default

The queue conditions cannot be satisfied due to failing checks.

You can take a look at Queue: Embarked in merge queue check runs for more details.

In case of a failure due to a flaky test, you should first retrigger the CI.
Then, re-embark the pull request into the merge queue by posting the comment
@mergifyio refresh on the pull request.

@mergify mergify bot added the ok-to-test Label to trigger E2E tests label Oct 19, 2023
@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.26

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-cephfs

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.26

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-rbd

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.26

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.28

@ceph-csi-bot ceph-csi-bot removed the ok-to-test Label to trigger E2E tests label Oct 19, 2023
@nixpanic
Copy link
Member

Hmm, all k8s-1.26 jobs failed. That can hardly be coincidence.

But, I guess the issue is fixed. Deploying failed because downloading kubectl.sha256 fails in all cases. It works for me.

@nixpanic
Copy link
Member

/retest ci/centos/mini-e2e/k8s-1.26

@nixpanic
Copy link
Member

/retest ci/centos/mini-e2e-helm/k8s-1.26

@nixpanic
Copy link
Member

/retest ci/centos/k8s-e2e-external-storage/1.26

@nixpanic
Copy link
Member

All k8s-1.26 CI jobs failed again, with downloading kubectl and kubectl.sha256. I can download both URLs on my laptop, over IPv6 and IPv4. There might be a broken proxy for dl.k8s.io that serves the contents to the systems in the CentOS CI. We'll have to retry the jobs later again.

@riya-singhal31
Copy link
Contributor

/retest ci/centos/mini-e2e/k8s-1.26

@riya-singhal31
Copy link
Contributor

/retest ci/centos/mini-e2e-helm/k8s-1.26

@riya-singhal31
Copy link
Contributor

/retest ci/centos/k8s-e2e-external-storage/1.26

updating csi spec to v1.9.0 release

Signed-off-by: Madhu Rajanna <[email protected]>
Add UnimplementedControllerServer to the default
implementation to avoid missing method
error.

Signed-off-by: Madhu Rajanna <[email protected]>
As we are using UnimplementedControllerServer
we dont need to implement mock
methods.

Signed-off-by: Madhu Rajanna <[email protected]>
@mergify mergify bot added the ok-to-test Label to trigger E2E tests label Oct 21, 2023
@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-cephfs

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.26

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-rbd

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.26

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.26

@ceph-csi-bot ceph-csi-bot removed the ok-to-test Label to trigger E2E tests label Oct 21, 2023
@mergify mergify bot merged commit b062479 into ceph:devel Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rebase update the version of an external component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants