<div dir="ltr"><pre>Hi,
I try to add virtual shared folder to my KVM guests. I tried adding a RAW
section to template
RAW = [
type = "kvm",
data = "<filesystem type='mount' accessmode='mapped'><source
dir='/tmp/shares/$VMID'/><target dir='share'/></filesystem>"
]
But VMID is not replaced dynamically. Is there an alternative way to
specify dynamic VMID in this section?
Best regards,
Damien</pre></div>