This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  0ae4b3551221e980262dadae9735dd652ba9eb58 (commit)
       via  1cce2c47da54574b7face60da45665af3e19795f (commit)
       via  6bb939a2171bcfa554736260543c0bd7b5ae0e51 (commit)
      from  ea2bcb821f63e3b68222b2bb9ecff3ee2a400874 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0ae4b3551221e980262dadae9735dd652ba9eb58
Author: Helga Velroyen <[email protected]>
Date:   Wed Jan 30 16:56:20 2013 +0000

    Removes check for conflicts from NetworkDisconnect
    
    This removes the check for conflicts from the Haskell
    version of the OpCode NetworkDisconnect. This alignes
    the Haskell code with the patch
    "Force conflicts check in LUNetworkDisconnect" (which
    is currently under review). I will submit these patches
    together then.
    
    Signed-off-by: Helga Velroyen <[email protected]>
    Reviewed-by: Michael Hanselmann <[email protected]>

commit 1cce2c47da54574b7face60da45665af3e19795f
Author: Helga Velroyen <[email protected]>
Date:   Wed Jan 30 17:35:10 2013 +0100

    If _UnlockedLookupNetwork() fails raise error
    
    Make _UnlockedLookupNetwork() raise OpPrereqError (instead of returning
    None) in case it does not find the requested network. Remove useless and
    duplicate code such as:
    
    if net_uuid is None:
      raise...
    
    Signed-off-by: Dimitris Aragiorgis <[email protected]>
    Reviewed-by: Helga Velroyen <[email protected]>

commit 6bb939a2171bcfa554736260543c0bd7b5ae0e51
Author: Helga Velroyen <[email protected]>
Date:   Wed Jan 30 17:12:26 2013 +0100

    Force conflicts check in LUNetworkDisconnect
    
    Until now if one disconnects a network with --no-conflicts-check
    and then remove it, there is a possibility to leave instances with NICs
    referencing non-existing networks. This causes network queries,
    instance removal and modification to fail.
    
    This patch allows a network to be disconnected from a nodegroup,
    only if instances residing in the nodegroup do not have NICs attached
    to the network. Otherwise OpPrereqError is raised. The
    --no-conflicts-check option is removed from the gnt-network disconnect
    command as well.
    
    Signed-off-by: Dimitris Aragiorgis <[email protected]>
    Reviewed-by: Helga Velroyen <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 lib/client/gnt_network.py      |    5 +--
 lib/cmdlib.py                  |   67 +++++++++++++---------------------------
 lib/config.py                  |   30 +++++------------
 lib/opcodes.py                 |    1 -
 src/Ganeti/OpCodes.hs          |    1 -
 test/hs/Test/Ganeti/OpCodes.hs |    2 +-
 6 files changed, 34 insertions(+), 72 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to