Created attachment 1214655 [details] screenshot Description of problem: When trying to attach an Openstack volume using CF. The drop down list of available volumes should automatically exclude unavailable volumes. This will help customers avoid the pitfalls of accidentally selecting a volume that cannot be mounted. Version-Release number of selected component (if applicable): 5.7.0.7-beta1.20161025153249_9376fbd How reproducible: 100% Steps to Reproduce: 1. navigate to an openstack vm 2. click on attach volume Actual results: you are presented with a list of volumes (some of them are available and some of them are not) Expected results: The drop down should automatically exclude volumes that it cannot mount Additional info: Unable to attach Cloud Volume "docker-vg" to gluster2: Invalid volume: status must be 'available'
I've written a patch to address this by hiding unavailable volumes on the form and disabling the button to enter the form no volumes are available at all. See here: https://github.com/ManageIQ/manageiq/pull/13126
Ronnie can you please retest this and see if this is still an issue.
Related PRs: https://github.com/ManageIQ/manageiq/pull/13413 https://github.com/ManageIQ/manageiq-ui-classic/pull/110
verified on 5.8.0.6