Skip to content
Snippets Groups Projects
  1. Dec 03, 2012
  2. Nov 30, 2012
  3. Nov 29, 2012
  4. Nov 28, 2012
  5. Nov 27, 2012
  6. Nov 26, 2012
  7. Nov 23, 2012
    • Michael Hanselmann's avatar
      Add new lock level for node allocations · 8716b1db
      Michael Hanselmann authored
      
      The new lock is similar to the BGL in the sense that it has its own
      level and there is only one. It is called “node allocation lock”.
      Logical units will use it to synchronize with instance creations, which
      in turn will start using opportunistic locks on nodes.
      
      Additionally, an assertion in GanetiLockManager gained a message.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      8716b1db
    • Iustin Pop's avatar
      Fix network opcode parameters · e1494c96
      Iustin Pop authored
      
      Commit 32e3d8b1 (“opcodes: Network parameter improvements and fixes”)
      changed a few parameters in the network add, connect and set params
      opcodes, but some of the changes are buggy. The patch changed the type
      to TMaybe(), whereas the default should have been changed from None to
      NoDefault - the network, mode and link are required. It also wrongly
      unified all types as _CheckCIDRNetNotation, whereas some are
      AddrNotation.
      
      The patch fixes these (correctly, I hope) and also add some new
      aliases for readability.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      e1494c96
Loading