From 10799c597512abae1aa5a14f2fdbed31078b7962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com> Date: Thu, 16 Oct 2008 08:37:14 +0000 Subject: [PATCH] Provide example for backend parameters Update the design about cluster parameters and provide some example of backend parameters. By now this includes all supported parameters. Reviewed-by: iustinp, ultrotter --- doc/design-2.0-cluster-parameters.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/design-2.0-cluster-parameters.rst b/doc/design-2.0-cluster-parameters.rst index 85d513e68..681cf43d7 100644 --- a/doc/design-2.0-cluster-parameters.rst +++ b/doc/design-2.0-cluster-parameters.rst @@ -66,7 +66,12 @@ backend parameter a backend parameter is defined as an instance parameter that can be shared among a list of instances, and is either generic enough not to be tied to a given hypervisor or cannot influence at all the - hypervisor behaviour + hypervisor behaviour. + + For example: memory, vcpus, auto_balance + + All these parameters will be encoded into constants.py with the prefix "BE_" + and the whole list of parameters will exist in the set "BES_PARAMETERS" proper parameter a parameter whose value is unique to the instance (e.g. the name of a LV, -- GitLab