mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-26 04:35:48 +03:00
[GH-ISSUE #17] Add function to gracefully shutdown QEMU VMs #13
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @krocd on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-api-powershell/issues/17
What happened?
There seems to be no function to gracefully shutdown a VM similar to other VM power action functions such as Stop-PveVM, Suspend-PveVm, and so on.
Expected behavior
I found New-PveNodesQemuStatusShutdown which can provide this functionality. But it would be more intuitive to have either an alias or wrapper (like Stop-PveVm) for this function.
Relevant log output
No response
Proxmox VE Version
8.2.4
Version (bug)
8.2.1
Version (working)
No response
On what operating system are you experiencing the issue?
Windows, Linux
Pull Request