Bug 1066599
| Summary: | horizon: unclear warning when trying to detach a volume we booted an instance from | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dafna Ron <dron> | ||||
| Component: | python-django-horizon | Assignee: | Julie Pichon <jpichon> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.0 | CC: | aortega, athomas, jpichon, mrunge, nlevinki, nyechiel, yeylon | ||||
| Target Milestone: | Upstream M1 | Keywords: | Triaged | ||||
| Target Release: | 6.0 (Juno) | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | python-django-horizon-2014.2-4.el7ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-02-09 14:55:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Patch to improve the error message was merged in Juno-1 upstream. How to test: ------------ 1. Have a volume attached to an instance 2. Go to the Volumes panel -> Manage Attachments for the volume and try to detach it 3. The messages should mention the volume name rather than the device name (/dev/etc) verified in: python-django-horizon-2014.2.1-5.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0154.html |
Created attachment 864652 [details] screen shot Description of problem: If I boot an instance from a volume and than try to detach the volume this is the warning I get: You have selected "vda on instance Dafna". Please confirm your selection. This action cannot be undone. If we consider that not all user's will be familiar with linux they may not understand that vda in this warning means boot disk. Version-Release number of selected component (if applicable): python-django-horizon-2013.2.2-1.el6ost.noarch How reproducible: 100% Steps to Reproduce: 1. create a volume 2. boot an instance from the volume 3. try to detach the volume (from the volume tab) Actual results: we get a warning: You have selected "vda on instance Dafna". Please confirm your selection. This action cannot be undone. Expected results: I think that this error is clear for linux users but not all target openstack users (mainly end users) know linux and know what vda means. Additional info: