Yuliia7-1 opened a new issue, #11125: URL: https://github.com/apache/cloudstack/issues/11125
### problem When creating a new Template or ISO, the initial status is set to an empty string (""), which causes confusion for both the UI and any automation relying on status tracking. Later, the status is updated correctly (e.g., to InProgress, Failed, etc.), but during the initial creation moment, it is "". ### versions The ACS version is 4.19.1.1 ### The steps to reproduce the bug 1. Register a new Template or ISO via API. 2. Immediately inspect its status field. 3. Observe that `status = "" `for a short time. 4. Later, it changes to another valid state. ### What to do about it? Set a meaningful initial status value (e.g., `Pending` or `Initializing`) during creation to avoid having an empty string at any point. -- 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