Statistics
| Branch: | Tag: | Revision:

root / logic / dispatcher.py @ 513f8715

History | View | Annotate | Download (9.3 kB)

# Date Author Comment
ace4bd5d 06/30/2011 06:24 pm Giorgos Gousios

License headers for various files

refs #581

904df519 06/30/2011 06:24 pm Giorgos Gousios

Make pid file setting work for real

Create a pid file outside the daemon context, make sure it is deleted on
shutdown, offer option to set it from the cmdline

888355d1 06/30/2011 06:24 pm Giorgos Gousios

Move logging configuration to a module

60d6a13b 06/30/2011 06:20 pm Giorgos Gousios

Take care of pidfile generation

7da1827f 06/30/2011 06:20 pm Giorgos Gousios

Daemonization + externally configured logging

746c6bf4 06/30/2011 03:41 pm Vangelis Koukis

Extend net notifications to include IPv6 addresses

Include support for autogenerated public IPv6 addresses,
extend the logic layer accordingly:

  • Extend the Synnefo Ganeti hook to include autogenerated
    IPv6 addresses in ganeti-net-status notifications over AMQP....
65bf328b 06/01/2011 12:31 pm Giorgos Gousios

Merge branch 'invitations' into reconcilation

Conflicts:
logic/dispatcher_callbacks.py
settings.py.dist

0d0aa87d 05/26/2011 07:32 pm Giorgos Gousios

Lots of backfixes in status reconciliation code

44837d17 05/26/2011 03:47 pm Giorgos Gousios

waitpid() accepts two arguments by default

cadaffb1 05/26/2011 03:07 pm Giorgos Gousios

Survive server restarts

838239fa 05/26/2011 02:43 pm Giorgos Gousios

Proper debug mode, correct channel shutdown sequence

2cd99e7a 05/11/2011 09:53 am Giorgos Gousios

Style and pylint suggested fixes

41f2249e 05/09/2011 04:36 pm Vangelis Koukis

Fix minor stuff in README.develop, dispatcher

Have logic dispatcher create initial queue in AMQP server.
Have dispatcher wait for all children processes before exiting.
Improve AMQP-specific instructions in README.develop.

c183005e 05/09/2011 11:40 am Giorgos Gousios

Fix fork-bomb bug when specifying workers by hand

Tell the cmd-line parser that the -w argument is an int

8861126f 05/05/2011 07:26 pm Georgios Gousios

Support for spawning worker processes

ae5965b6 05/03/2011 03:58 pm Georgios Gousios

Change logger names

6e8c2217 05/03/2011 01:28 pm Georgios Gousios

More appropriate location and naming