From cbb82af2a629c9af843ff7f53c18320094469c2e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 2 Oct 2025 22:35:34 +0800 Subject: [PATCH] debian: package rgw-policy-check in ceph-common The rgw-policy-check tool was added to RPM packaging in commit 28864311 but was not included in Debian packaging, creating an inconsistency between the two package formats. Include rgw-policy-check in the ceph-common Debian package to match the RPM packaging and ensure feature parity across distribution formats. Signed-off-by: Kefu Chai --- debian/ceph-common.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/ceph-common.install b/debian/ceph-common.install index 77717e75b6f..68b1aa9d06f 100755 --- a/debian/ceph-common.install +++ b/debian/ceph-common.install @@ -21,6 +21,7 @@ usr/bin/radosgw-admin usr/bin/rgw-gap-list usr/bin/rgw-gap-list-comparator usr/bin/rgw-orphan-list +usr/bin/rgw-policy-check usr/bin/rgw-restore-bucket-index usr/bin/rbd usr/bin/rbdmap -- 2.39.5