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.
- 12 Sep, 2019 3 commits
-
-
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 17 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>
-
Dmitry Yusupov authored
edgefs image version update in examples and docs
-
travisn authored
Add support for MachineDisruptionBudget controller and MachineLabel controller required for fencing in OpenShift. This will ensure that machines are only fenced and OSDs are only stopped when Ceph is in a healthy state. Co-authored-by:
Ashish Ranjan <aranjan@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
Blaine Gardner authored
ceph docs: identify required ceph configs
-
Dmitry Yusupov authored
Signed-off-by:
Dmitry Yusupov <dmitry.yusupov@nexenta.com>
-
Blaine Gardner authored
Make users aware of the newly 'required' configs earlier in the upgrade doc so they have more context when they arrive at the upgrade step to consider changing these for their own clusters. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
Travis Nielsen authored
Fix topologyAware on PVC-based OSDs
-
Travis Nielsen authored
Ceph: Ability to enable pg_autoscaler mgr module via CRD
-
Travis Nielsen authored
updating additionalPrinterColumns for CephFS
-
Travis Nielsen authored
Use v1.2.0 ceph-csi version
-
Rohan CJ authored
Signed-off-by:
Rohan CJ <rohantmp@gmail.com>
-
travisn authored
We can now enable via the cluster CR any manager module with a setting under the new mgr element mgr: modules: - name: pg_autoscaler enabled: true Co-authored-by:
Sébastien Han <seb@redhat.com> Co-authored-by:
travisn <tnielsen@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
Travis Nielsen authored
configure cephfs and rbd servers
-
Blaine Gardner authored
Ceph osd: lower OSD pod minimum mem to 2Gb
-
Travis Nielsen authored
Fix build break from bad merge with method rename
-