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.
- 17 Sep, 2019 3 commits
-
-
Sébastien Han authored
v14.2.4 just got released so let's use it. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Travis Nielsen authored
Remove helm incompatible chars from values.yaml
-
Travis Nielsen authored
nfs: fail if no mds are running
-
- 16 Sep, 2019 4 commits
-
-
Sébastien Han authored
NFS: Added an example to consume the nfs export created by nfs operator.
-
Dinar Valeev authored
Remove %% around VERSION in charts yaml, so helm can process it. Otherwise helm complains: "unmarshal vendor values: yaml: line 7: found character that cannot start any token" Signed-off-by:
Dinar Valeev <k0da@opensuse.org>
-
Sébastien Han authored
ceph: make lifecycle hook chown less verbose
-
Sébastien Han authored
In order to run ganesha exporting cephfs we must have an MDS server running. So, we check if the pool was created. If not present we fail the instanciation of the CR. Closes: https://github.com/rook/rook/issues/3835 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- 13 Sep, 2019 4 commits
-
-
rohan47 authored
Signed-off-by:
rohan47 <rohgupta@redhat.com>
-
Sébastien Han authored
It looks like on large store, the `--verbose` option is going over grpc message buffer, since the output might be quite big. See the error: ([chown --recursive --verbose ceph:ceph /var/log/ceph /data/rook-storage/osd11]) for Container "osd" in Pod "rook-ceph-osd-11-85dbbb5cd6-djttp_rook-ceph(4bf77ccd-d631-11e9-8334-fa163ed365ca)" failed - error: rpc error: code = ResourceExhausted desc = grpc: trying to send message larger than max (15133688 vs. 8388608), message: "" Removing the verbose flag should fix this. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Sébastien Han authored
Changed description for CephDataRecoveryTakingTooLong alert
-
Umanga Chapagain authored
Previous alert description was confusing. This makes it more generic and user understandable. Signed-off-by:
Umanga Chapagain <chapagainumanga@gmail.com>
-
- 12 Sep, 2019 6 commits
-
-
Blaine Gardner authored
Updated instructions for Ceph upgrades from v1.0
-
travisn authored
The upgrade was missing some final features that were added recently such as the pod disruption budgets. The namespaced RBAC changes also needed to have the appropriate namespaces included if they had installed the operator in a different namespace from rook-ceph. Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Sébastien Han authored
[Disruption logging]: Wrap the openshift fencing reconcilers with error loggers.
-
Sébastien Han authored
replace hard code namespace with release namespace
-
Sébastien Han authored
Set "ssl_server_port" dashboard setting if it is present in ceph dashboard config
-
- 11 Sep, 2019 3 commits
-
-
Deng Zhou authored
Signed-off-by:
Deng Zhou <deng.zhou@petuum.com>
-
Sébastien Han authored
ignore updates on nbd device
-
Sébastien Han authored
Set the Command property for the OSD prepare init container blkdevmapper
-
- 10 Sep, 2019 6 commits
-
-
Blaine Gardner authored
ceph upgrade doc: document CSI image changes
-
Blaine Gardner authored
The configuration for using Rook with CSI images has changed somewhat since v1.0, and users of Ceph's CSI drivers will need to consider some additional update steps. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
rohan47 authored
We want the OSD DOWN message to be shown when debug option is set to true in the rook-ceph operator. Signed-off-by:
rohan47 <rohgupta@redhat.com>
-
rohan47 authored
If a Ceph container image is specified which has a entrypoint then the Init container for osd prepare job blkdevmapper will fail. So set the Command property. Signed-off-by:
rohan47 <rohgupta@redhat.com>
-
Ashish Ranjan authored
This commit wraps the existing reconcile logic for mdb and machinelabel controller with a secondary reconcile func for better logging as rook's logging mechanism is not compatible with controller-runtime logging interface. Signed-off-by:
Ashish Ranjan <aranjan@redhat.com>
-
Travis Nielsen authored
Helm: Always apply boolean settings
-
- 09 Sep, 2019 11 commits
-
-
travisn authored
THe boolean helm settings were only being applied if their value was true. If the desired value was false, the value would be skipped in the chart instead of adding it with the value of false. Signed-off-by:
travisn <tnielsen@redhat.com>
-
Blaine Gardner authored
Ceph: use combined output from ceph-volume
-
Travis Nielsen authored
Increase sidecar timeout from 60s to 150s
-
Travis Nielsen authored
Fix: only schedule node drain canaries on nodes with osds
-
Travis Nielsen authored
Add leases rules to csi roles in helm chart
-
Blaine Gardner authored
ceph-volume now sends status and log output to stderr, which breaks `ceph-volume lvm prepare` if not other things as well. Use the combined stdout and stderr output from ceph-volume to fix this. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
Alexander Trost authored
Fixed HighMonLeaderChanges Alert
-
Juan Miguel Olmo Martínez authored
Starting with Nautilus 14.2.1 the dashboard SSL port is readed from <<mgr/dashboard/ssl_server_port>> ceph setting. Previous versions use the port specified in <<mgr/dashboard/server_port>> Addressed @travisn suggestion about use of <ssl> attribute in conditional. This suggestion drove me to change the type of the SSl attribute (from *bool to bool) in the DashboardSpec Struct. This makes code more clean/safe and make sure that the SSL atribute has always a meaningful value. Now if you want to run the <secure dashboard> you need to set explicitly SSL to true, as is demonstrated in unit tests. [x] Code generation (make codegen) has been run to update object specifications Signed-off-by:
Juan Miguel Olmo Martínez <jolmomar@redhat.com>
-
Umanga Chapagain authored
rounded the value of MonLeaderChange Rate to 2 decimal points (e.g. 2.44) previously, we had 16 decimal points (e.g. 2.4406779661016946). This makes the alert notification more sensible and readable. Signed-off-by:
Umanga Chapagain <chapagainumanga@gmail.com>
-
Madhu Rajanna authored
At present, the request timeout of sidecars are at 60s and this is a request to increase this time out value to 150s or higher. The higher timeout value can help to reduce the load of our backend ceph cluster and also can avoid throttling issues at sidecars to an extend. Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
Madhu Rajanna authored
update helm chats roles for leases roles Signed-off-by:
Madhu Rajanna <madhupr007@gmail.com>
-
- 06 Sep, 2019 3 commits
-
-
Blaine Gardner authored
NFS: Fix operator.yaml line endings
-
Travis Nielsen authored
Adds MDB controller and machineLabel controller required for fencing
-
Blaine Gardner authored
NFS operator.yaml example file had Windows (CRLF) line endings instead of the Unix (LF) line endings used elsewhere. Fix this. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-