Revision e2078d28 doc/design-2.0.rst

b/doc/design-2.0.rst
332 332
- rapi-access.log, an additional log file for the RAPI that will be
333 333
  in the standard HTTP log format for possible parsing by other tools
334 334

  
335
Since the `watcher`_ will only submit jobs to the master for startup
336
of the instances, its log file will contain less information than
337
before, mainly that it will start the instance, but not the results.
335
Since the :term:`watcher` will only submit jobs to the master for
336
startup of the instances, its log file will contain less information
337
than before, mainly that it will start the instance, but not the
338
results.
338 339

  
339 340
Node daemon changes
340 341
+++++++++++++++++++
......
799 800
  a hypervisor parameter (or hypervisor specific parameter) is defined
800 801
  as a parameter that is interpreted by the hypervisor support code in
801 802
  Ganeti and usually is specific to a particular hypervisor (like the
802
  kernel path for `PVM`_ which makes no sense for `HVM`_).
803
  kernel path for :term:`PVM` which makes no sense for :term:`HVM`).
803 804

  
804 805
:backend parameter:
805 806
  a backend parameter is defined as an instance parameter that can be
......
1991 1992
  to set, string
1992 1993
:$OPTION: cluster default option, string,
1993 1994
:$VALUE: cluster default option value, string.
1994

  
1995
Glossary
1996
========
1997

  
1998
Since this document is only a delta from the Ganeti 1.2, there are
1999
some unexplained terms. Here is a non-exhaustive list.
2000

  
2001
.. _HVM:
2002

  
2003
HVM
2004
  hardware virtualization mode, where the virtual machine is oblivious
2005
  to the fact that's being virtualized and all the hardware is emulated
2006

  
2007
.. _LU:
2008

  
2009
LogicalUnit
2010
  the code associated with an OpCode, i.e. the code that implements the
2011
  startup of an instance
2012

  
2013
.. _opcode:
2014

  
2015
OpCode
2016
  a data structure encapsulating a basic cluster operation; for example,
2017
  start instance, add instance, etc.;
2018

  
2019
.. _PVM:
2020

  
2021
PVM
2022
  para-virtualization mode, where the virtual machine knows it's being
2023
  virtualized and as such there is no need for hardware emulation
2024

  
2025
.. _watcher:
2026

  
2027
watcher
2028
  ``ganeti-watcher`` is a tool that should be run regularly from cron
2029
  and takes care of restarting failed instances, restarting secondary
2030
  DRBD devices, etc. For more details, see the man page
2031
  ``ganeti-watcher(8)``.

Also available in: Unified diff