Open
Conversation
Walkthrough在 Changes
Sequence Diagram(s)sequenceDiagram
participant VM as VM Instance
participant Manager as VmInstanceBase
participant Host as Host Agent
participant MsgBus as Message Bus
VM->>Manager: 状态转为 Running / 完成重启/恢复
Manager->>MsgBus: 构造并发送 SyncVmDeviceInfoMsg(vmUuid)
MsgBus->>Host: 转发 SyncVmDeviceInfoMsg
Host-->>MsgBus: 执行同步并返回结果
MsgBus-->>Manager: 同步成功/失败 回调
Manager-->>VM: 记录日志(成功/警告)
代码审查工作量估计🎯 2 (Simple) | ⏱️ ~12 分钟 诗
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.40.5)compute/src/main/java/org/zstack/compute/vm/VmInstanceBase.javaComment |
Resolves: ZSTAC-1234 Change-Id: I746e63786a677676676b6d6265657063666b7677
92e6937 to
0bc3ba4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: ZSTAC-1234
Change-Id: I746e63786a677676676b6d6265657063666b7677
sync from gitlab !9178