Created attachment 1277367 [details] editing only volume name Description of problem: Version-Release number of selected component (if applicable): 5.8.0.13 How reproducible: Always Steps to Reproduce: 1. Have and block storage volume with type gp2 2. Edit it and change its name 3. Actual results: Attached in screenshot Expected results: I should be able to edit only volume name. Additional info:
The name should be changed, despite the error message. Can you verify this by manually refreshing or checking in your AWS console? I think I know what is causing this, so I'll try to come around it.
Fixed in https://github.com/ManageIQ/manageiq-providers-amazon/pull/249. As said before, the name was actually changed in EBS (checked via console), but the volume modification (type, size, iops) failed because no changes were made. The above change fixes the way we are checking whether the modification should be done at all (the name will be modified in all cases). There is one important caveat: when changing an `io1` volume type, this error could occur in case the user would enter the same IOPS as the currently configured volume. The problem is that we are currently not collecting the IOPS data from Amazon (https://github.com/ManageIQ/manageiq-providers-amazon/pull/211 was unfortunately submitted too late and is currently not marked as a blocker).
Verified in 5.9.0.8. I can change only name too.