Maybe there's a configuration error in the containers?
If you post the configuration, someone might be able to help.
Thanks for your answer, weirldy enough, i didn't get a notification for it.
I troubleshooted with Copilot365 (really good when it comes to read thousands of lines of logs, searching on internet and giving me links correlated to my errors), it seems the most probable culprit is the igpu split i do to have multiple gpus i can passthrough to my VMs, and the drivers it requires :
- when doing this, we need to use dmks to compile the drivers
- we can have instability when the Proxmox VE kernel and VM kernel are too far apart => i now use the proxmox kernel for OMV with omvextras
- as we can split the GPU up to 7 vGPUs, guides usually make us create 7 vGPUs, but it seems for a fixed total load, it's easier to hang if there is more vGPUs => i reduced to 3, which is enough
- After testings, i didn't have to restore the OMV VM, i just had to restart it (usually multiple times)
Still, with 2. and 3., those hangs are (for the moment) things of the past.