Bug #2290
Sunstone problem when attaching disks
Status: | Closed | Start date: | 09/02/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Tino Vázquez | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 4.4 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
Steps to reproduce:
1) Attach a named image
2) Attach a new volatile disk
In step (2), instead of adding the volatile disk, it will attach again the named image attached in step (1).
Associated revisions
Bug #2290: Now refresh after successful attach/detach won't fail
Bug #2290: Switch from input to label to VM and DISK ID values in different VM dialogs, so value is not lost upon datatable refresh
Bug #2290: Fix typo
Bug #2290: Clear hidden pane before attaching imge to VM disk
Bug #2290: Clear hidden pane before attaching imge to VM disk
(cherry picked from commit 5528686aa63991aab53c845158ffd2734cc00ab6)
Bug #2290: Switch from input to label to VM and DISK ID values in different VM dialogs, so value is not lost upon datatable refresh
(cherry picked from commit e3e8a19f3e673ce138b2c2b890dc88a21f1835d4)
Bug #2290: Now refresh after successful attach/detach won't fail
(cherry picked from commit bf5d2380566bd5fad47623d6594831c18bee6bbd)
Bug #2290: Fix typo
(cherry picked from commit f77ec81fb87bdd79f42d30f5aacdc9419acddb9c)
History
#1 Updated by Tino Vázquez almost 8 years ago
- Status changed from New to Closed
- Assignee set to Tino Vázquez
- % Done changed from 0 to 100
Clear hidden pane before attaching image to VM disk.
#2 Updated by Tino Vázquez over 7 years ago
- Resolution set to fixed
#3 Updated by Rolandas Naujikas over 7 years ago
Hi,
I found a mistake in Revisions 3296d120 and e3e8a19f.
There should be "text" not "twzt" :-)
The result os this mistake is that pressing "Snapshot" on VM disk is redirected to error page.
Regards, Rolandas
#4 Updated by Tino Vázquez over 7 years ago
A cherry-pick of the typo was missing to branch one-4.2. It should be fine now in master and one-4.2.
Thanks a lor Rolandas for the heads-up!