I am running in a weird situation after having upgraded to Virtualbox 7.0.8 yesterday, everything went fine for a while, but all of a sudden most of the time during provisioning shared folder mounts will disappear when executing an apt-get install. Sometimes when installing a first package already, sometimes only on the 2nd apt-get call, so it does not seem to be something that the packages themselves do.
The provisioning scripts have not changed in quite a while, and until today I never faced that problem. It did not happen on the first ca. 100 runs with the new Virtualbox version, only after that. Nothing else changed on the host machine in that time frame, and even after a host system reboot the same problem persists.
I have checked the systemd journal but no unmount log message or any other unusual thing can be seen at the time apt-get runs and the shared folders vanish. I also did a "strace -f" of the apt-get call, but nothing visible related to the shared folders either.
I also tried to increase the VM memory size, just in case and as I started to get desperate, but that did not make a difference either.
Pretty much lost at this point I am hoping for clues ...
Versions:
vagrant 2.3.4
virtualbox 7.0.8
host OS: Ubuntu 22.10
guest OS: Ubuntu 20.04