-
Notifications
You must be signed in to change notification settings - Fork 188
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
Add support for EBS st1 and sc1 volume types. #189
Comments
@gimballock thanks for the heads up. No worry about a PR unless you want to, I should be able to get this done this afternoon or this evening. |
FYI These aren't yet supported in TA yet so I picked some limit labels in On Mon, Jun 27, 2016 at 7:52 AM, Jason Antman notifications@github.com
|
@gimballock these limits are listed in the "Limits" page on the EC2 console (not that that's an indication of what TA will call them: "Max Cold HDD (SC1) Storage in TiB" and "Max Throughput Optimized HDD (ST1) Storage in TiB" (though the API reports in GB, and that's what all of the limit checker stuff uses. Did you want to try your hand at a PR, or should I work on the changes? It turns out my schedule is a bit more busy than I'd thought, and tomorrow evening is probably more likely for a fix and release. |
Yea I'll send you a PR, I have it ready except for these label name changes. On Mon, Jun 27, 2016 at 3:01 PM, Jason Antman notifications@github.com
|
Actually are you sure you want to use 'Max' and (<vol_type>) in the label? On Mon, Jun 27, 2016 at 4:16 PM, Eric Price gimballock@gmail.com wrote:
|
Ok, yours look fine to me. There's already a built-in way of mapping limits that have different names in Trusted Advisor (since TA always runs late...) Thanks! |
This was fixed in #190 and released just now as 0.4.4. Thanks!!!! |
Feature Request
Currently I see the following error when running limit checker:
"ERROR:awslimitchecker.services.ebs:ERROR - unknown volume type 'st1' for volume vol-xxxxxxxx; not counting"
These volume types are fairly recent and the source looks pretty simple to extend. I will attempt to provide a PR for this fix..
The text was updated successfully, but these errors were encountered: