search for: 7798d09

Displaying 3 results from an estimated 3 matches for "7798d09".

Did you mean: 7790d0b
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed towards a more generic boot process. With this patch the node can now boot up and execute a few specifically-named scripts that reside in /etc/node.d/ at key points during the startup. After this goes upstream, the next step will be to define in more detail the remote interfaces for the "managed" runtime
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ver.egg-info/paster_plugins.txt delete mode 100644 server/server.egg-info/requires.txt delete mode 100644 server/server.egg-info/top_level.txt delete mode 100644 server/setup.cfg delete mode 100644 server/setup.py delete mode 100644 server/test.ini diff --git a/Makefile.am b/Makefile.am index 7798d09..aa6e360 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,8 +68,21 @@ EXTRA_DIST = \ nodeadmin/userworker.py \ nodeadmin/utils.py \ nodeadmin/volumeconfig.py \ + management/awake \ + management/config \ + management/ready \ +...