Very very very basic openvswitch support
[ganeti-local] / man / ganeti-noded.rst
index 63cbade..8d0a451 100644 (file)
@@ -31,8 +31,8 @@ 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. This can be overridden by an entry the
-services database (usually /etc/services) or by passing the ``-p``
+interfaces, by default. The port can be overridden by an entry 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``).
 
@@ -61,3 +61,9 @@ COMMUNICATION PROTOCOL
 
 Currently the master-node RPC is done using a simple RPC protocol
 built using JSON over HTTP(S).
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: