Statistics
| Branch: | Tag: | Revision:

root / doc / design-daemons.rst @ 31d3b918

History | View | Annotate | Download (23.7 kB)

# Date Author Comment
9269d118 02/07/2014 10:20 am Klaus Aehlig

design: simplify how luxid determins job termination

With the job files, we already have designated files per job. So
there is no need to additionally signal through a socket regular
job termination. This design also has the advantage that it is
already implemented and working in current luxid....

b0159850 02/06/2014 02:57 pm Petr Pudlak

Update the steps for implementing WConfD in the daemons doc

After Step 1 WConfD will handle the access to the configuration
and will allow job-as-processes to access it.

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

2de55c83 02/06/2014 02:57 pm Petr Pudlak

Add job death detection to the daemons refactoring doc

Describe how to use file lock to implement it in a POSIX compliant way.

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

ce10eb31 12/02/2013 04:08 pm Klaus Aehlig

design: scheduling will be simple in the first iteration

In order to progress faster towards jobs as processes, the decision on
the final scheduling algorithm will be postponed. For the time being,
the simple one will be used that starts jobs until a fixed maximal...

5eeb7168 11/28/2013 04:49 pm Petr Pudlak

Design details of the implementation of new WConfD daemon

Describes steps needed to implement the new configuration and locks
management.

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

ffedf64d 09/27/2013 02:06 pm Michele Tartara

Add daemon split design doc

This describes the future planned structure of Ganeti daemons.

Signed-off-by: Michele Tartara <>
Reviewed-by: Guido Trotter <>