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

AWS: Remove duplicate calls to DescribeInstance during volume operations #39842

Merged
merged 1 commit into from
Jan 18, 2017

Conversation

gnufied
Copy link
Member

@gnufied gnufied commented Jan 13, 2017

This change removes all duplicate calls to describeInstance
from aws volume code path.

What this PR does / why we need it:

This PR removes the duplicate calls present in disk check code paths in AWS. I can confirm that getAWSInstance actually returns all instance information already and hence there is no need of making separate describeInstance call.

Related to - #39526

cc @justinsb @jsafrane

This change removes all duplicate calls to describeInstance
from aws volume code path.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 13, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@k8s-github-robot k8s-github-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. release-note-label-needed labels Jan 13, 2017
@justinsb justinsb changed the title Remove duplicate calls to describeInstance from aws AWS: Remove duplicate calls to DescribeInstance during volume operations Jan 18, 2017
@justinsb justinsb added release-note Denotes a PR that will be considered when it comes time to generate release notes. lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed release-note-label-needed labels Jan 18, 2017
@k8s-github-robot
Copy link

Automatic merge from submit-queue (batch tested with PRs 39625, 39842)

@k8s-github-robot k8s-github-robot merged commit e1fa151 into kubernetes:master Jan 18, 2017
@saad-ali saad-ali added this to the v1.5 milestone Jan 30, 2017
@saad-ali saad-ali added cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. cherrypick-candidate labels Jan 30, 2017
k8s-github-robot pushed a commit that referenced this pull request Jan 31, 2017
…2-upstream-release-1.5

Automatic merge from submit-queue

Automated cherry pick of #39842

Cherry pick of #39842 on release-1.5.

#39842: Remove duplicate calls to describeInstance from aws
@k8s-cherrypick-bot
Copy link

Commit found in the "release-1.5" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants