Implement post-configuration-update hook
authorIustin Pop <iustin@google.com>
Thu, 11 Oct 2007 15:23:06 +0000 (15:23 +0000)
committerIustin Pop <iustin@google.com>
Thu, 11 Oct 2007 15:23:06 +0000 (15:23 +0000)
commit6a4aa7c195a21f94116c47dd4535a0f5092cf06a
tree6af9f75fb99318e4f54ca01b8857eaf618fd6875
parent4167825be8d425ffc1a5738cd9ba61cb50c47be9
Implement post-configuration-update hook

This patch adds a special hook: the post-configuration update hook. This
hook has only a post phase that runs after a top-level LU that modified
the configuration.

Since the hook is a post-phase one, no error checking is done on the
results. The hook runs only on the master.

Reviewed-by: imsnah
lib/constants.py
lib/mcpu.py