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

ebs_volume_type missing parameters when set to 'io1' #157

Closed
gmiranda23 opened this issue Jun 8, 2015 · 1 comment
Closed

ebs_volume_type missing parameters when set to 'io1' #157

gmiranda23 opened this issue Jun 8, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@gmiranda23
Copy link

Using the following block_device mappings produces an error:

block_device_mappings:
  - ebs_device_name: /dev/sdb
    ebs_volume_type: io1
    ebs_virtual_name: test
    ebs_volume_size: 8
    ebs_delete_on_termination: true
$ bundle exec kitchen setup
-----> Starting Kitchen (v1.4.1.dev)
-----> Creating <default-centos-7>...
       Creating <>...

\>>>>>> ------Exception-------
\>>>>>> Class: Kitchen::ActionFailed
\>>>>>> Message: Failed to complete #create action: [The parameter iops must be specified for io1 volumes.]
\>>>>>> ----------------------
\>>>>>> Please see .kitchen/logs/kitchen.log for more details
\>>>>>> Also try running `kitchen diagnose --all` for configuration

I'm unable to find how that parameter should be set.

@tyler-ball
Copy link
Contributor

@gmiranda23 They're talking about the iops parameter from http://docs.aws.amazon.com/sdkforruby/api/Aws/EC2/Client.html#create_image-instance_method - thanks for report, working on a PR now

@tyler-ball tyler-ball self-assigned this Jun 23, 2015
@tyler-ball tyler-ball added this to the 0.10.0 milestone Jun 23, 2015
tyler-ball added a commit that referenced this issue Jun 24, 2015
Adding block_device_mapping iops parameter, fixes #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants