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.
- 30 Apr, 2019 1 commit
-
-
travisn authored
The flex settings cannot be passed to the driver with environment variables. There is no context available for returning the flex settings except that the flex driver will look in a config file in the same directory. These settings must be valid or else the driver will return the default settings. Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 28 Apr, 2019 1 commit
-
-
travisn authored
The alpha, beta, and stable channels do not match the rook release process. Each storage provider defines their own stability based on the CRDs rather than defining it with the release process. Rook really only has two release streams: master and the official releases. Master is published with each merge, while releases go through a signoff process to ensure quality. Thus, the alpha, beta, and stable channels are removed and replaced with a single release channel. Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 24 Apr, 2019 2 commits
-
-
Alexander Trost authored
This seems to fix issues with Minio which have just now appeared out of nowhere. Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
Rohan CJ authored
This reverts commit b7a564e9, reversing changes made to 6996571b . Reverting: Linking ceph noout to a node taint. The taint is applied for reasons other than maintenance as well. This also needs a way to respect user-set noout. Need to revisit this with a better design. Signed-off-by:
Rohan CJ <rohantmp@gmail.com>
-
- 23 Apr, 2019 2 commits
-
-
travisn authored
The CephCluster CR contains settings that are needed by other CRs to configure the Ceph daemons. When the CephCluster CR is updated, the updates will now be passed on to each of the CR controllers to ensure the daemons are updated properly without requiring an operator restart. When calling the controllers from another controller, we ensure that only a single goroutine is handling CRs at any given time to prevent contention across multiple CRs of the same type. Signed-off-by:
travisn <tnielsen@redhat.com>
-
Ash Wu authored
1. Add support of `metadataDevice` & `databaseSizeMB` options to OSDs provisioned by `ceph-volume`. 2. Add `ceph-volume --report` output before the actual run to provide more info. Signed-off-by:
Ash Wu <hSATAC@gmail.com> Co-authored-by:
Ash Wu <hSATAC@gmail.com> Co-authored-by:
Chia-liang Kao <clkao@clkao.org>
-
- 22 Apr, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 18 Apr, 2019 1 commit
-
-
Blaine Gardner authored
Add a 'ceph-version' label to application controllers in the same manner as the prior 'rook-version' label to help with upgrades. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 17 Apr, 2019 1 commit
-
-
Rohan CJ authored
- Add noout functions to osd client - export the functions DiscoverStorageNodes,GetAllStorageNodes from pkg/operator/ceph/cluster/osd - Update PendingReleaseNotes.md Signed-off-by:
Rohan CJ <rohantmp@gmail.com>
-
- 16 Apr, 2019 1 commit
-
-
Noah Watkins authored
this patch monitors udev events from the block subsystem via the udevadm tool. it watches for add and delete events within a specified period (e.g. 2 seconds) and then emits a trigger which starts a new device probe operation. Signed-off-by:
Noah Watkins <noahwatkins@gmail.com>
-
- 15 Apr, 2019 1 commit
-
-
Sébastien Han authored
We now run all the daemon with a new option from Nautilus 14.2.1 which allows us to tell to a daemon to not log on file. However, we can decide to activate logging by editing the configuration flag 'log_to_file' via the centralized config store like this for a particular daemon: ceph config set mon.a log_to_file true This is useful when a daemon keeps crashing and we want to collect log files on the system. Fixes: https://github.com/rook/rook/issues/2881 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- 11 Apr, 2019 1 commit
-
-
Blaine Gardner authored
Make the Ceph operator more cautious about when it decides to remove nodes from the Rook-Ceph cluster which are acting as osd hosts. When `useAllNodes` is set to `true` we assume that the user wants to have the most hands-off experience. Node removals are allowed when a node is delted from Kubernetes and when a node has its taints/affinities modified by the user (but not by automatic k8s modification as much as possible). When `useAllnodes` is set to `false` the only time a node is removed is if it is removed from the Ceph cluster definition. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 10 Apr, 2019 1 commit
-
-
travisn authored
The CephCluster resource will now expose the health of the ceph cluster so admins can query the status with k8s api or kubectl instead of needing to run the rook toolbox. The operator will query the ceph status periodically and update the status in the custom resource. Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 07 Apr, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 04 Apr, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 19 Mar, 2019 1 commit
-
-
travisn authored
The desired number of mons could change depending on the number of nodes in a cluster. For example, three mons would be the min number of mons in a production cluster with at least three nodes. If there are five or more nodes, the number of mons could increase to five in order to increase the failure tolerance to two nodes. This is accomplished by a new setting in the cluster CRD preferredCount. If the number of hosts exceeds preferredCount, more mons are added to quorum. If the number of hosts drops below the preferred count, the operator would reduce the quorum size to the smaller desired count. Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 14 Mar, 2019 1 commit
-
-
Stefan Haas authored
Signed-off-by:
Stefan Haas <shaas@suse.com>
-
- 13 Mar, 2019 1 commit
-
-
Blaine Gardner authored
In the form of mon, mgr, mds, and rgw, convert the rbd-mirror to be configured completely from the operator. This is a straightforward conversion with one functional addition: the rbd-mirror daemon stores *no* data and has no default data dir, so the concept of a `Dataless` daemon is here introduced. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 07 Mar, 2019 1 commit
-
-
Blaine Gardner authored
Configure the Ceph rgw daemon completely from the operator a la the recent changes to the Ceph mon, mgr, and mds operators. Create the rgw deployment or daemonset first, and then create the keyring secret for the object store with its owner reference as the corresponding deployment or daemonset. When the replication controller is deleted, the secret is also deleted. The RGW's mime.types file is now stored in a configmap with a different file created for each object store. This is primarily just a means to get the mime.types file into the rgw pod, but the added benefit is that the administrator can modify the configmap, which could reduce susceptibility to file type execution vulnerabilities (worst case). Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 28 Feb, 2019 1 commit
-
-
Blaine Gardner authored
Configure the Ceph mds daemon completely from the operator a la the recent changes to the Ceph mon and mgr operators. Create the mds deployments first and then create the keyring secrets for them with their owner reference as the corresponding deployment. This will mean that the secrets do not need to be micromanaged. When the deployment is deleted, the secret is also deleted. This has not been necessary for the mons or the manager since the mons share a keyring with a lifespan of the cluster, as does the mgr, which currently has single-mgr support only. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 14 Feb, 2019 1 commit
-
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
- 13 Feb, 2019 1 commit
-
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
- 11 Feb, 2019 1 commit
-
-
Blaine Gardner authored
Configure the Ceph mgr daemon completely from the operator a la the recent changes to the Ceph mon operator. The pod spec for the mgr changed quite a bit, and instead of updating the unit tests of questionable use, some additional unit test tools applicable to any Ceph daemon have been added and used with the mgr. The mgrs unit tests should now be more useful and get in the way of devs less, and they can be used by other daemons later. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 05 Feb, 2019 1 commit
-
-
Blaine Gardner authored
Make the Rook config-init unnecessary for mons, and remove that init container. Perform all mon configuration steps in the operator, and set up the mon pods and k8s environment such that only Ceph containers are needed for running mons. This should help streamline changes to the mons, as there will be no need to change the `daemon/mon` code or `cmd/rook/ceph` code with mon changes in the future. This work starts to lay the groundwork for supporting the `design/ceph-config-updates.md` design. Notable new bits: Create a keyring secret store helper for storing dameon keyrings, and use it to store the mon keyring. Mon pods mount the keyring into a k8s secret-backed volume. Create a configmap store for the Ceph config file which can be mounted into pods/containers directly to /etc/ceph/ceph.conf. Also store individual mon_host and mon_initial_members values which can be mapped into pods as environment variables and used in Ceph commandline flags, enabling the mon pods to have the most up-to-date information about the mon cluster when restarting and without need for operator intervention. Signed-off-by:
Blaine Gardner <blaine.gardner@suse.com>
-
- 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 1 commit
-
-
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>
-
- 24 Jan, 2019 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 15 Jan, 2019 1 commit
-
-
travisn authored
Co-authored-by:
jtlayton <jlayton@redhat.com> Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 10 Jan, 2019 1 commit
-
-
Timothy Allen authored
Signed-off-by:
Timothy Allen <kex.allen13@gmail.com>
-
- 09 Jan, 2019 3 commits
-
-
Noah Watkins authored
fixes: #2433 Signed-off-by:
Noah Watkins <noahwatkins@gmail.com>
-
Noah Watkins authored
Signed-off-by:
Noah Watkins <noahwatkins@gmail.com>
-
Alexander Trost authored
This allows multiple object stores to be in the same namespace and to be selected separately from each other. Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
- 08 Jan, 2019 1 commit
-
-
Alexander Trost authored
Signed-off-by:
Alexander Trost <galexrt@googlemail.com>
-
- 20 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 16 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 08 Dec, 2018 1 commit
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 07 Dec, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
- 05 Dec, 2018 2 commits
-
-
travisn authored
Signed-off-by:
travisn <tnielsen@redhat.com>
-
Yannis Zarkadas authored
Added user documentation for the Cassandra operator and Cluster CRD. Signed-off-by:
Yannis Zarkadas <yanniszarkadas@gmail.com>
-