Skip to content
Snippets Groups Projects
  1. Oct 19, 2009
  2. Oct 15, 2009
  3. Oct 13, 2009
  4. Oct 12, 2009
  5. Oct 09, 2009
  6. Oct 07, 2009
  7. Oct 02, 2009
  8. Oct 01, 2009
  9. Sep 30, 2009
  10. Sep 29, 2009
  11. Sep 22, 2009
  12. Sep 16, 2009
  13. Sep 11, 2009
  14. Sep 10, 2009
  15. Sep 04, 2009
  16. Sep 03, 2009
  17. Aug 25, 2009
  18. Aug 24, 2009
  19. Aug 21, 2009
  20. Aug 17, 2009
  21. Aug 07, 2009
  22. Aug 06, 2009
  23. Aug 05, 2009
  24. Jul 20, 2009
  25. Jul 16, 2009
    • Guido Trotter's avatar
      Add enabled hypervisors to TestConfigRunner · 529d13a4
      Guido Trotter authored
      
      This parameter is now mandatory for the cluster config to work.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      529d13a4
    • Guido Trotter's avatar
      Get rid of the default_hypervisor slot · 066f465d
      Guido Trotter authored
      
      Currently we have both a default_hypervisor and an enabled_hypervisors
      list. The former is only settable at cluster init time, while the latter
      can be changed with cluster modify.
      
      This becomes cumbersome in a few ways: at cluster init time for example
      if we pass in a list of enabled hypervisors which doesn't include the
      "default" xen-pvm one, we're also forced to pass a default hypervisor,
      or an error will be reported. It is also currently possible to disable
      the default hypervisor in cluster-modify (with unknown results).
      
      In order to avoid this we get rid of this field altogether, and define
      the "first" enabled hypervisor as the default one. This allows ease of
      changing which one is the default, and at the same time maintains
      coherency.
      
      At configuration upgrade we make sure that the old default is first in
      the list, so that 2.0 cluster defaults are preserved.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      066f465d
  26. Jul 14, 2009
Loading