Expand some acronyms, add to glossary
[ganeti-local] / doc / glossary.rst
1 ========
2 Glossary
3 ========
4
5 .. if you add new entries, keep the alphabetical sorting!
6
7 .. glossary::
8
9   BE Parameter
10     BE stands for Backend. BE parameters are hypervisor-independent
11     instance parameters such as the amount of RAM/virtual CPUs it has
12     been allocated.
13
14   HVM
15     Hardware virtualization mode, where the virtual machine is
16     oblivious to the fact that's being virtualized and all the
17     hardware is emulated.
18
19   LogicalUnit
20     The code associated with an OpCode, e.g. the code that implements
21     the startup of an instance.
22
23   LUXI
24      Local UniX Interface. The IPC method over unix sockets used between
25      the cli tools and the master daemon.
26
27   OpCode
28     A data structure encapsulating a basic cluster operation; for
29     example, start instance, add instance, etc.
30
31   PVM
32     Para-virtualization mode, where the virtual machine knows it's being
33     virtualized and as such there is no need for hardware emulation.
34
35   watcher
36     ``ganeti-watcher`` is a tool that should be run regularly from cron
37     and takes care of restarting failed instances, restarting secondary
38     DRBD devices, etc. For more details, see the man page
39     :manpage:`ganeti-watcher(8)`.
40
41 .. vim: set textwidth=72 :