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.
- 29 Jan, 2019 1 commit
-
-
Dmitry Yusupov authored
Signed-off-by:
Dmitry Yusupov <dmitry.yusupov@nexenta.com>
-
- 28 Jan, 2019 5 commits
-
-
Alexander Trost authored
mon: do not generate nor inject a monmap
-
Sébastien Han authored
Given that we have mon_host and mon_initial_members sections in our ceph.conf, building a monitor map is not needed. During the monitor mkfs a monmap will get generated on the fly based on the section mentioned above. One benefit from that commit is a potential speed improvement as we have removed the container that was generating the map from the monitor initialization sequence. Resolves: https://github.com/rook/rook/issues/2576 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Travis Nielsen authored
Ceph misc comment fixes
-
Sébastien Han authored
The Endpoint has a format such as ip:port and the comment was implying something like hostname:port. Thus fixing the comment with the right value. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Sébastien Han authored
The code header was missing, so adding it. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- 25 Jan, 2019 1 commit
-
-
Travis Nielsen authored
Update ceph status to Stable
-
- 24 Jan, 2019 9 commits
-
-
Travis Nielsen authored
Document ceph-csi drivers implementation
-
Travis Nielsen authored
design: ceph: update ceph configuration strategy
-
Travis Nielsen authored
Allow disabling of fsGroup in the flex driver
-
Travis Nielsen authored
ceph/osd: send log output to stderr
-
Noah Watkins authored
The io.MultiReader(r1, r2) reads r1 until EOF before moving on to r2. When used for stdout/stderr stderr will not be written to the log until stdout reaches EOF. This patch reads stderr in a go routine so that the two streams can be interleaved properly. Fixes: #2479 Signed-off-by:
Noah Watkins <noahwatkins@gmail.com>
-
Blaine Gardner authored
Propose a new design to update Rook's Ceph configuration strategy to align with Ceph's recent changes to the config process. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Alexander Trost authored
Change timeout for dpkg unlock for Ubuntu GCE test systems
-
Christopher P. Maher authored
Signed-off-by:
Christopher P. Maher <chris@mahercode.io>
-
- 23 Jan, 2019 2 commits
-
-
mickymiek authored
Signed-off-by:
mickymiek <meunie_m@etna-alternance.net>
-
Alexander Trost authored
added support for edgefs-monitoring via Prometheus
-
- 22 Jan, 2019 1 commit
-
-
SkySonR authored
Signed-off-by:
Renat Skitsan <renatskitsan@gmail.com>
-
- 21 Jan, 2019 3 commits
-
-
Travis Nielsen authored
Use the default mon port of 6789 instead of 6790
-
Travis Nielsen authored
Set mgr privs for access to the rbd mirroring settings
-
Dmitry Yusupov authored
Signed-off-by:
Dmitry Yusupov <dmitry.yusupov@nexenta.com>
-
- 20 Jan, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 18 Jan, 2019 2 commits
-
-
Jared Watts authored
fix operator app label
-
anarcat authored
In our 0.9 rook deployment, the `app` label assigned to the operator is `rook-ceph-operator` which was incorrectly speficied in the documentation: ``` $ kubectl describe pod/rook-ceph-operator-765bcd58b-6rr2q | grep app= Labels: app=rook-ceph-operator ``` Signed-off-by:
Antoine Beaupré <anarcat@debian.org>
-
- 17 Jan, 2019 4 commits
-
-
Travis Nielsen authored
cassandra,edgefs: Fix misspelled words
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Madhu Rajanna authored
This has the changes after make codegen Signed-off-by:
Madhu Rajanna <mrajanna@redhat.com>
-
Madhu Rajanna authored
This PR fixes the misspelled words in comment and struct fields. Signed-off-by:
Madhu Rajanna <mrajanna@redhat.com>
-
- 15 Jan, 2019 10 commits
-
-
Travis Nielsen authored
Ceph NFS Ganesha CRD
-
Travis Nielsen authored
Upgrade test is from v0.9 to master
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Co-authored-by:
jtlayton <jlayton@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Co-authored-by:
jtlayton <jlayton@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Co-authored-by:
jtlayton <jlayton@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Co-authored-by:
jtlayton <jlayton@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Travis Nielsen authored
fix for enabling tls on rados gateway s3 api:
-
Jack Lauritsen authored
this mounts secret as volume to rgw container this adds certificate path to init container Signed-off-by:
Jack Lauritsen <jack.lauritsen@teradata.com>
-
- 14 Jan, 2019 1 commit
-
-
Alexander Trost authored
Correctly set secretkey from mountSecretKey param
-