-
Notifications
You must be signed in to change notification settings - Fork 148
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
Assert NodePublishVolume behavior for single node single writer volumes #421
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chrishenzie The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1f0125d
to
143bfa9
Compare
/retest |
I think this will continue failing until we've updated the hostpath driver version to v1.11, but we'll need to cut a release of it first |
143bfa9
to
ed56374
Compare
ed56374
to
9af9538
Compare
It looks like it failed because:
Bumped the go version to 1.19 and testing now |
Not seeing where the error is originating from |
9af9538
to
29e312a
Compare
/retest |
New release-tools, new errors.
I did not dig further |
Ensure that a single node single writer volume cannot be mounted at two different target paths on the same node. See the second table in the NodePublishVolume section of the CSI spec for more details: https://github.com/container-storage-interface/spec/blob/v1.7.0/spec.md#nodepublishvolume
29e312a
to
89676a6
Compare
@chrishenzie: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale I have a partially implemented test, just needs debugging |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds a test case that asserts
SINGLE_NODE_SINGLE_WRITER
volumes can only be published at one target path on a node.Which issue(s) this PR fixes:
Fixes #420
Special notes for your reviewer:
Does this PR introduce a user-facing change?: