Expose OpAssignGroupNodes over RAPI and RAPI client
[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   HVM
10     Hardware virtualization mode, where the virtual machine is
11     oblivious to the fact that's being virtualized and all the
12     hardware is emulated.
13
14   LogicalUnit
15     The code associated with an OpCode, e.g. the code that implements
16     the startup of an instance.
17
18   OpCode
19     A data structure encapsulating a basic cluster operation; for
20     example, start instance, add instance, etc.
21
22   PVM
23     Para-virtualization mode, where the virtual machine knows it's being
24     virtualized and as such there is no need for hardware emulation.
25
26   watcher
27     ``ganeti-watcher`` is a tool that should be run regularly from cron
28     and takes care of restarting failed instances, restarting secondary
29     DRBD devices, etc. For more details, see the man page
30     :manpage:`ganeti-watcher(8)`.
31
32 .. vim: set textwidth=72 :