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.
- 18 Dec, 2018 4 commits
-
-
Jared Watts authored
Cassandra Operator: Scale Down Design
-
Yannis Zarkadas authored
Design documents with an analytical description of how the operator will scale down a Cassandra cluster. Signed-off-by:
Yannis Zarkadas <yanniszarkadas@gmail.com>
-
Alexander Trost authored
Fix name of ec data pool StorageClass parameter
-
Jared Watts authored
Fix the typo in helm.sh
-
- 17 Dec, 2018 5 commits
-
-
Travis Nielsen authored
Fix the test function that deletes the replicapool
-
Earl C. Ruby III authored
The command `kubectl delete -n rook-ceph pool replicapool` used to work, but currently returns the error `error: the server doesn't have a resource type "pool"`. The actual resource type is `cephblockpools`. The resource type `cluster` was also recently changed to `cephcluster`. Since the function commands end with `|| true`, the errors are silently masked and the resources are not deleted. This PR adds delete commands for `cephblockpools` and `cephcluster`, so that regardless of whether you're testing old or new versions of Rook the delete commands will work. Signed-off-by:
Earl C. Ruby III <earlruby@users.noreply.github.com>
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
Alexander Trost authored
Introduced new configurational option "sync"
-
Travis Nielsen authored
Properly detect the ceph image version during upgrade
-
- 16 Dec, 2018 4 commits
-
-
Dmitry Yusupov authored
New configurational option enables flexible choice for write I/O to allow configurable trades between performance, reliability and consistency. This also fixes bcache mis-configuration. Fixes #2367 Signed-off-by:
Dmitry Yusupov <dmitry@nexenta.com>
-
Farhaan Bukhsh authored
Signed-off-by:
Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
-
Jared Watts authored
Fix the documented command to delete replicapool
-
Earl C. Ruby III authored
The command `kubectl delete -n rook-ceph pool replicapool` returns the error `error: the server doesn't have a resource type "pool"`. The actual resource type is `cephblockpools.ceph.rook.io`. Signed-off-by:
Earl C. Ruby III <earlruby@users.noreply.github.com>
-
- 15 Dec, 2018 2 commits
-
-
Alexander Trost authored
EdgeFS: Wrong condition in devices discovery
-
Alexander Trost authored
EdgeFS documentation needs more love
-
- 14 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 11 Dec, 2018 3 commits
-
-
Jared Watts authored
doc: add missed namespace
-
Dmitry Yusupov authored
Signed-off-by:
Dmitry Yusupov <dmitry.yusupov@nexenta.com>
-
Jessynt authored
Signed-off-by:
Jessynt <xr5299@gmail.com>
-
- 10 Dec, 2018 3 commits
-
-
Dmitry Yusupov authored
Fixes #2351 Signed-off-by:
Dmitry Yusupov <dmitry@nexenta.com>
-
Alexander Trost authored
ceph quickstart cluster.yaml fixed
-
Olaf Klischat authored
Signed-off-by:
Olaf Klischat <o.klischat@syseleven.de>
-
- 08 Dec, 2018 12 commits
-
-
Travis Nielsen authored
Restructure docs for storage provider view
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Travis Nielsen authored
Upgrade documentation
-
Travis Nielsen authored
Fix issues with mons and mgr when using hostnetwork
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
Travis Nielsen authored
Openshift update for the SCC Kind
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Blaine Gardner authored
Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 07 Dec, 2018 6 commits
-
-
Travis Nielsen authored
Grant access for ceph-mgr to access the configmaps in the system namespace
-
Travis Nielsen authored
Update the rgw deployment or daemonset when the pod spec changes
-
Alexander Trost authored
Cockroachdb + Minio: Use PersistentVolumeClaimTemplates storage
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Jared Watts authored
[cassandra operator] Scale Down Implementation
-