An error occurred fetching the project authors.
  1. 09 Dec, 2014 1 commit
    • Julien Muchembled's avatar
      erp5: review request parameters for SLA & ZODB · a2ba55e0
      Julien Muchembled authored
      All parameters about SLA, i.e. computer-guid & instance-guid, are removed in
      favor of a new "sla-dict" parameter, which is easier to implement and much more
      versatile.
      
      All changes in the request parameters are incompatible. The old ones are
      ignored without warning/error.
      
      For compatibility, the reference of ZEO partition is still "zodb".
      
      Default settings were also fine. Default name of mount-point and FileStorage
      file is reverted to 'root' instead of 'main'.
      a2ba55e0
  2. 08 Dec, 2014 2 commits
  3. 27 Nov, 2014 2 commits
  4. 20 Nov, 2014 2 commits
  5. 19 Nov, 2014 1 commit
  6. 18 Nov, 2014 3 commits
  7. 09 Nov, 2014 2 commits
  8. 08 Nov, 2014 3 commits
  9. 24 Oct, 2014 2 commits
  10. 22 Oct, 2014 1 commit
  11. 21 Oct, 2014 1 commit
    • Tristan Cavelier's avatar
      erp5 stack: fix mariadb host blocking · 6f11404d
      Tristan Cavelier authored
      - Use latest slapos.toolbox (0.41.0)
      - stack/erp5/buildout.cfg add script is-local-tcp-port-opened
      - Change instance-mariadb promise to use is-local-tcp-port-opened
      
      The monitor runs promises every 5 minutes.
      The previous mariadb promise check for listening tcp port by openning
      a socket and closing it, causing mariadb to block the host after a
      defined amount of time.
      
      The new script `is-local-tcp-port-opened` checks for opened tcp port
      on current machine by reading /proc/net/tcp{,6}. No socket is opened.
      Maria should not block hosts anymore.
      6f11404d
  12. 09 Oct, 2014 1 commit
  13. 26 Sep, 2014 1 commit
  14. 24 Sep, 2014 1 commit
  15. 11 Sep, 2014 1 commit
  16. 09 Sep, 2014 1 commit
  17. 08 Sep, 2014 1 commit
  18. 03 Sep, 2014 4 commits
  19. 30 Aug, 2014 3 commits
  20. 29 Aug, 2014 1 commit
  21. 28 Aug, 2014 4 commits
  22. 26 Aug, 2014 2 commits