Description of problem: When adding a local storage domain with either wrong path or path with the wrong permission the rest api retunrs a Operation Failed. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Adding a local storage domain via REST with wrong path or permissions Actual results: <fault> <reason>Operation Failed</reason> <detail>[]</detail> </fault> Expected results: Same as using the webui, like these: <fault> <reason>Operation Failed</reason> <detail>Permission settings on the specified path do not allow access to the storage. Verify permission settings on the specified storage path.</detail> </fault> Additional info: version: av9.5
Fixed in RC1, Proper message is displayed: <reason>Operation Failed</reason> <detail> [Permission settings on the specified path do not allow access to the storage. Verify permission settings on the specified storage path.] </detail>
RHEV-M 3.5.0 has been released, closing this bug.