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

ec2_lc: fix state doc matching arg_spec #40792

Merged
merged 2 commits into from
May 30, 2018
Merged

ec2_lc: fix state doc matching arg_spec #40792

merged 2 commits into from
May 30, 2018

Conversation

resmo
Copy link
Contributor

@resmo resmo commented May 28, 2018

SUMMARY

fixes doc of ec2_lc to match arg spec, see https://github.com/ansible/ansible/pull/40792/files#diff-227ec68592e782f403eac767c026e73bR605

ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
COMPONENT NAME

ec2_lc

ANSIBLE VERSION
2.5
ADDITIONAL INFORMATION

@ansibot
Copy link
Contributor

ansibot commented May 28, 2018

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 aws bug This issue/PR relates to a bug. cloud committer_review In order to be merged, this PR must follow the certified review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:certified This issue/PR relates to certified code. labels May 28, 2018
@s-hertel s-hertel removed the needs_triage Needs a first human triage before being processed. label May 29, 2018
@@ -389,6 +389,7 @@


def create_block_device_meta(module, volume):
# TODO seems unused, remove?
Copy link
Contributor

@s-hertel s-hertel May 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, +1 to remove that. It looks like it was added 4 years ago and wasn't even used then, and handling the IOPS ratio would be a new feature to the module (they were referring to ...ratio has been increased from 10:1 to 30:1 on https://aws.amazon.com/about-aws/whats-new/2013/10/09/ebs-provisioned-iops-maximum-iops-gb-ratio-increased-to-30-1/). IOPS is specified as a value in volume and relevant values for the module are ranges from 100-20000 IOPS for io1 volumes and 100-10000 IOPS for gp2 volumes.

@s-hertel s-hertel merged commit 4006f1b into ansible:devel May 30, 2018
@resmo resmo deleted the fix/ec2_lc_doc branch May 30, 2018 17:21
jacum pushed a commit to jacum/ansible that referenced this pull request Jun 26, 2018
* ec2_lc: fix state doc matching arg_spec

* Remove unused variable
@ansible ansible locked and limited conversation to collaborators May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 aws bug This issue/PR relates to a bug. cloud committer_review In order to be merged, this PR must follow the certified review workflow. module This issue/PR relates to a module. support:certified This issue/PR relates to certified code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants