!64 update highest port number for ceph

From: @baiguoguo 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2024-05-14 01:45:23 +00:00 committed by Gitee
commit ce3dfe8133
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,23 @@
From fea78fc8f4ff373bcc9eb85c7f99d1a9b45f44af Mon Sep 17 00:00:00 2001
From: Pierre pierre@stackhpc.com
Date: Mon, 29 Apr 2024 20:11:55 +0800
Subject: [PATCH] fix(service): update highest port number for ceph
---
config/services/ceph.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/services/ceph.xml b/config/services/ceph.xml
index efed536..eb6a3f2 100644
--- a/config/services/ceph.xml
+++ b/config/services/ceph.xml
@@ -2,5 +2,5 @@
<service>
<short>ceph</short>
<description>Ceph is a distributed object store and file system. Enable this option to support Ceph's Object Storage Daemons (OSD), Metadata Server Daemons (MDS), or Manager Daemons (MGR).</description>
- <port protocol="tcp" port="6800-7300"/>
+ <port protocol="tcp" port="6800-7568"/>
</service>
--
2.27.0

View File

@ -1,6 +1,6 @@
Name: firewalld
Version: 1.2.6
Release: 2
Release: 3
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
License: GPLv2+
URL: http://www.firewalld.org
@ -12,6 +12,7 @@ Patch2: add-Restart-on-failure-on-firewalld.service.patch
Patch3: 0001-fix-config-Specify-the-translation-encoding-format-a.patch
Patch4: backport-chore-nftables-add-delete-table-helper.patch
Patch5: backport-fix-nftables-always-flush-main-table-on-start.patch
Patch6: backport-fix-service-update-highest-port-number-for-ceph.patch
BuildArch: noarch
BuildRequires: autoconf automake desktop-file-utils gettext intltool glib2 glib2-devel systemd-units docbook-style-xsl
@ -233,6 +234,12 @@ fi
%{_datadir}/firewalld/testsuite/python/firewalld_test.py
%changelog
* Mon Apr 29 2024 baiguo <baiguo@kylinos.cn> - 1.2.6-3
- Type:requirement
- ID:NA
- SUG:NA
- DESC:update highest port number for ceph
* Sun Apr 28 2024 zhouyihang <zhouyihang3@h-partners.com> - 1.2.6-2
- Type:bugfix
- ID:NA