rohityadavcloud opened a new issue, #6992: URL: https://github.com/apache/cloudstack/issues/6992
When VM has space in its name, volume fail to attach/detach to such VMware VMs imported in CloudStack. Exception like following is seen: ``` java.io.IOException: Server returned HTTP response code: 400 for URL: https://10.0.33.178/folder/space test/space test_30.vmdk?dcPath=Trillian&dsName=fd54f3559fe43f60b8694fe4ccac777f at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520) ``` The temporary workaround is to unmanage the imported VMware VM in CloudStack, rename the VM on vCenter (remove space in its name and also in the name of the folder/vmdk file) and re-import the VM in CloudStack. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org