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. 24 Jan, 2019 1 commit
  2. 15 Jan, 2019 1 commit
  3. 10 Jan, 2019 1 commit
  4. 09 Jan, 2019 3 commits
  5. 08 Jan, 2019 1 commit
  6. 20 Dec, 2018 1 commit
  7. 16 Dec, 2018 1 commit
  8. 08 Dec, 2018 1 commit
  9. 07 Dec, 2018 2 commits
  10. 05 Dec, 2018 2 commits
  11. 04 Dec, 2018 1 commit
  12. 30 Nov, 2018 1 commit
  13. 28 Nov, 2018 1 commit
  14. 21 Nov, 2018 1 commit
  15. 08 Nov, 2018 1 commit
  16. 01 Nov, 2018 2 commits
  17. 17 Oct, 2018 2 commits
  18. 06 Oct, 2018 1 commit
    • Blaine Gardner's avatar
      Ceph mds/file: Set up config in init container · ce803fbf
      Blaine Gardner authored
      
      Progress toward issue #2003.
      Includes design from design doc PR #1578
      
      Use init containers to create configuration for Ceph mgrs. There is only
      one init container in this design. The init container calls the Rook
      binary to create Ceph config files which are then shared with the mds
      daemon main container.
      
      Once this init is run, the main mds daemon is run. Leaving room to use
      the Ceph-versioned image in the future, call `ceph-mds --foreground ...`
      to run the Ceph mds.
      
      The refactor to using an init container also necessitated refactoring
      the mdses replicaset implementation to a deployment-per-pod
      implementation due to a chicken-egg problem. With a single container (in
      the before times) the Rook binary was able to call the ceph-mds daemon
      with an id generated from the pod name. Since the pod name is not known
      before runtime, and the id is one of the few params that must be
      specified to Ceph daemons on run, it is necessary to know the id
      beforehand; thus the move to a deployment architecture following the
      likes of the mon and mgr daemons.
      Signed-off-by: default avatarBlaine Gardner <blaine.gardner@suse.com>
      ce803fbf
  19. 02 Oct, 2018 1 commit
  20. 21 Sep, 2018 2 commits
  21. 14 Sep, 2018 1 commit
  22. 12 Sep, 2018 1 commit
    • Blaine Gardner's avatar
      Ceph mon: Set up config in init containers · 655692e8
      Blaine Gardner authored
      
      Progress toward issue #2003.
      Includes design from design doc PR #1578
      
      Use init containers to create configuration for Ceph mons. There are 3
      init containers in this design:
       1. Using the Rook image, call the Rook binary to create Ceph config
      files ultimately stored in a k8s EmptyDir which is shared between all
      containers in a mon pod.
       2. Leaving room to use the Ceph-versioned image in the future, call
      `monmaptool` to generate the monmap, stored in a shared config dir.
       3. Leaving room to use the Ceph-versioned image in the future, call
      `ceph-mon --mkfs ...` to set up the mon filesystem on the host's disk.
      
      Once this init is run, the main mon daemon is run. Leaving room to use
      the Ceph-versioned image in the future, call `ceph-mon --foreground ...`
      to run the Ceph mon.
      Signed-off-by: default avatarBlaine Gardner <blaine.gardner@suse.com>
      655692e8
  23. 01 Sep, 2018 1 commit
  24. 31 Aug, 2018 1 commit
  25. 28 Aug, 2018 1 commit
  26. 22 Aug, 2018 1 commit
  27. 17 Aug, 2018 2 commits
  28. 31 Jul, 2018 1 commit
  29. 24 Jul, 2018 2 commits
  30. 19 Jul, 2018 1 commit
  31. 11 Jul, 2018 1 commit