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. 08 Dec, 2018 1 commit
  2. 07 Dec, 2018 2 commits
  3. 05 Dec, 2018 2 commits
  4. 04 Dec, 2018 1 commit
  5. 30 Nov, 2018 1 commit
  6. 28 Nov, 2018 1 commit
  7. 21 Nov, 2018 1 commit
  8. 08 Nov, 2018 1 commit
  9. 01 Nov, 2018 2 commits
  10. 17 Oct, 2018 2 commits
  11. 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
  12. 02 Oct, 2018 1 commit
  13. 21 Sep, 2018 2 commits
  14. 14 Sep, 2018 1 commit
  15. 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
  16. 01 Sep, 2018 1 commit
  17. 31 Aug, 2018 1 commit
  18. 28 Aug, 2018 1 commit
  19. 22 Aug, 2018 1 commit
  20. 17 Aug, 2018 2 commits
  21. 31 Jul, 2018 1 commit
  22. 24 Jul, 2018 2 commits
  23. 19 Jul, 2018 1 commit
  24. 11 Jul, 2018 1 commit
  25. 09 Jul, 2018 1 commit
  26. 05 Jul, 2018 1 commit
  27. 25 Jun, 2018 1 commit
  28. 24 Jun, 2018 1 commit
  29. 22 Jun, 2018 1 commit
  30. 19 Jun, 2018 1 commit
  31. 16 Jun, 2018 1 commit
  32. 15 Jun, 2018 1 commit
    • Zhang Miaolei's avatar
      support ipv6 host-port pair · 100e8025
      Zhang Miaolei authored
      
      deprecate NetworkInfo.PublicAddrIPv4, use NetworkInfo.PublicAddr instead
      deprecate NetworkInfo.ClusterAddrIPv4, use NetworkInfo.ClusterAddr instead
      deprecate command flag public-ipv4, use public-ip instead
      deprecate command flag private-ipv4, use private-ip instead
      change ROOK_PUBLIC_IPV4 to ROOK_PUBLIC_IP
      change ROOK_PRIVATE_IPV4 to ROOK_PRIVATE_IP
      Signed-off-by: default avatarZhang Miaolei <zmlcc@outlook.com>
      100e8025
  33. 07 Jun, 2018 1 commit