update highest port number for ceph

This commit is contained in:
baiguo 2024-04-29 20:25:56 +08:00
parent 05c9ef3592
commit 2848e6e029
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: 0002-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
* Thu 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