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. 06 Sep, 2019 1 commit
  2. 22 Aug, 2019 1 commit
  3. 14 Aug, 2019 1 commit
  4. 13 Aug, 2019 1 commit
    • Michael Fritch's avatar
      docs: Add Clarity to Ceph CRDs · fbf9f953
      Michael Fritch authored
      
      - Improve readability of 'Replicated' and 'Erasure Coded' sections
      - Clarify replicated sample requires 1 OSD located on 3 different nodes
      - Add whitespace to 'Pool Settings' section
      - Add link to the k8s 'StorageClass' concept
      - Rename instances of 'object store' as literal
      `CephObjectStore`
      - Rename instances of 'object store user' as literal
      `CephObjectStoreUser`
      - Other minor verbiage and syntax clean-up
      Signed-off-by: default avatarMichael Fritch <mfritch@suse.com>
      fbf9f953
  5. 07 Aug, 2019 1 commit
    • travisn's avatar
      enable the ceph-csi driver by default · 0a3fbf62
      travisn authored
      
      CSI is now the preferred storage driver for Rook.
      By default both the CSI and flex drivers will be started
      by the operator. In a future release the flex driver
      will be deprecated, but for now is still supported.
      
      The drivers can be disabled with an environment
      variable in the operator deployment in operator.yaml.
      If users are only using one driver or the other there is
      no need to enable both drivers.
      Signed-off-by: default avatartravisn <tnielsen@redhat.com>
      0a3fbf62
  6. 04 Apr, 2019 1 commit
    • travisn's avatar
      refactor the ceph cluster crd and related example yamls · ceb2be1a
      travisn authored
      
      The RBAC is tedious to copy everywhere with the cluster.yaml and is confusing to newcomers.
      The common resources are now factored into the operator-common.yaml for the common scenario
      of creating a single cluster. Examples are now added for configuration of the operator
      and cluster crds to provide a more complete set.
      Signed-off-by: default avatartravisn <tnielsen@redhat.com>
      ceb2be1a
  7. 04 Mar, 2019 1 commit
  8. 04 Feb, 2019 1 commit
  9. 16 Dec, 2018 1 commit
  10. 08 Dec, 2018 1 commit
  11. 07 Dec, 2018 1 commit
  12. 05 Dec, 2018 2 commits
  13. 14 Sep, 2018 1 commit
  14. 17 Aug, 2018 1 commit
  15. 24 Jul, 2018 1 commit
  16. 13 Jul, 2018 1 commit
  17. 11 Jul, 2018 1 commit
  18. 28 Jun, 2018 1 commit
  19. 18 May, 2018 1 commit
  20. 16 Mar, 2018 1 commit
  21. 20 Jan, 2018 1 commit
  22. 13 Jan, 2018 1 commit
  23. 02 Nov, 2017 1 commit
  24. 09 Oct, 2017 1 commit
    • Steve Leon's avatar
      Rook plugin for Kubernetes implemented as flexvolume · b4279e06
      Steve Leon authored
      - Operator is deployed under namespace rook-system
      - Operator deploys rook-agent on all nodes as daemonset also on
        rook-system
      - Rook-agent installs flexvolume driver on hosts
      - Rook-agent listens on unix socket for driver requests
      - Rook-agent perform attach/detach on its node
      - Rook-agent creates/delete CRD volumeattach objects
      - Added fencing to support ROX and RWO
      - Added unit and integration tests
      - Updated examples and docks
      
      fixes #432
      b4279e06
  25. 19 Sep, 2017 1 commit
  26. 09 Aug, 2017 1 commit
  27. 08 Aug, 2017 2 commits
  28. 07 Aug, 2017 1 commit
  29. 04 Aug, 2017 1 commit
  30. 18 Apr, 2017 1 commit
  31. 17 Apr, 2017 2 commits
    • Steve Leon's avatar
      Added volume provisioner to Rook · 23646811
      Steve Leon authored
      - The provisioner is a Kubernetes external volume provisioner
      - It calls the Rook API to create and delete volumes on behalf
        of Kubernetes
      - It automatically discover Ceph monitor endpoints
      - It locates RBD ceph user keys based on the Rook cluster location
      - It uses the in-tree RBD volume plugin to do the map/unmap
      - Also modify the documentation to reflect the changes on the
        storageclass
      23646811
    • Travis Nielsen's avatar
      Add object and file system walkthroughs · 6f51db63
      Travis Nielsen authored
      6f51db63