After trying to configure virtiofs, I would like to be able to create a SHAREABLE image backed by our moosefs storage but I have an impossible issue: I need the dir libvirt disk type like
The SHAREABLE image means having an image attached to multiple VM simultaneously. Reading the libvirt’s doc, it is stated that “As guest operating system may cache the filesystem metadata, outside changes to the directory may not appear in the guest and/or may result in corrupted data being observable from the VM”. So I wonder how it will work, avoiding data corruption when attached to multiple VMs? My experience over the above quote is that most of the may statements should be read as will.