github-actions[bot] commented on issue #13261: URL: https://github.com/apache/cloudstack/issues/13261#issuecomment-4721097776
### 🏷️ Issue Triaged Hi @weizhouapache! I've categorized this issue as **bug** based on the following analysis: **Reasoning**: The `power_state` field is not updated synchronously when a VM is stopped on VMware, causing a race condition where an attempt to change the ROOT volume offering fails with an exception while the state still shows `PowerOn` despite the VM being in `Stopped` state. <details> <summary>View Triage Details</summary> #### Analysis - **Keywords detected**: `power_state`, VMware, `Stopped` state mismatch, ROOT volume, offering change, exception - **Issue type indicators**: Clear steps to reproduce, DB state evidence, workaround confirmed (retrying after `power_state` updates to `PowerOff` succeeds), version info provided - **Confidence**: High #### Recommended Next Steps - Investigate whether the `power_state` update for VMware can be made synchronous (or at least awaited) during the VM stop flow before allowing volume operations - Consider adding a guard in the volume offering change path to validate `power_state` consistency before proceeding </details> --- > 📋 **Batch triage note**: This run also triaged and labeled the following related unlabeled issues as `bug`: #13244, #13124, #13067, #12999, #12998 **References**: [Triage run §27631885429](https://github.com/apache/cloudstack/actions/runs/27631885429) > Generated by [🔧 Issue Triage Agent](https://github.com/apache/cloudstack/actions/runs/27631885429) · sonnet46 1.2M · [◷](https://github.com/search?q=repo%3Aapache%2Fcloudstack+%22gh-aw-workflow-call-id%3A+apache%2Fcloudstack%2Fissue-triage-agent%22&type=issues) > <details> <summary>Add this agentic workflows to your repo</summary> To install this agentic workflow, run ``` gh aw add github/gh-aw/.github/workflows/issue-triage-agent.md@359795d49ada21681ab616bd4cbcb144a7387115 ``` </details> <!-- gh-aw-agentic-workflow: Issue Triage Agent, engine: copilot, version: 1.0.52, model: claude-sonnet-4.6, id: 27631885429, workflow_id: issue-triage-agent, run: https://github.com/apache/cloudstack/actions/runs/27631885429 --> <!-- gh-aw-workflow-call-id: apache/cloudstack/issue-triage-agent --> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
