X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/60af751d7a8730c9c9fcd9b7eabd6b4618e1e2f0..c90d8e610bcd21701bbdd03409bd3aee4916919f:/lib/hypervisor/hv_chroot.py?ds=sidebyside diff --git a/lib/hypervisor/hv_chroot.py b/lib/hypervisor/hv_chroot.py index 8b6ae8a..3830f5f 100644 --- a/lib/hypervisor/hv_chroot.py +++ b/lib/hypervisor/hv_chroot.py @@ -233,6 +233,18 @@ class ChrootManager(hv_base.BaseHypervisor): raise HypervisorError("The chroot manager doesn't implement the" " reboot functionality") + def BalloonInstanceMemory(self, instance, mem): + """Balloon an instance memory to a certain value. + + @type instance: L{objects.Instance} + @param instance: instance to be accepted + @type mem: int + @param mem: actual memory size to use for instance runtime + + """ + # Currently chroots don't have memory limits + pass + def GetNodeInfo(self): """Return information about the node.