Revision 416eba57 man/ganeti-confd.rst

b/man/ganeti-confd.rst
22 22

  
23 23
Debug-level message can be activated by giving the ``-d`` option.
24 24

  
25
Logging to syslog, rather than its own log file, can be enabled by
26
passing in the ``--syslog`` option.
27

  
28
The **ganeti-confd** daemon listens to port 1814 UDP, on all interfaces,
29
by default. The port can be overridden by an entry the services database
30
(usually ``/etc/services``) or by passing the ``-p`` option.  The ``-b``
31
option can be used to specify the address to bind to (defaults to
32
``0.0.0.0``). The daemon also listens on a Unix socket
33
(``@LOCALSTATEDIR@/run/ganeti/socket/ganeti-query``) on which it exports
34
a ``Luxi`` endpoint, serving query operations only. Commands and tools
35
use this socket if the build-time option for split queries has been
36
enabled.
37

  
38
The daemon will refuse to start if the user and group do not match the
39
one defined at build time; this behaviour can be overridden by the
40
``--no-user-checks`` option.
41

  
25 42
ROLE
26 43
~~~~
27 44

  

Also available in: Unified diff