Back to bug 1022795

Who When What Removed Added
Murray Ketchion 2013-10-24 05:24:16 UTC Group qa, support
Praveen Singareddy 2013-10-24 05:31:13 UTC CC psingare
Praveen Singareddy 2013-10-24 05:34:17 UTC Group rhev, support
RHEL Program Management 2013-10-24 05:39:26 UTC Target Release --- 3.3.0
Itamar Heim 2013-10-24 05:58:57 UTC CC mketchio
Whiteboard storage
Flags needinfo?(mketchio)
Murray Ketchion 2013-10-24 06:04:03 UTC Flags needinfo?(mketchio)
Itamar Heim 2013-10-24 06:06:54 UTC Flags needinfo?(mketchio)
Murray Ketchion 2013-10-24 06:11:15 UTC Flags needinfo?(mketchio)
Praveen Singareddy 2013-10-25 02:20:52 UTC CC psingare
Ayal Baron 2013-10-27 08:49:23 UTC Keywords Improvement
Target Release 3.3.0 3.4.0
CC abaron
Red Hat Bugzilla 2013-10-27 08:49:23 UTC Doc Type Bug Fix Enhancement
Murray Ketchion 2013-10-29 01:11:49 UTC Group redhat, qa rhev
Haim 2013-11-03 10:39:10 UTC CC hateya
QA Contact pstehlik acanan
Itamar Heim 2013-12-03 12:14:50 UTC Summary Disk alias recycling in web-admin portal [RFE] Disk alias recycling in web-admin portal
RHEL Program Management 2013-12-03 14:00:35 UTC Keywords FutureFeature
Allon Mureinik 2013-12-25 10:09:46 UTC CC amureini
Assignee nobody amureini
John Skeoch 2014-01-13 01:06:05 UTC CC hateya
John Skeoch 2014-01-13 01:49:44 UTC CC mnapolis
John Skeoch 2014-01-13 01:49:50 UTC CC mketchio
Sean Cohen 2014-01-15 09:05:30 UTC CC gklein, lpeer, scohen
Component ovirt-engine-webadmin-portal RFEs
Sean Cohen 2014-01-26 15:00:36 UTC Target Release 3.4.0 3.5.0
Sean Cohen 2014-01-30 13:24:33 UTC Target Release 3.5.0 ---
Tal Nisan 2014-02-04 15:47:18 UTC Status NEW POST
CC tnisan
Assignee amureini tnisan
Link ID oVirt gerrit 24061
Sean Cohen 2014-02-05 09:27:22 UTC Target Release --- 3.5.0
Tal Nisan 2014-02-09 09:40:49 UTC Status POST MODIFIED
John Skeoch 2014-03-17 02:01:50 UTC CC abaron
Allon Mureinik 2014-04-01 22:27:08 UTC Blocks 1083312
Allon Mureinik 2014-04-01 22:28:04 UTC Blocks 1083312
Depends On 1083312
Sandro Bonazzola 2014-05-16 12:18:22 UTC CC sbonazzo
Sandro Bonazzola 2014-05-16 12:23:56 UTC Status MODIFIED ON_QA
Fixed In Version ovirt-3.5.0-alpha1
Julio Entrena Perez 2014-06-02 13:18:13 UTC CC jentrena
Link ID Red Hat Knowledge Base (Solution) 541273
Itamar Heim 2014-06-12 18:21:23 UTC Summary [RFE] Disk alias recycling in web-admin portal PRD35 - [RFE] Disk alias recycling in web-admin portal
Aharon Canan 2014-06-17 11:42:17 UTC QA Contact acanan kgoldbla
Aharon Canan 2014-06-29 08:32:35 UTC CC acanan
Allon Mureinik 2014-07-24 12:32:52 UTC Target Release 3.5.0 3.4.2
Allon Mureinik 2014-07-24 12:33:39 UTC Keywords ZStream
Aharon Canan 2014-08-21 13:42:33 UTC Blocks 1122932
Target Release 3.4.2 3.5.0
Status ON_QA ASSIGNED
Tal Nisan 2014-08-26 08:44:04 UTC Status ASSIGNED POST
Link ID oVirt gerrit 31931
Tal Nisan 2014-08-26 09:21:55 UTC Status POST MODIFIED
Eyal Edri 2014-09-04 15:59:38 UTC Status MODIFIED ON_QA
Fixed In Version ovirt-3.5.0-alpha1 vt2.2
Michael Napolis 2014-09-04 23:53:00 UTC CC mnapolis
John Skeoch 2014-09-07 23:13:11 UTC CC acathrow rbalakri
Aharon Canan 2014-09-14 06:08:42 UTC Status ON_QA VERIFIED
Joe Donohue 2014-09-18 12:47:55 UTC Blocks 1142923
Joe Donohue 2014-10-23 17:36:46 UTC Blocks 1156162
Joe Donohue 2014-10-23 17:39:55 UTC Blocks 1156165
Joe Donohue 2014-10-23 17:42:09 UTC Blocks 1156162
Tal Nisan 2014-12-01 09:49:52 UTC Doc Text Up until 3.5 when creating a VM disk the UI suggested a default disk alias consisting of the VM name + '_disk' and a number made from the total amount of VM disks plus 1 (for a VM name 'V1' with 3 existing disk the suggestion would have been 'V1_disk4).
This suggestion mode didn't recycle the disks alias correctly since if we deleted 'V1_disk2' the next suggestion would have been 'V1_disk4', this fix changes the suggestion mode to recycle the missing spots in the VM disk aliases.
Yaniv Lavi 2014-12-08 15:25:15 UTC Group rhev redhat
Gordon Watson 2014-12-09 23:07:27 UTC CC gwatson
Gordon Watson 2014-12-09 23:07:49 UTC Flags needinfo?(tnisan)
Yaniv Lavi 2015-01-19 16:14:17 UTC Group redhat
CC ydary
Julie 2015-02-05 03:16:49 UTC CC juwu
Doc Text Up until 3.5 when creating a VM disk the UI suggested a default disk alias consisting of the VM name + '_disk' and a number made from the total amount of VM disks plus 1 (for a VM name 'V1' with 3 existing disk the suggestion would have been 'V1_disk4).
This suggestion mode didn't recycle the disks alias correctly since if we deleted 'V1_disk2' the next suggestion would have been 'V1_disk4', this fix changes the suggestion mode to recycle the missing spots in the VM disk aliases.
Previously, when creating a virtual machine disk , the Administration Portal suggested a default disk alias consisting of 'VMname+_disk+number. The number came from the total amount of virtual machines disks plus 1. For example, for a virtual machine name 'V1' with 3 existing disks, the suggested name was'V1_disk4. However, the suggestion mode didn't recycle disks aliases correctly. If a disk was deleted, the number was not reused. With this update, the suggestion mode recycled the unused numbers to form new virtual machine disk aliases.
errata-xmlrpc 2015-02-11 15:35:26 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2015-02-11 17:55:37 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2015-02-11 12:55:37 UTC
Andrew Dahms 2015-05-12 02:09:24 UTC CC adahms
Doc Text Previously, when creating a virtual machine disk , the Administration Portal suggested a default disk alias consisting of 'VMname+_disk+number. The number came from the total amount of virtual machines disks plus 1. For example, for a virtual machine name 'V1' with 3 existing disks, the suggested name was'V1_disk4. However, the suggestion mode didn't recycle disks aliases correctly. If a disk was deleted, the number was not reused. With this update, the suggestion mode recycled the unused numbers to form new virtual machine disk aliases. Previously, when creating a virtual machine disk, the Administration Portal suggested a default disk alias consisting of 'VMname+_disk+number'. The number came from the total amount of virtual machines disks plus 1. For example, for a virtual machine name 'V1' with 3 existing disks, the suggested name was'V1_disk4. However, the suggestion mode did not recycle disk aliases correctly. If a disk was deleted, the number was not reused. With this update, the suggestion mode recycled the unused numbers to form new virtual machine disk aliases.
Tal Nisan 2015-11-01 11:31:24 UTC Flags needinfo?(tnisan)
Yaniv Lavi 2016-02-10 20:24:04 UTC oVirt Team --- Storage
Gil Klein 2019-04-28 10:42:10 UTC CC gklein

Back to bug 1022795