almostobvious opened a new issue, #10713: URL: https://github.com/apache/cloudstack/issues/10713
### problem If you misspell primary storage path (e.g. on a nfs share), the zone launch fails. Fix the issue takes me to the correct page to correct the spelling. However, the launch then fails because the host is created and already in the database. The only way to recover is to delete the entry from host table and then retry. ### versions 4.20 ### The steps to reproduce the bug 1. Clean install management server + compute host 2. When you are in webui zone creation / storage, enter incorrect primary NFS storage path (e.g. /export/primary instead of /exports/primary). 4. Launch zone will fail due to being unable to connect to primary storage. 5. Fix the misspelled primary storage path, launch again 6. Error shows that the host is already in the database ... ### What to do about it? Either roll-back the host creation from the DB or tolerate existing host entry? -- 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