-
Notifications
You must be signed in to change notification settings - Fork 813
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
Fix p4d.24xlarge reporting wrong volume limit #2353
base: master
Are you sure you want to change the base?
Conversation
Code Coverage Diff
|
e6ec0c5
to
b599f5f
Compare
d56113a
to
0dea4dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
p4de.24xlarge
probably suffers from the same defect, but until we're sure we shouldn't change it as that could cause stalled all mounts, and the docs claim it's a shared limit
0dea4dc
to
20599fc
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
20599fc
to
87f6f7b
Compare
New changes are detected. LGTM label has been removed. |
What type of PR is this?
/kind bug
What is this PR about? / Why do we need it?
fixes #2301
How was this change tested?
Eddie manually attached 28 volumes to a p4d.24xlarge and the public docs have been updated to show it can have 28 ebs volumes attached see https://docs.aws.amazon.com/ec2/latest/instancetypes/ac.html#ac_storage-ebs
Does this PR introduce a user-facing change?