X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/68a856ef0244155d64efc35ce5f42e5d4712fc67..09cbac8781053142dea66b966254b112c9bce442:/lib/rpc_defs.py diff --git a/lib/rpc_defs.py b/lib/rpc_defs.py index 288acf2..44bdc4c 100644 --- a/lib/rpc_defs.py +++ b/lib/rpc_defs.py @@ -224,6 +224,10 @@ _INSTANCE_CALLS = [ ("instance", ED_INST_DICT, "Instance object"), ("timeout", None, None), ], None, None, "Stops an instance"), + ("instance_balloon_memory", SINGLE, None, TMO_NORMAL, [ + ("instance", ED_INST_DICT, "Instance object"), + ("memory", None, None), + ], None, None, "Modify the amount of an instance's runtime memory"), ("instance_run_rename", SINGLE, None, TMO_SLOW, [ ("instance", ED_INST_DICT, "Instance object"), ("old_name", None, None),