Description of problem: The storage domains are not showing in the "Storage" tab Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Create a data center with an underscore in the name (e.g: 4_1) 2.Add an host + a storage domain 3. Select the data center on the left tree, and select the "Storage" tab Actual results: No storage domains in the list Expected results: The storage domain appears in the list Additional info: The issue is in the SQL query, a back slash is added before the underscore: SELECT * FROM ((SELECT distinct storage_domains_for_search.* FROM storage_domains_for_search WHERE '4\_1' ILIKE ANY(string_to_array(storage_domains_for_search.storage_pool_name::text, ','))) ORDER BY storage_name ASC ) as T1 OFFSET (1 -1) LIMIT 100
*** Bug 1419334 has been marked as a duplicate of this bug. ***
*** Bug 1418924 has been marked as a duplicate of this bug. ***
Martin - please see bug 1436378. If Maor's analysis is correct there, I think this BZ needs to retargeted for 4.1.z.
(In reply to Allon Mureinik from comment #4) > Martin - please see bug 1436378. > If Maor's analysis is correct there, I think this BZ needs to retargeted for > 4.1.z. No problem, fix is not that complicated, moving to 4.1.2
*** Bug 1437520 has been marked as a duplicate of this bug. ***
Dear Support, I'm waiting for the 4.1.2 release. Thank you foir your help! Best Regards, Csiga
*** Bug 1436378 has been marked as a duplicate of this bug. ***
Hi oVirt people. Just wanted to add that I'm patiently waiting for this fix as well. The bug affects foreman usability as well: it's no longer possible to create new VM's from within foreman if DC has an underscore in it. So thanks for moving it to 4.1.2! If any workaround is possible, it would be very nice to know as well.
Storages from left menu on DC with underscore are displayed. verified in ovirt-engine-4.1.2-0.1.el7.noarch
*** Bug 1449350 has been marked as a duplicate of this bug. ***