Updates:
        Status: Fixed

Comment #5 on issue 742 by [email protected]: gnt-cluster verify reports ERROR:ENODEHOOKS when a node is offline
http://code.google.com/p/ganeti/issues/detail?id=742

Fixed with:

commit ff1c051bb3fb0bf6ca10cdeabb3221c10970da68
Author: Thomas Thrainer <[email protected]>
Date:   Mon Mar 3 15:57:12 2014 +0100

    Use node UUIDs for executing LU hooks

    LUNodeAdd, the only LU using a node name still, is changed to overwrite
    PreparePostHookNodes() and use node UUIDs only as well.
    This allows to remove the support for 3-tuples as results of
    BuildHooksNodes() and removes the translation to node names.

    Fixes issue 742.

    Signed-off-by: Thomas Thrainer <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit 237a833cd1d33b9454420d8a55234aa2dff135ce
Author: Thomas Thrainer <[email protected]>
Date:   Mon Mar 3 15:49:57 2014 +0100

    Add PreparePostHookNodes to LUs

    This method can be used to alter the list of node UUIDs on which post
    hooks are executed. PreparePostHookNodes is called after Exec, so LUs
    can use data only known after the execution of the LU.

    Signed-off-by: Thomas Thrainer <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to