Description ------------ The issue of **not** trimming whitespaces was already fixed for volume and brick properties with the bug 1455010. This bug is to request for the same fix on all the user input fields - hostnames, repository names ( comma separated ), package names ( comma separated ). Version-Release number of selected component (if applicable): ------------------------------------------------------------- RHVH 4.1 cockpit-ovirt-dashboard-0.10.7-0.0.23 How reproducible: ----------------- Always Steps to Reproduce: ------------------- 1. While specifying the volume name and brick's mount point, leave a space after specifying the hostname ( or add a whitespace next to package name or repo-name ) Actual results: --------------- The space is passed on the gdeploy config file. Expected results: ----------------- All the text that obtains the input from user should filter out the whitespaces
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.
Please make sure that all the user input fields in cockpit has the whitespaces removed. Fields like repositories & package names can obtain the following values as input: package1, package2 ----- should be corrected as ---> package1,package2 repo1, repo2 ----- should be corrected as ---> repo1,repo2 Also the leading spaces also should be trimmed
Tested with cockpit-ovirt-dashboard-0.10.8-2.0.ovirt41.el7ev.noarch Trim spaces purposefully introduced with hostnames, brick names, and also with package names, repo names are filtered out.