Description of problem: The display of disks in the cold move operation is crunched Version-Release number of selected component (if applicable): ovirt-engine-4.1.1.6-0.1.el7.noarch rhevm-4.1.1.6-0.1.el7.noarch vdsm-4.19.10-1.el7ev.x86_64 How reproducible: 100% Steps to Reproduce: 1. Create Storage Domains with long names like local_on_host1 and local_on_host2 2. Create vm with 3 disks with the name vm_on_local 2. Select all 3 disks via the WebAdmin->VM->Disks and press the 'move' option The target domains are crunched in the display window and are pushed down a line The window cannot be resized either. See Screen shot Actual results: Expected results: Additional info:
Created attachment 1267012 [details] screen shot added screen shot
Note: this also affects copy disk
Created attachment 1281572 [details] copy-disk-screenshot
Created attachment 1288110 [details] 4.1.3 screenshot
Does not currently reproduce on 4.1.2+
I was able to reproduce it on 4.1.2.1 also in 4.1.3. The problem is not in long disk name, but in long storage name in Source column. See screenshot. tested in ovirt-engine-webadmin-portal-4.1.3.4-0.1.el7.noarch
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
Created attachment 1289609 [details] 4.1.3_long_storage_name
OK, so what I missed was that it isn't enough for the name to be long, it has to contain a hyphen which causes a line-break to be inserted because the component isn't set to be nowrap. Thanks Lucie!
Based on comment 6 and comment 7, it seems the description isn't accurate. Benny, can you please change edit the title and add exact steps to reproduce? Also - I see that https://gerrit.ovirt.org/#/c/77750/ is merged to the 4.1 branch. Are we waiting for anything else, or should this BZ be MODIFIED?
Updated steps to reproduce: 1. Create a VM with multiple disks with a long name with hyphens (Like in Lucie's screenshot). 2. Select multiple disks and attempt to move/copy them.
The names are not wrapped and so the table looks good. verified in ovirt-engine-webadmin-portal-4.1.4.1-0.1.el7.noarch Other thing is that there is not visible the whole name and they couldn't be recognized when the name differs only in the end. So I suggest to add hover text there and I created Bug 1472161 for it.