Skip to content
Snippets Groups Projects
  1. Jun 18, 2012
  2. Jun 15, 2012
  3. Jun 14, 2012
  4. Jun 12, 2012
  5. Jun 11, 2012
  6. Jun 08, 2012
  7. Jun 01, 2012
    • Iustin Pop's avatar
      Fix a type issue and bad logic in cluster verification · e375fb61
      Iustin Pop authored
      
      Commit 2e04d454 introduced the new offline state for the instance
      state, but being a big monolithic patch it sneaked in something that
      doesn't make sense.
      
      The checks for extra instances (either wrongly up or just unknown) are
      done purely on a name-basis, not on objects, so the types there are
      wrong. Furthermore, they have no relation to the admin state of the
      instance, so we just drop the entire if block. We keep the increment
      of the offline instance count, but move it to a different loop over
      instances.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      e375fb61
  8. May 31, 2012
  9. May 30, 2012
  10. May 29, 2012
  11. May 22, 2012
  12. May 21, 2012
    • René Nussbaumer's avatar
      gnt-instance info: Rework beparams listings · 83d4ba5e
      René Nussbaumer authored
      
      This patch reworks the beparams listing to the new style. However, due
      to this process the naming of the fields with mixed casing changed to
      lowercase and is therefore not 100% compatible with the previous versions.
      
      As "memory" is marked deprecated and sort of default we merge that just
      into the actual dict, which leads to the following output:
      
        - maxmem: 128
        - memory: default (128)
        - minmem: 128
      
      Instead of:
      
        - maxmem: 128
        - minmem: 128
        - memory: 128
      
      Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      83d4ba5e
  13. May 15, 2012
  14. May 14, 2012
  15. May 11, 2012
Loading