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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 24 Jan, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 15 Jan, 2019 1 commit
-
-
travisn authored
Co-authored-by:
jtlayton <jlayton@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 10 Jan, 2019 1 commit
-
-
Timothy Allen authored
Signed-off-by:
Timothy Allen <kex.allen13@gmail.com>
-
- 09 Jan, 2019 3 commits
-
-
Noah Watkins authored
fixes: #2433 Signed-off-by:
Noah Watkins <noahwatkins@gmail.com>
-
Noah Watkins authored
Signed-off-by:
Noah Watkins <noahwatkins@gmail.com>
-
Alexander Trost authored
This allows multiple object stores to be in the same namespace and to be selected separately from each other. Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
- 08 Jan, 2019 1 commit
-
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
- 20 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 16 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 08 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 07 Dec, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 05 Dec, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Yannis Zarkadas authored
Added user documentation for the Cassandra operator and Cluster CRD. Signed-off-by:
Yannis Zarkadas <yanniszarkadas@gmail.com>
-
- 04 Dec, 2018 1 commit
-
-
Blaine Gardner authored
Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 30 Nov, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 28 Nov, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 21 Nov, 2018 1 commit
-
-
Ben Zieglmeier authored
Add the ability to create and manage object store users with CRDs Signed-off-by:
Ben Zieglmeier <benjamin.zieglmeier@target.com>
-
- 08 Nov, 2018 1 commit
-
-
Jared Watts authored
- Add cluster domain to minio spec - Remove port configuration from minio spec - Include unused packages for codegen related repos - Update Minio version to pick up latest fixes - Helper to load cockroachdb demo images into minikube Signed-off-by:
Jared Watts <jbw976@gmail.com>
-
- 01 Nov, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 17 Oct, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 06 Oct, 2018 1 commit
-
-
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:
Blaine Gardner <blaine.gardner@suse.com>
-
- 02 Oct, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 21 Sep, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
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 1 init container in this design: 1. Using the Rook image, call the Rook binary to create Ceph config files shared with the mgr daemgr container. Once this init is run, the main mgr daemgr is run. Leaving room to use the Ceph-versioned image in the future, call `ceph-mgr --foreground ...` to run the Ceph mgr. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 14 Sep, 2018 1 commit
-
-
Ratnadeep Debnath authored
Signed-off-by:
Ratnadeep Debnath <rtnpro@gmail.com>
-
- 12 Sep, 2018 1 commit
-
-
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:
Blaine Gardner <blaine.gardner@suse.com>
-
- 01 Sep, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 31 Aug, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 28 Aug, 2018 1 commit
-
-
Ratnadeep Debnath authored
Signed-off-by:
Ratnadeep Debnath <rtnpro@gmail.com>
-
- 22 Aug, 2018 1 commit
-
-
rohan47 authored
Signed-off-by:
rohan47 <rohanrgupta1996@gmail.com>
-
- 17 Aug, 2018 2 commits
-
-
Jared Watts authored
Signed-off-by:
Jared Watts <jbw976@gmail.com>
-
Alexander Trost authored
This change allows block storage to use a given Ceph pool for it's data. Fixes #1733 Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
- 31 Jul, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 24 Jul, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Alexander Trost authored
This brings Rook in line with the Ceph recommendations. Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
- 19 Jul, 2018 1 commit
-
-
Jared Watts authored
Signed-off-by:
Jared Watts <jbw976@gmail.com>
-
- 11 Jul, 2018 1 commit
-
-
Jared Watts authored
Signed-off-by:
Jared Watts <jbw976@gmail.com>
-