Skip to content
Snippets Groups Projects
  1. Dec 02, 2010
  2. Dec 01, 2010
  3. Nov 29, 2010
  4. Nov 24, 2010
  5. Nov 01, 2010
  6. Oct 28, 2010
  7. Oct 27, 2010
  8. Oct 26, 2010
  9. Oct 21, 2010
  10. Oct 20, 2010
  11. Oct 05, 2010
  12. Sep 30, 2010
  13. Sep 20, 2010
    • Michael Hanselmann's avatar
      jqueue: Change model from per-job to per-opcode processing · be760ba8
      Michael Hanselmann authored
      
      In order to support priorities, the processing of jobs needs to be
      changed. Instead of processing jobs as a whole, the code is changed to
      process one opcode at a time and then return to the queue. See the
      Ganeti 2.3 design document for details.
      
      This patch does not yet use priorities for acquiring locks.
      
      The enclosed unittests increase the test coverage of jqueue.py from
      about 34% to 58%. Please note that they also test some parts not added
      by this patch, but testing them became only possible with some
      infrastructure added by this patch. For the first time, many
      implications and assumptions for the job queue are codified in these
      unittests.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      be760ba8
  14. Sep 16, 2010
  15. Sep 14, 2010
  16. Sep 13, 2010
  17. Sep 02, 2010
  18. Aug 17, 2010
  19. Jul 28, 2010
  20. Jul 26, 2010
  21. Jul 23, 2010
  22. Jul 15, 2010
  23. Jul 08, 2010
  24. Jul 06, 2010
  25. Jul 01, 2010
  26. Jun 23, 2010
  27. May 18, 2010
  28. Apr 16, 2010
  29. Apr 12, 2010
    • Iustin Pop's avatar
      Add a identify-defaults options for import · e588764d
      Iustin Pop authored
      
      When importing an instance, all the saved valued will be used as
      explicitly specified values, overriding the cluster defaults. This means
      export+import will change the status (from default to explicitly
      specified) of parameters.
      
      This patch adds a new option that changes the behaviour to identify
      parameter values which are equal to the current cluster defaults and
      mark them as such. It does this for hv, be and nic parameters.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      e588764d
  30. Apr 08, 2010
Loading