mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 16:08:13 +00:00
8d5f33f592
PVE list endpoint reports Status=running for paused VMs. The new -Detailed switch queries status/current per VM to populate QmpStatus. - PveVm.EffectiveStatus computed property: returns QmpStatus ?? Status - PveVm.Status doc comment explains the limitation - VmService.EnrichVmStatus() queries status/current endpoint - Get-PveVm -Detailed enriches each VM with qmpstatus, pid, uptime - format.ps1xml table view uses EffectiveStatus for the Status column - Integration test asserts EffectiveStatus after suspend/resume Verified locally: Get-PveVm -Detailed correctly shows 'paused' for suspended VMs where Get-PveVm (without -Detailed) shows 'running'. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>