-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Fixing diskIsAttached function #59872
Fixing diskIsAttached function #59872
Conversation
This regression is introduced from the recently merged PR: #59761 |
cc @jeffvance |
77d910a
to
d7c0228
Compare
/assign |
/assign @jingxu97 |
@jingxu97 can you please approve this PR? |
/approve |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BaluDontu, divyenpatel, jeffvance, jingxu97 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these OWNERS Files:
Approvers can indicate their approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
/test pull-kubernetes-verify |
verify-openapi-spec is passing locally.
|
/test pull-kubernetes-verify |
/retest Review the full test history for this PR. Silence the bot with an |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
This PR fixes the
diskIsAttached
function.When disk is detached from the Node, this function was returning true, which results into time out for some vsphere e2e test cases.
Which issue(s) this PR fixes
Fixes #
Special notes for your reviewer:
Executed E2E test to verify failures are resolved with this change.
Release note: