Skip to content
Snippets Groups Projects
  1. May 14, 2013
  2. May 13, 2013
  3. May 05, 2013
  4. May 03, 2013
  5. Apr 29, 2013
  6. Apr 26, 2013
    • Helga Velroyen's avatar
      Make DEFAULT_ENABLED_DISK_TEMPLATES a list · decf86f9
      Helga Velroyen authored
      
      This patch makes the constant DEFAULT_ENABLED_DISK_TEMPLATES
      a list instead of a set, because the order of the elements actually matters
      as the first one is planned to be the default disk template for instance
      creation. Also, this constant is always used like a list and thus providing it
      as a set complicates the code that uses it.
      
      Signed-off-by: default avatarHelga Velroyen <helgav@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      decf86f9
    • Helga Velroyen's avatar
      gnt-cluster modify/init: deprecate --no-lvm-storage · 912737ba
      Helga Velroyen authored
      
      This patch does three things:
      
      1. It deprecates the option '--no-lvm-storage' of 'gnt-cluster modify'
      and 'gnt-cluster init'. Technically, it is not fully removed, but kept in order
      to warn the user that it is no longer supported and that she should use
      --enabled-disk-templates instead.
      
      2. The consistency check between '--no-lvm-storage' and '--vg-name' is replaced
      by checks between '--enabled-disk-templates' and '--vg-name'. There are these
      cases:
      - vg name, lvm disk template enabled = ok
      - no vg name, lvm disk template enabled = error
      - vg name, no lvm enabled = warning
      - no vg name, no lvm enabled = ok
      I added quite a lot of tests for all these and the transitions from each case
      to another to the QA.
      
      3. The check whether or not the volume group is available on all nodes is now
      done only in these cases:
      - the volume group name gets set and lvm is already enabled
      - lvm is getting enabled and the volume group was set before
      
      Signed-off-by: default avatarHelga Velroyen <helgav@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      912737ba
  7. Apr 24, 2013
  8. Apr 22, 2013
  9. Apr 18, 2013
  10. Apr 17, 2013
  11. Apr 14, 2013
  12. Apr 11, 2013
  13. Apr 10, 2013
  14. Apr 09, 2013
  15. Apr 08, 2013
  16. Apr 07, 2013
  17. Apr 04, 2013
  18. Apr 02, 2013
Loading