X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/354c4f6292b9bbc110122f080d045819f6e596ea..5a93930f94c63f28be298cd6560899fb5dc19917:/man/ganeti-noded.rst diff --git a/man/ganeti-noded.rst b/man/ganeti-noded.rst index d2b53cc..3321cb8 100644 --- a/man/ganeti-noded.rst +++ b/man/ganeti-noded.rst @@ -9,7 +9,8 @@ ganeti-noded - Ganeti node daemon Synopsis -------- -**ganeti-noded** [-f] [-d] +**ganeti-noded** [-f] [-d] [-p *PORT*] [-b *ADDRESS*] [-i *INTERFACE*] +[--no-mlock] [--syslog] [--no-ssl] [-K *SSL_KEY_FILE*] [-C *SSL_CERT_FILE*] DESCRIPTION ----------- @@ -31,10 +32,11 @@ Logging to syslog, rather than its own log file, can be enabled by passing in the ``--syslog`` option. The **ganeti-noded** daemon listens to port 1811 TCP, on all -interfaces, by default. The port can be overridden by an entry the +interfaces, by default. The port can be overridden by an entry in the services database (usually ``/etc/services``) or by passing the ``-p`` option. The ``-b`` option can be used to specify the address to bind -to (defaults to ``0.0.0.0``). +to (defaults to ``0.0.0.0``); alternatively, the ``-i`` option can be +used to specify the interface to bind do. Ganeti noded communication is protected via SSL, with a key generated at cluster init time. This can be disabled with the