Hide Forgot
Description of problem: When creating a Storage domain using an export path that's already used within the same system for another storage domain, the error message relates to the name of the existing domain and not to the export path. Version-Release number of selected component (if applicable): commit f39b5334905028395932f6a0155f1c48ecc12b62 How reproducible: 100% Steps to Reproduce: 1.Create a new Data/NFS Storage Domain. Say we name it s1. 2.Create a new Data/NFS Storage Domain with the same export path as above. Actual results: Error message - Create operation failed. Domain s1 already exists in the system. Expected results: An error message reflecting the fact that the path is already used in the system is a lot clearer than the mentioning of a named storage domain. Suggestion: Create operation failed. Export path already exists in the system. (maybe add the used path itself as well). Additional info:
Fixed by commit http://gerrit.ovirt.org/#/c/31549/ webadmin: clarify error message on storage creation Clarified error message in the webadmin when trying to create a file storage domain with a used connection: "Create operation failed. Storage connection is already used by the following storage domain: {storage_name}." Change-Id: Ifc91bc60e42c94b972bb8c2c26a2980072bfe43e Bug-Url: https://bugzilla.redhat.com/1029934 Signed-off-by: Daniel Erez <derez>
This patch was backported to the 3.5 branch, and included in oVirt 3.5.0 RC1. Marking as CLOSED CURRENTRELEASE