Dear all,

is it possible to change ONE VM template format in case of OpenVZ hypervisor and would it be enough to take those changes into account in OvzDriver.cc only? Or ONE VM template format is robust and the changes in other files are required as well (if yes then in which files?)?
For example, I'd like to write MEMORY parameter for OpenVZ VM as
MEMORY  = [ KMEMSIZE="14372700:14790164",
            LOCKEDPAGES="2048:2048",
            PRIVVMPAGES="65536:69632",
            SHMPAGES="21504:21504",
            PHYSPAGES="0:unlimited",
            VMGUARPAGES="33792:unlimited",
            OOMGUARPAGES="26112:unlimited" ]

whereas for xen now it looks like

MEMORY = 256.

Nikolay.
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to