Statistics
| Branch: | Tag: | Revision:

root / daemons @ 809a055b

Name Size
daemon-util.in 9.1 kB
ganeti-cleaner.in 2.9 kB
import-export 21.3 kB

Latest revisions

# Date Author Comment
357ac949 05/13/2014 07:32 pm Klaus Aehlig

Do not start/stop ganeti-masterd

This daemon does not do anything anymore, so we
can as well get rid of it.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Hrvoje Ribicic <>
Signed-off-by: Klaus Aehlig <>

293e1c1d 05/13/2014 11:36 am Hrvoje Ribicic

Make arbitrary compression tools work

We assume that the compression tools the user supplies use stdin and
stdout for handling data, and that a switch is used to distinguish
compression from decompression. This patch introduces these constraints
by adding the invocation of these tools to the import-export daemon....

249f28eb 05/13/2014 11:36 am Hrvoje Ribicic

Add verification of compression tool existence

The addition of lzop as a compression option that does not necessarily
exist on a Ganeti-running machine requires checks that lzop exists.
This patch applies a more general solution, and attempts to check for...

86012ec2 05/13/2014 11:36 am Hrvoje Ribicic

Disable protections against unknown compression types

Ganeti took care to restrict all possible compression invocations to
the few options that were available. This patch strips away all of
those, but does not allow any interesting and dangerous commands...

147f8131 04/29/2014 03:55 pm Apollon Oikonomopoulos

daemon-util: do not restart failed systemd services

daemon-util's check-and-start function is only used by the watcher to
start failed services that should be running on the node. Systemd
supervises and restarts the services as needed; if a service is down, it...

61f8b1f7 04/29/2014 03:55 pm Apollon Oikonomopoulos

daemon-util: use systemctl if applicable

daemon-util is used throughout the code for starting a daemon whenever
this is needed (e.g. during cluster bootstrapping or master failover).

In order not to confuse systemd and its service supervision code,
daemon-util needs to cooperate with it. Thus, we use systemctl for all...

324cd7bf 04/28/2014 12:10 pm Apollon Oikonomopoulos

daemon-util: support for daemons loaded on demand

We add a second category of daemons in daemon-util, those that are
started on demand and should not be started by the start_all action, but
should be stopped during service shutdown. This category currently...

5abef1b1 04/02/2014 02:22 pm Jose A. Lopes

Update 'daemons/daemon-util' to stop 'ganeti-metad'

  • Add 'ganeti-metad' to list of daemons to stop
  • Update 'daemon-util' test

Note that 'ganeti-metad' is not automatically started together with
all the other daemons. Instead, 'ganeti-metad' is only started when...

c0eb47b9 02/27/2014 12:27 pm Petr Pudlak

Include WConfd in the list of daemons started on a master

.. and make it the first one so that masterd can use it when it starts.

Signed-off-by: Petr Pudlak <>
Reviewed-by: Klaus Aehlig <>

59881a0b 02/14/2014 11:47 am Petr Pudlak

Add the WConfD daemon itself

The daemon exposes the declared functions in Ganeti.WConfd.Core to RPC
clients (currently just 'echo').

Signed-off-by: Petr Pudlak <>
Reviewed-by: Klaus Aehlig <>

View revisions

Also available in: Atom