On 10/26/2017 03:18 AM, Changlimin wrote: > If the qcow2 file is created with preallocation=full, I think metadata will > not corrupt when it is shared between two vms? Snapshot is not required. > > Is this right? >
You can only share images read-only in this way. If you are asking to share one qcow2 as r/w across two VMs, that's not going to work regardless of how you allocate them, or the image format you are using. --js > BR > Chang limin >