-
-
Notifications
You must be signed in to change notification settings - Fork 554
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 delete action fails due to device requirement #244
Comments
Additional Notes: If I specify If I specify Seems like I should be able to not have to specify |
I am encountering the same error message when attempting to execute the :snapshot action on an EBS volume. This occurred immediately after updating the version of the aws cookbook from version 2.7.2, to 2.9.2 in our environments. I am running chef-client version 12.6.0 . Is it known whether this same behavior occurs in later versions of the aws cookbbok? Should specifying a 'device' be required when creating a snapshot? |
I confirmed that specifying the device as an empty string, as mentioned above, resolves this issue, when executing the :snapshot action. |
This fails in a new/different way now. I've been looking into it. Thanks for reporting the issue. |
Any chance this can get fixed? I tried to delete a volume and it says "Cannot delete volume vol-XXXX as it is currently attached to 1 node(s)". If I'm deattaching it first, then I'm getting Is there a way to deattach and delete the volume? |
Cookbook version
3.3.3
Chef-client version
12.10.24
Platform Details
aws opsworks
Scenario:
aws_ebs_volume
action :delete
Steps to Reproduce:
Expected Result:
delete succeeds
Actual Result:
The text was updated successfully, but these errors were encountered: