When i do some kind of service work on my server, sometimes i want to boot the system to do some changes, but i know that i will need reboot again few more time, so i don't want to start the CTs and VMs yet. Is there some flag that i can specify in grub to boot without autostarting VMs or CTs?
It might even be usefull if you by default include this "rescue mode" as separate menu entry in GRUB.
There are lots of reasons for this
1.) Customers aren't happy when their CTs get rebooted too often
2.) Some CTs running java and similar resource heavy stuff take ages to boot and eat lot of resources during startup, so it makes whole service procedure much slower when i need to reboot several time.
3.) When you work with storage, you obviously don't want CTs to be running
4.) Rebooting immediately before VM start is not good, because you might disrupt boot time fsck or something...
5.) I need to boot the system on slower hardware with less RAM than production server to fix something and i know system will be unusable if all CTs start at once
6.) There was security breach
It might even be usefull if you by default include this "rescue mode" as separate menu entry in GRUB.
There are lots of reasons for this
1.) Customers aren't happy when their CTs get rebooted too often
2.) Some CTs running java and similar resource heavy stuff take ages to boot and eat lot of resources during startup, so it makes whole service procedure much slower when i need to reboot several time.
3.) When you work with storage, you obviously don't want CTs to be running
4.) Rebooting immediately before VM start is not good, because you might disrupt boot time fsck or something...
5.) I need to boot the system on slower hardware with less RAM than production server to fix something and i know system will be unusable if all CTs start at once
6.) There was security breach