We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@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
iops
Sorry, something went wrong.
Merge pull request #165 from test-kitchen/tball/iops
633108f
Adding block_device_mapping iops parameter, fixes #157
tyler-ball
No branches or pull requests
Using the following block_device mappings produces an error:
I'm unable to find how that parameter should be set.
The text was updated successfully, but these errors were encountered: