...create a hookscript that can do the following:
If VM1 is shut down, then start VM2.
AND
If VM2 is shut down, then start VM1.
This way, both VMs could share the single passthrough GPU.
Are there any code examples for Proxmox hookscripts?
And do you think what I'm trying to do is...