Will I have issues sharing .raw drives between containers?

TechHut

Member
Jun 8, 2022
4
0
6
Hey, I can't find a good way or information to do this other than copying the configuration from the containers. Will I run into any issues if I have multiple container working off the same .raw file in my zfs pool?

ie. I added this to my 101.conf
Code:
mp0: data:100/vm-100-disk-0.raw,mp=/data,size=10000G

Screenshot from 2024-09-04 17-47-09.png
 
While the "image" underlying format is RAW, it is presented to the container with a filesystem layer via a mountpoint.
As long as the containers "sharing" access to, essentially, filesystem are on the same host - you will be fine.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Thanks a ton. I was thinking the I just wanted to be sure.