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.
- 01 Nov, 2018 11 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 30 Oct, 2018 1 commit
-
-
Travis Nielsen authored
ceph: log to stderr - fix #2239
-
- 29 Oct, 2018 4 commits
-
-
Travis Nielsen authored
Periodically refresh the flex drivers
-
Blaine Gardner authored
Fixes #2239 Set Ceph logging to `/dev/stderr`, and run rgw setup commands without combined output so that logging (no on stderr) isn't captured as part of the result of commands. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Travis Nielsen authored
Start minikube with k8s 1.12.2 by default
-
- 26 Oct, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 18 Oct, 2018 4 commits
-
-
Jared Watts authored
docs: restore deleted metdata/format syntax to upgrade user guide
-
Travis Nielsen authored
Allow mons to scale up or down
-
Jared Watts authored
Signed-off-by:
Jared Watts <jbw976@gmail.com>
-
Jared Watts authored
Add doc changes for upgrade with incomplete PVCs
-
- 17 Oct, 2018 7 commits
-
-
Travis Nielsen authored
Support alternate libmodules dir
-
John Axel Eriksson authored
The background is that there are at least two distributions with very different host fs layouts. Those would be NixOS and GNU Guix. For example, on NixOS, /lib/modules does not exist, it can instead be found at /run/current-system/kernel-modules/lib/modules where /run/current-system/kernel-modules is a symlink into /nix/store. Within the modules directory, again on NixOS, there are more links into the /nix store. So to support alternate host fs layouts it is now possible to specify the lib/modules host path and in addition specify extra mounts. Signed-off-by:
John Axel Eriksson <john@insane.se>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Travis Nielsen authored
Reduce frequency of device discovery
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Alexander Trost authored
Don't misinterpret command output as string format
-
- 16 Oct, 2018 2 commits
-
-
Alexander Trost authored
use "COPY" instead of "ADD" in Dockerfile
-
Fan, Shang Xiang authored
Signed-off-by:
Fan, Shang Xiang <sxfan@alauda.io>
-
- 15 Oct, 2018 1 commit
-
-
Angus Lees authored
Previous code tried to interpret the string output as a `fmt.Sprintf` string formatter, mangling `%` into `%!(MISSING)`, etc. Thanks to go, I don't belive these are exploitable (unlike the similar error in C). Since this seemed to be a common error in the codebase, I did a quick audit by visually inspecting the results of `git grep 'f([^"]'`. I don't have a good suggestion for automated tests to prevent this in future :( Example error (look for `(MISSING)`): ``` E0927 05:31:07.618429 11227 driver-call.go:237] Failed to unmarshal output for command: unmount, output: "2018-09-27 05:31:07.191711 I | exec: Running command: df --type ceph /var/lib/kubelet/pods/95461479-c216-11e8-bcf0-02030782ac80/volumes/ceph.rook.io~rook/oe-scratch\n2018-09-27 05:46:43.808596 I | Filesystem 1K-blocks Used Available Use%!M(MISSING)ounted on\n2018-09-27 05:46:43.808659 I | 10.107.25.147:6790,10.109.173.79:6790,10.104.85.255:6790:/ 151678976 49410048 102268928 33%!/(MISSING)var/lib/kubelet/pods/95461479-c216-11e8-bcf0-02030782ac80/volumes/ceph.rook.io~rook/oe-scratch\n{\"status\":\"Success\"}\n", error: invalid character '-' after top-level value ``` Signed-off-by:
Angus Lees <gus@inodes.org>
-
- 13 Oct, 2018 1 commit
-
-
Travis Nielsen authored
ceph mds: allow mds deployment scale-down
-
- 12 Oct, 2018 2 commits
-
-
Blaine Gardner authored
fix #2193 Fix regression introduced by PR allowing MDS config creation in init container. This allows the new deployment-based mds clusters to scale down where currently they can only remain constant or scale up. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
Ganesh Maharaj Mahalingam authored
Signed-off-by:
Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
-
- 11 Oct, 2018 3 commits
-
-
Travis Nielsen authored
Ensure that $ROOK_CLUSTER_NAME is set for mgr daemon
-
Jeff Layton authored
We need this environment variable in the main container, not the init container, as it's used by the rook ceph-mgr module. Also fix up the env var counts in the testcase. Fixes: ca71b7a3 (Ceph mgr: Set up config in init container) Signed-off-by:
Jeff Layton <jlayton@redhat.com>
-
Travis Nielsen authored
nfs: rebase nfs image onto fedora 28
-
- 10 Oct, 2018 3 commits
-
-
Travis Nielsen authored
Add Kubernetes 1.12 to Jenkins tests
-
mickymiek authored
Signed-off-by:
mickymiek <meunie_m@etna-alternance.net>
-
Travis Nielsen authored
Generate config in init container for RGW
-