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.
- 04 Feb, 2019 1 commit
-
-
Sébastien Han authored
We now refuse to start more than one monitor on the same machine if hostnetworking is enabled. Supporting this creates a lot more complexity from the rook side. Also having 3 monitors running on the same machine is not a production setup. This means multi-cluster support on the same machine is not possible anymore when hostnetworking is enabled. Resolves: https://github.com/rook/rook/issues/2604 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- 01 Feb, 2019 2 commits
-
-
Travis Nielsen authored
ceph: no longer create fallback osd
-
Blaine Gardner authored
Rook's behavior should not be to create a default OSD in dataDirHostPath when no devices are present on a node. Any preexisting fallback osd should be kept as long as no dirs or disks have been specified to keep the legacy behavior for those clusters running with these osds in place. The legacy deletion behavior is also kept, removing the osd as soon as any dir or device is specified other than the dataDirHostPath dir. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 31 Jan, 2019 2 commits
-
-
Alexander Trost authored
Ceph Dashboard Documentation: retrieve dashboard password in a cleaner way
-
Andri Steiner authored
Signed-off-by:
Andri Steiner <andri@opsone.ch>
-
- 30 Jan, 2019 5 commits
-
-
Travis Nielsen authored
Update the roadmap for the 1.0 milestone
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Travis Nielsen authored
pkg: timeout ceph commands
-
Sébastien Han authored
Following Golang conventions, I'm adding the missing comments on the constants and exported functions. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Sébastien Han authored
The Ceph CLI has the flag option '--connect-timeout' which controls the timeout of the command when reaching out to a monitor. If the connection cannot be established within 15 seconds, the command will fail. The default value in Ceph is relatively long (300sec IIRC). This is a problem when monitors have trouble reaching out quorum, since this means the command will only fail after 300 sec. Now we fail faster. Resolves: https://github.com/rook/rook/issues/2574 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- 29 Jan, 2019 3 commits
-
-
Alexander Trost authored
EdgeFS dynamic HDD/SSD detection logic fix
-
Alexander Trost authored
support for EdgeFS UI
-
Dmitry Yusupov authored
Signed-off-by:
Dmitry Yusupov <dmitry.yusupov@nexenta.com>
-
- 28 Jan, 2019 6 commits
-
-
Anton Skriptsov authored
Signed-off-by:
Anton Skriptsov <anton.skriptsov@nexenta.com>
-
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 2 commits
-
-
Travis Nielsen authored
cassandra,edgefs: Fix misspelled words
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-