kvm
process for that VMwhen the "Stop" job doesn't kill the VM it's probably because there's another pending "Reboot" or "Shutdown" job going on, which you can cancel in the task log at the bottom if you double click it and select "Stop" inside the task (i guess that's a bit confusing and should be rather called "Cancel" or so though...)Jep, "stop" won't always kill a running VM. Had that many times too that I needed to reboot the complete server. An additional "force stop" or "kill task" option in the GUI would be useful.
as mentioned, you can kill the kvm process if need be. just try:To be admin and cannot even force to stop a VM (no matter what..) it is sooooo .. how to say.... (GRRRRRR....... !)
ps aux | grep <VMID> # will show you the kvm process ID running your VMID
kill -9 <PID> # you can now kill it with the process ID
Thats already the case, you just have to stop the shutdown task before starting a stop/reset task.We need FORCE options that work, always. You as the admin know when you can kill and forcefully remove a VM, no matter what, no timeout, no waiting, no asking stupid questions, just do it and force it.
That's a bug then. You want the force task to go through, it is normal and expected to first try nicely, then force it. The force task must override the old task, what good is it otherwise?Thats already the case, you just have to stop the shutdown task before starting a stop/reset task.
No, stop is a term that can have many many meanings, it can also mean suspend. Only the term force says it all, you force things when they otherwise don't work and/or are broken."Force shutdown" would imply that it is doing a shutdown. But "Stop" isn't doing any shutdown, it will just kill the VM like pulling the power cable out of a running physical host.
"Shutdown" will do a shutdown (first gracefully and if that won't work it should stop it with force after a timeout which it sadly not always does).
"Reboot" will do a "Shutdown" and a "Start" after that.
"Reset" will do a "Stop" and then a "Start".
I'm not sure why some admins/it workers think they have the right to just blindly work with important systems without actually reading manuals, testing the new system/software/ui that they aren't used to yet and getting some basic knowledge of that. In every other workplace/domain this would be a no-go, think of a heavy-duty machine operator just starting a new machine without any experience nor training with it, mashing buttons, destroying things and blaming the maker for a (for them) unclear button label.But I don't know why we are having this discussion, this is clear: you either use clear terms like force that are unambiguous or you use ambiguous ones and expect admins to RTFM, and such a simple concept does not need RTFM, right now it is no intuitive GUI or you risk them making mistakes by force killing a VM while they just wanted to stop the VM (which is just another words for shutdown or poweroff) because they understood their meaning of the word stop. I know now how to get around it, but this posts will be asked over and over and over and you will waste your users time by not explaining it correctly. Explaining it in the GUI that is.
Well, bulk stop IS a stop though, it's just a combined one with timeout and force stop happening after the time limit got exceeded.Where we are on the subject:
Why is the "Bulk Stop" named so, while it actually does (fortunately) not stop the VMs/LXCs, but rather shuts them down?
"Bulk Shutdown" with the appropriate icon would be correct.
Currently the naming is inconsistent and basically wrong or do I miss something?
Well, bulk stop IS a stop though, it's just a combined one with timeout and force stop happening after the time limit got exceeded.
https://git.proxmox.com/?p=pve-mana...93a40f02fa9c4fd3e3f5e3c5cab5fb6;hb=HEAD#l1885
We use essential cookies to make this site work, and optional cookies to enhance your experience.