Skip to content
Snippets Groups Projects
  1. Nov 29, 2010
  2. Nov 28, 2010
  3. Nov 27, 2010
  4. Nov 26, 2010
  5. Nov 23, 2010
  6. Nov 22, 2010
  7. Nov 19, 2010
  8. Nov 16, 2010
  9. Nov 15, 2010
    • Iustin Pop's avatar
      Switch man pages from SGML to RST · 6be8e2bf
      Iustin Pop authored
      
      This patch changes the Makefile rules to build the man pages from the
      RST sources instead of the SGML ones.
      
      Note: pandoc quotes by default the ‘@’ character in manpage output, so
      we explicitely undo this before writing the .in file.
      
      Note 2: The docs unittest has switched from checking cmdsynopsis
      elements to search for either '**command**' or '| **command**' at the
      beggining of lines. This is not as safe as the sgml checker, but it
      should be fine.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      6be8e2bf
  10. Nov 11, 2010
  11. Oct 28, 2010
  12. Oct 22, 2010
  13. Oct 20, 2010
  14. Oct 13, 2010
  15. Oct 12, 2010
  16. Oct 07, 2010
  17. Oct 05, 2010
  18. Sep 30, 2010
    • Iustin Pop's avatar
      Abstract OS name/variant functions · 870dc44c
      Iustin Pop authored
      
      Currently, the computation of the 'pure' name or the variant is
      hardcoded and spread around the functions that need it. This is not
      nice, and in the future we'd spread it even more with more usage of
      variants/pure os names.
      
      This patch abstracts these functions into the OS class, and then
      replaces the hardcoded uses with the new functions.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      870dc44c
  19. Sep 29, 2010
  20. Sep 24, 2010
  21. Sep 23, 2010
  22. Sep 22, 2010
  23. 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
Loading