Skip to content
Snippets Groups Projects
  1. Nov 12, 2012
  2. Nov 09, 2012
  3. Nov 08, 2012
  4. Nov 07, 2012
  5. Nov 06, 2012
  6. Nov 05, 2012
    • Dato Simó's avatar
      cli.py: use None as name for tag operations on the cluster · bcd35e09
      Dato Simó authored
      
      This change is mostly cosmetic. Previously, the literal "cluster" was
      used for the 'name' field of tag operations on the cluster (as opposed
      to a node or an instance). Since this field has a type of TMaybeString
      specifically for the case of the cluster, it seems more correct to use
      None, rather than an arbitrary string (that is not used by the callee).
      
      Additionally: note in opcodes.py that groups also expect a name; the
      previous comment only referred to nodes and instances.
      
      Signed-off-by: default avatarDato Simó <dato@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      bcd35e09
  7. Nov 02, 2012
  8. Nov 01, 2012
    • Michael Hanselmann's avatar
      Merge branch 'devel-2.6' · 8e09e801
      Michael Hanselmann authored
      
      * devel-2.6:
        Fix typo in gnt-instance man page
        jqueue: Return jobs to queue when shutting down
        gnt-debug delay: Add "--submit" option
        Make hostname checks uniform between instance rename and add
        Improve logging of new job submissions
        Improve handling of lock exceptions
        Add note about developing on a production machine
        Fix runtime memory increases
        Fix validation of vgname in OpClusterSetParams
        Fix removal of storage directory on shared file storage
        Switch non-redundant check to disk template-based
        Document the new --yes-do-it option for master-failover
        Add option to force master-failover without voting
        Update instance modify message
        Force tap's MAC prefix to "fe"
        Fix disk adoption interaction with ipolicy checks
        Better NEWS file for 2.6.1
      
      Conflicts:
      	lib/cmdlib.py: Trivial
      	tools/kvm-ifup.in: Space vs. tab
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      8e09e801
    • Michael Hanselmann's avatar
      Merge branch 'stable-2.6' into devel-2.6 · dc2cc657
      Michael Hanselmann authored
      
      * stable-2.6:
        Fix typo in gnt-instance man page
        jqueue: Return jobs to queue when shutting down
        gnt-debug delay: Add "--submit" option
        Make hostname checks uniform between instance rename and add
        Improve logging of new job submissions
        Improve handling of lock exceptions
        Add note about developing on a production machine
        Fix runtime memory increases
        Fix validation of vgname in OpClusterSetParams
        Fix removal of storage directory on shared file storage
        Switch non-redundant check to disk template-based
        Document the new --yes-do-it option for master-failover
        Add option to force master-failover without voting
        Update instance modify message
        Force tap's MAC prefix to "fe"
        Fix disk adoption interaction with ipolicy checks
        Better NEWS file for 2.6.1
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      dc2cc657
    • Michael Hanselmann's avatar
      88f622e0
    • Michael Hanselmann's avatar
      jqueue: Return jobs to queue when shutting down · 942e2262
      Michael Hanselmann authored
      
      When a job is still waiting for locks and the queue is shutting down,
      they should be returned and not actually start processing. Until now
      jobs which transitioned from “queued” to “waiting” were already
      considered to be running as far as the shutdown code was concerned.
      
      This fixes issue 296.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      942e2262
Loading