An error occurred fetching the project authors.
  1. 05 Oct, 2018 2 commits
    • Alain Takoudjou's avatar
      slaprunner: exclude backup.signature while checking if file changed during export · 746d98d9
      Alain Takoudjou authored
      Runner exporter failed with this message while checking if file changed during backup of instances files:
      
          < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb  ./runner/instance/slappart2/srv/backup/pbs/slaprunner-slappart1-runner-1/backup.signature
          < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb  ./runner/instance/slappart3/srv/backup/runner/backup.signature
          < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb  ./runner/instance/slappart5/srv/backup/runner/backup.signature
          5248d5244
          < bb3d96876d1d6cecee9878d835e7515215fc5d2a6ae6b647d0e7915c36700b54  ./runner/instance/slappart4/srv/backup/runner/backup.signature
          ERROR: Some backups are not consistent, exporter should be re-run.
      
      This is because instance in webrunner has also backup.signature the file is excluded while doing sha256sum on backup file:
      
          find -type f ! -name backup.signature -print0 | xargs -0 sha256sum | sort -k 66 > backup.signature
      
      A fix is to exclude backup.signature in `find`.
      746d98d9
    • Alain Takoudjou's avatar
      slaprunner: do not try to chdir if not a directory while building exclude list · 220411a0
      Alain Takoudjou authored
      If instance/slappartXX is not a folder but file, skip chdir else import/export fail with a message like:
      
          /srv/slapgrid/slappart18/bin/runner-exporter run at : Thu Oct  4 04:30:03 CEST 2018
          Traceback (most recent call last):
            File "<stdin>", line 17, in <module>
          OSError: [Errno 20] Not a directory: '/srv/slapgrid/slappart18/srv//runner/instance/slappart5-mariadb.dump.sql.gz'
      220411a0
  2. 03 Oct, 2018 1 commit
  3. 28 Sep, 2018 1 commit
  4. 25 Jul, 2018 1 commit
  5. 24 Jul, 2018 1 commit
  6. 24 Oct, 2017 1 commit
  7. 27 Sep, 2017 1 commit
    • Hardik Juneja's avatar
      slaprunner: Export (rsync) silence rsync warning · fa8b6eaa
      Hardik Juneja authored
      When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message:
      
           rsync warning: some files vanished before they could be transferred
      
      Long back rafael proped a solution here 387d3b7e
      But it seems like adding --ignore-missing-args dont really help but just ignore the files given in args and are counldn't be found anymore.
      
      /reviewed-on nexedi/slapos!225
      fa8b6eaa
  8. 23 Aug, 2017 1 commit
    • Rafael Monnerat's avatar
      slaprunner: Export (rsync) ignore missing args · 387d3b7e
      Rafael Monnerat authored
        When a file is removed while rsync is running (after build the list and before transfer the file), rsync fail with the follow message:
      
           rsync warning: some files vanished before they could be transferred
      
        This commit includes   --ignore-missing-args into rsync command line to ignore this case, as it is not relevant to the resilience
      if a file is removed.
      387d3b7e
  9. 13 Jun, 2017 1 commit
  10. 03 Jun, 2017 1 commit
  11. 16 May, 2017 2 commits
  12. 05 May, 2017 9 commits
  13. 10 Mar, 2017 1 commit
  14. 04 Jan, 2017 1 commit
  15. 08 Dec, 2016 1 commit
  16. 03 Oct, 2016 1 commit
  17. 15 Sep, 2016 4 commits
  18. 30 Jan, 2015 1 commit
  19. 16 Jan, 2015 2 commits
  20. 15 Oct, 2014 5 commits
  21. 10 Sep, 2014 1 commit
  22. 01 Aug, 2014 1 commit