I have set up KVM on Debian 10 host.
There are 2 virtual machines running.
Virtual machine #1 has OMV inside it.
Virtual machine #2 has plain debian.
Each virtual machine is installed in its own qcow2 image file.
These two machines share one additional storage, which is a RAW storage file. Both machines have this storage marked as "Sharable".
Current problem that i have noticed is that file table is not updating on the fly. I mean if you do something with this storage in one VM, changes will not be seen on the other UNTIL that other VM is rebooted (most likely remount does the same).
If changes are made by both VMs, OMV later starts spitting some SMB related errors.
Rebooting OMV did not update file table, however rebooting debian machine resulted in all data lost.
OMV hosts Samba share.
Has anyone had any experience with shared storage and know how to at least manually refresh the file table without remounting storage?