Comment 2 for bug 1968318

Revision history for this message
Steve Langasek (vorlon) wrote :

diff -Nru ceph-17.1.0/debian/rules ceph-17.2.0/debian/rules
--- ceph-17.1.0/debian/rules 2022-03-21 09:47:22.000000000 +0000
+++ ceph-17.2.0/debian/rules 2022-04-29 14:12:46.000000000 +0000
@@ -73,6 +73,7 @@
 extraopts += -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF
 extraopts += -DCMAKE_BUILD_TYPE=RelWithDebInfo
 extraopts += -DWITH_GRAFANA=ON
+extraopts += -DWITH_RADOSGW_SELECT_PARQUET=OFF

 ifneq (,$(findstring $(DEB_HOST_ARCH),amd64 arm64 ppc64el))
 extraopts += -DWITH_RBD_RWL=ON

This is a packaging change, but it's ok for SRU without a separate SRU process because it is preserving behavior of the existing package (the upstream default switched from ON to OFF between 17.1.0 and 17.2.0).