This project is mirrored from https://gitee.com/wangmingco/rook.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 25 Apr, 2019 2 commits
  2. 18 Apr, 2019 1 commit
  3. 12 Apr, 2019 1 commit
  4. 11 Apr, 2019 1 commit
    • Blaine Gardner's avatar
      ceph: remove osds only when certain · a8008298
      Blaine Gardner authored
      
      Make the Ceph operator more cautious about when it decides to remove
      nodes from the Rook-Ceph cluster which are acting as osd hosts.
      
      When `useAllNodes` is set to `true` we assume that the user wants to
      have the most hands-off experience. Node removals are allowed when a
      node is delted from Kubernetes and when a node has its taints/affinities
      modified by the user (but not by automatic k8s modification as much as
      possible).
      
      When `useAllnodes` is set to `false` the only time a node is removed is
      if it is removed from the Ceph cluster definition.
      Signed-off-by: default avatarBlaine Gardner <blaine.gardner@suse.com>
      a8008298
  5. 15 Mar, 2019 1 commit
  6. 14 Mar, 2019 1 commit
  7. 14 Feb, 2019 1 commit
  8. 19 Jan, 2019 1 commit
  9. 07 Dec, 2018 1 commit
  10. 05 Dec, 2018 1 commit
  11. 28 Nov, 2018 1 commit
  12. 21 Nov, 2018 1 commit
  13. 08 Nov, 2018 1 commit
  14. 17 Oct, 2018 1 commit
  15. 15 Oct, 2018 1 commit
  16. 30 Sep, 2018 3 commits
    • Bassam Tabbara's avatar
      simplify dependencies and add vendor.update target · eabc9bde
      Bassam Tabbara authored
      
      remove all cosntraints that are not really needed from Gopkg.toml.
      we should only be adding constraints that are direct dependencies
      of the project and we require a specific version/revision of.
      
      added a vendor.update makefile target that can be used to update
      dependencies to the latest.
      Signed-off-by: default avatarBassam Tabbara <bassam@upbound.io>
      eabc9bde
    • Bassam Tabbara's avatar
      ensure all vendor deps have constraints · 727f46d1
      Bassam Tabbara authored
      
      all vendor dependencies in Gopkg.toml now have constraints. this will
      ensure that they do not float as people run `make vendor`. if you need
      a new package be sure to change the contraint explicitly.
      Signed-off-by: default avatarBassam Tabbara <bassam@upbound.io>
      727f46d1
    • Bassam Tabbara's avatar
      add vendor checks · 2464e328
      Bassam Tabbara authored
      
      this commit updates dep to version 0.5, and adds a check during
      CI runs that enforces that the vendor dependencies have not changed.
      There is a now a makefile target `make vendor.check` that performs
      this check. Also removed the requirement that PR run make vendor as
      this will be done by CI.
      Signed-off-by: default avatarBassam Tabbara <bassam@upbound.io>
      2464e328
  17. 21 Sep, 2018 1 commit
  18. 24 Jul, 2018 1 commit
  19. 09 Jul, 2018 1 commit
  20. 23 Jun, 2018 1 commit
  21. 21 Jun, 2018 1 commit
  22. 16 Mar, 2018 1 commit
  23. 24 Jan, 2018 1 commit
  24. 12 Dec, 2017 1 commit
  25. 11 Dec, 2017 2 commits
  26. 14 Nov, 2017 1 commit
  27. 27 Oct, 2017 2 commits