Skip to content
Snippets Groups Projects
  1. Dec 06, 2011
    • Andrea Spadaccini's avatar
      Add DRBD barriers disk parameters · 8a69b3a8
      Andrea Spadaccini authored
      
      Add the disk-barriers and meta-barriers parameters described in the
      design doc.
      
      constants.py:
      * add the needed LD and DT-level parameters, use the defaults provided
        at ./configure time;
      * add constants representing which barriers should be disabled and the
        set of valid options.
      
      lib/bdev.py:
      * factor the barriers handling code to a class method, for testing
        purposes;
      * implement the more granular version checking logic;
      * use the LD level parameters;
      * add stricter check on DRBD version (8.0, 8.2 or 8.3), as we do not
        support 8.4 yet.
      
      lib/cmdlib.py:
      * translate DT level parameters to LD level ones.
      
      configure.ac, Makefile.am:
      * set both disk and meta barriers parameters depending on the value of
        --enable-drbd-barriers.
      
      test/ganeti.bdev_unittest.py:
      * unit tests for the code that sets DRBD barrier parameters depending on
        the version.
      
      doc/design-resource-model.rst:
      * reword the description of meta-barriers;
      * change all disk parameters names to use dashes instead of underscores.
      
      Signed-off-by: default avatarAndrea Spadaccini <spadaccio@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      8a69b3a8
    • Iustin Pop's avatar
      A few updates to the confd design (2.1) · 530b64e6
      Iustin Pop authored
      
      While the 2.1 design is old and should be “immutable”, I can't find
      documentation about the confd protocol anywhere else, so let's correct
      the design doc.
      
      The patch is mostly style changes, plus a clarification on the ‘query’
      field of the request, which varies *a lot* per request type.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      530b64e6
  2. Dec 02, 2011
  3. Nov 21, 2011
  4. Nov 17, 2011
  5. Nov 16, 2011
  6. Nov 15, 2011
  7. Nov 14, 2011
  8. Nov 04, 2011
  9. Nov 02, 2011
  10. Nov 01, 2011
  11. Oct 26, 2011
  12. Oct 17, 2011
  13. Oct 14, 2011
  14. Oct 13, 2011
  15. Oct 12, 2011
  16. Oct 05, 2011
  17. Sep 26, 2011
  18. Sep 20, 2011
  19. Sep 16, 2011
  20. Sep 13, 2011
  21. Sep 07, 2011
  22. Aug 31, 2011
  23. Aug 29, 2011
  24. Aug 26, 2011
  25. Aug 12, 2011
  26. Aug 10, 2011
  27. Aug 09, 2011
Loading