From: Nizamudeen A Date: Thu, 25 Jan 2024 07:43:41 +0000 (+0530) Subject: vstart: add nvmeof_gw to the vstart script X-Git-Tag: v19.3.0~104^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F54781%2Fhead;p=ceph.git vstart: add nvmeof_gw to the vstart script so that it can be later used by the dashboard to configure the nvmeof through UI and create rbd pool in UI Fixes: https://tracker.ceph.com/issues/64201 Signed-off-by: Nizamudeen A --- diff --git a/ceph.spec.in b/ceph.spec.in index d061803099e..139c462eef7 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -625,14 +625,20 @@ Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: ceph-grafana-dashboards = %{_epoch_prefix}%{version}-%{release} Requires: ceph-prometheus-alerts = %{_epoch_prefix}%{version}-%{release} Requires: python%{python3_pkgversion}-setuptools +%if 0%{?fedora} || 0%{?rhel} >= 9 Requires: python%{python3_pkgversion}-grpcio Requires: python%{python3_pkgversion}-grpcio-tools +%endif %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} Requires: python%{python3_pkgversion}-cherrypy Requires: python%{python3_pkgversion}-routes Requires: python%{python3_pkgversion}-werkzeug %if 0%{?weak_deps} Recommends: python%{python3_pkgversion}-saml +%if 0%{?fedora} || 0%{?rhel} <= 8 +Recommends: python%{python3_pkgversion}-grpcio +Recommends: python%{python3_pkgversion}-grpcio-tools +%endif %endif %endif %if 0%{?suse_version} diff --git a/src/vstart.sh b/src/vstart.sh index 0c9ef323779..2317d5da605 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -206,7 +206,7 @@ inc_osd_num=0 msgr="21" read -r -d '' usage <