stepping-stone / vm-manager

The stoney cloud web interface.
http://www.stoney-cloud.org/
Other
0 stars 0 forks source link

sstReadonly flag gets ignored for disks #34

Open dev-zero opened 10 years ago

dev-zero commented 10 years ago

For some reason if sstReadonly is set to TRUE in the LDAP, the vm-manager emits

<readOnly/>

(according the diagnostics page) but libvirt ignores and the resulting definition in libvirt does not have

<readonly/>

set.

One possibility is that this is because the XML attribut is

<readonly/>

and not

<readOnly/>