From 10d3f6787f3f098fde066b895126bbc943f6cb58 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 17 Nov 2011 12:33:28 +0100 Subject: [PATCH] Add small node in admin.rst about confd disabling Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- doc/admin.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/admin.rst b/doc/admin.rst index 665c0e638..22e1371ee 100644 --- a/doc/admin.rst +++ b/doc/admin.rst @@ -72,7 +72,9 @@ Depending on the role, each node will run a set of daemons: this node's hardware resources; it runs on all nodes which are in a cluster - the :command:`ganeti-confd` daemon (Ganeti 2.1+) which runs on all - nodes, but is only functional on master candidate nodes + nodes, but is only functional on master candidate nodes; this daemon + can be disabled at configuration time if you don't need its + functionality - the :command:`ganeti-rapi` daemon which runs on the master node and offers an HTTP-based API for the cluster - the :command:`ganeti-masterd` daemon which runs on the master node and -- GitLab