thanks for the info,
I was looking for how to do exactly what you described.
the post-stop umount you could probably automate, using a simple hookscript that you attach to the container
post-stop
umount the filesystem
I would add that you should do these small additional steps too.
1. before you start the qemu session, enable nested kvm, so proxmox installation does not nag about kvm not being supported
# cat /sys/module/kvm_intel/parameters/nested
# rmmod kvm_intel
# modprobe kvm_intel nested=1
#cat...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.