From 2e98275adfffa09e38d4d75d3cd20ce7707b6f21 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 14 May 2010 08:42:08 +0100
Subject: [PATCH] Describe more ganeti-noded options in the manpage

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Luca Bigliardi <shammash@google.com>
---
 man/ganeti-noded.sgml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/man/ganeti-noded.sgml b/man/ganeti-noded.sgml
index 996d0ed48..2693700bb 100644
--- a/man/ganeti-noded.sgml
+++ b/man/ganeti-noded.sgml
@@ -61,6 +61,27 @@
       Debug-level message can be activated by giving the
       <option>-d</option> option.
     </para>
+
+    <para>
+      Logging to syslog, rather than its own log file, can be enabled by
+      passing in the <option>--syslog</option> option.
+    </para>
+
+    <para>
+      The ganeti-noded daemon listens to port 1811 TCP, on all interfaces, by
+      default. This can be overridden by an entry in /etc/services or by
+      passing the <option>-p</option> option. The <option>-b</option> option
+      can be used to specify the address to bind to (defaults to 0.0.0.0).
+    </para>
+
+    <para>
+      Ganeti noded communication is protected via SSL, with a key generated at
+      cluster init time. This can be disabled with the
+      <option>--no-ssl</option> option, or a different ssl key and certificate
+      can be specified using the <option>-K</option> and <option>-C</option>
+      options.
+    </para>
+
     <refsect2>
       <title>ROLE</title>
       <para>
-- 
GitLab