ClusterLabs / anvil

The Anvil! Intelligent Availability™ Platform, mark 3
5 stars 6 forks source link

Server management #707

Open ylei-tsubame opened 2 months ago

ylei-tsubame commented 2 months ago

This is the issue for tracking additional UI issues related to enabling server management in the UI. It does include building the forms, etc. (UI elements) to enable the server management tasks.

digimer commented 2 months ago

From one of our maritime clients; Required for migration from M2 to M3;

ylei-tsubame commented 2 months ago

Subnodes

digimer commented 2 months ago

Force-off/reboot VMs is already supported with anvil-shutdown-server --server <foo> --immediate.

digimer commented 2 months ago

@ylei-tsubame - For the 'force off' / 'force reboot' of the host, striker-boot-machine can take the switches --force-off or --force-reboot. Alternatively, you can set task=force-{off,reboot} as part of the job_data.

digimer commented 2 months ago

Stopping all servers at once is done with anvil-shutdown-server --server all.

digimer commented 1 month ago

Added #352 here as the back-end is done (barring bugs), and so is ready for UI integration