Skip to content
Snippets Groups Projects
  1. Jan 08, 2013
  2. Jan 07, 2013
  3. Jan 04, 2013
  4. Dec 28, 2012
  5. Dec 27, 2012
  6. Dec 24, 2012
  7. Dec 22, 2012
  8. Dec 21, 2012
    • Iustin Pop's avatar
      Merge branch 'devel-2.6' · 108c0a3e
      Iustin Pop authored
      
      * devel-2.6:
        Final update of NEWS file for 2.6.2 and version bump
        Fix job completion with big job queues
        confd: reduce noise during normal config reload
        Change hbal handling of !auto_balance instances
        Small corrections in man pages
        Fix gnt-instance(8) w.r.t. growable disk templates
        Stop verifying opcode results in dry_run mode
        Update NEWS for 2.6.2
        Fix TypeError when unsetting OS parameters
        cmdlib.py: don't use GetHypervisor
      
      Conflicts:
              NEWS (trivial, integrated the 2.6.2 news)
              autotools/build-bash-completion (trivial: pathutils)
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarBernardo Dal Seno <bdalseno@google.com>
      108c0a3e
    • Iustin Pop's avatar
      Fix build breakage after exclusive storage commits · ce003543
      Iustin Pop authored
      
      This fixes:
      
      htest/Test/Ganeti/Rpc.hs:50:14:
          Couldn't match expected type `Rpc.RpcCallNodeInfo'
                 against inferred type `Data.Map.Map String Bool
                                        -> Rpc.RpcCallNodeInfo'
          In the first argument of `(<$>)', namely `Rpc.RpcCallNodeInfo'
          In the first argument of `(<*>)', namely
              `Rpc.RpcCallNodeInfo <$> arbitrary'
      
      by adding the new parameter (empty map for now), and also:
      
      ganeti/constants.py:432:5: E123 closing bracket does not match
         indentation of opening bracket's line
      
      By switching to 2-char indentation and (for consistency) also replaces
      frozenset(…) with our unique checker (UniqueFrozenset).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarBernardo Dal Seno <bdalseno@google.com>
      ce003543
    • Iustin Pop's avatar
      Merge branch 'stable-2.6' into devel-2.6 · 478a3308
      Iustin Pop authored
      
      No conflicts, really trivial.
      
      * stable-2.6:
        Final update of NEWS file for 2.6.2 and version bump
        Fix job completion with big job queues
        confd: reduce noise during normal config reload
        Change hbal handling of !auto_balance instances
        Small corrections in man pages
        Fix gnt-instance(8) w.r.t. growable disk templates
        Stop verifying opcode results in dry_run mode
        Update NEWS for 2.6.2
        Fix TypeError when unsetting OS parameters
        cmdlib.py: don't use GetHypervisor
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      478a3308
    • Bernardo Dal Seno's avatar
      LUs raise an error if they cannot handle exclusive_storage · 6ebfef42
      Bernardo Dal Seno authored
      
      This happens when the exclusive_storage flag is set, and the requested
      operation is incompatible with the flag or not yet supported.
      
      Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      6ebfef42
Loading