mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #69] Lock VM on VM suspension #46
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#46
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 @AnushK-Fro on GitHub (Jan 8, 2024).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/69
Is there an existing feature request for this?
Describe the feature you would like to see.
Currently, when a VPS is suspended, it is just stopped. Preferably, upon VPS suspension, it should lock the VM configuration or do something similar in order to ensure that the VPS does not get booted back online if there is a mass node reboot or something similar.
Describe the solution you'd like.
Either lock the VM configuration, or check the suspended VM's on a cron job or similar and re-stop the VPS's.
Additional context to this request.
No response
@ericwang401 commented on GitHub (Jan 8, 2024):
how do I lock it?
@JouanDeag commented on GitHub (Jan 25, 2024):
You may pause the VM and disable start on boot.
@ericwang401 commented on GitHub (Jan 25, 2024):
Start at boot is disabled by default, so it wouldn't work in this case. But thank you for the suggestion.
@ericwang401 commented on GitHub (Mar 4, 2024):
Not enough info