diff options
author | Kefu Chai <kchai@redhat.com> | 2020-02-21 12:38:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 12:38:33 +0100 |
commit | 659b09a04da1eea9bbee340b51b71ab3855ffd6d (patch) | |
tree | e6ac9feb56fe730965d6e43634e3670cca9fb43b /ceph.spec.in | |
parent | Merge pull request #33422 from tchaikov/wip-ceph-mgr-essentials (diff) | |
parent | doc/mgr/dashboard.rst: s/plugin/module/ (diff) | |
download | ceph-659b09a04da1eea9bbee340b51b71ab3855ffd6d.tar.xz ceph-659b09a04da1eea9bbee340b51b71ab3855ffd6d.zip |
Merge pull request #33435 from tchaikov/wip-viva-la-module
deb,rpm,doc: s/plugin/module/
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 0c88f261846..ecf33da8095 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -533,13 +533,13 @@ Requires: pyOpenSSL Requires: python%{python3_pkgversion}-pyOpenSSL %endif %description mgr-dashboard -ceph-mgr-dashboard is a manager plugin, providing a web-based application +ceph-mgr-dashboard is a manager module, providing a web-based application to monitor and manage many aspects of a Ceph cluster and related components. See the Dashboard documentation at http://docs.ceph.com/ for details and a detailed feature overview. %package mgr-diskprediction-local -Summary: Ceph Manager plugin for predicting disk failures +Summary: Ceph Manager module for predicting disk failures BuildArch: noarch %if 0%{?suse_version} Group: System/Filesystems @@ -552,11 +552,11 @@ Requires: numpy Requires: scipy %endif %description mgr-diskprediction-local -ceph-mgr-diskprediction-local is a ceph-mgr plugin that tries to predict +ceph-mgr-diskprediction-local is a ceph-mgr module that tries to predict disk failures using local algorithms and machine-learning databases. %package mgr-diskprediction-cloud -Summary: Ceph Manager plugin for cloud-based disk failure prediction +Summary: Ceph Manager module for cloud-based disk failure prediction BuildArch: noarch %if 0%{?suse_version} Group: System/Filesystems @@ -570,7 +570,7 @@ Requires: python2-grpcio Requires: python2-protobuf %endif %description mgr-diskprediction-cloud -ceph-mgr-diskprediction-cloud is a ceph-mgr plugin that tries to predict +ceph-mgr-diskprediction-cloud is a ceph-mgr module that tries to predict disk failures using services in the Google cloud. %package mgr-modules-core @@ -609,7 +609,7 @@ enabled by ceph-mgr. %package mgr-rook BuildArch: noarch -Summary: Ceph Manager plugin for Rook-based orchestration +Summary: Ceph Manager module for Rook-based orchestration %if 0%{?suse_version} Group: System/Filesystems %endif @@ -617,23 +617,23 @@ Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: python%{python3_pkgversion}-kubernetes Requires: python%{python3_pkgversion}-jsonpatch %description mgr-rook -ceph-mgr-rook is a ceph-mgr plugin for orchestration functions using +ceph-mgr-rook is a ceph-mgr module for orchestration functions using a Rook backend. %package mgr-k8sevents BuildArch: noarch -Summary: Ceph Manager plugin to orchestrate ceph-events to kubernetes' events API +Summary: Ceph Manager module to orchestrate ceph-events to kubernetes' events API %if 0%{?suse_version} Group: System/Filesystems %endif Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: python%{python3_pkgversion}-kubernetes %description mgr-k8sevents -ceph-mgr-k8sevents is a ceph-mgr plugin that sends every ceph-events +ceph-mgr-k8sevents is a ceph-mgr module that sends every ceph-events to kubernetes' events API %package mgr-cephadm -Summary: Ceph Manager plugin for cephadm-based orchestration +Summary: Ceph Manager module for cephadm-based orchestration BuildArch: noarch %if 0%{?suse_version} Group: System/Filesystems |