ceph-17.2.5, rocksdb on ELN

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2023-01-26 18:31:47 -05:00
parent 0cef2ba27d
commit c63ac8cd1c
2 changed files with 16 additions and 3 deletions

View File

@ -90,3 +90,13 @@
namespace librbd { namespace librbd {
--- ceph-17.2.5/src/rocksdb/db/compaction/compaction_iteration_stats.h.orig 2023-01-26 17:05:20.605333926 -0500
+++ ceph-17.2.5/src/rocksdb/db/compaction/compaction_iteration_stats.h 2023-01-26 17:05:46.376880846 -0500
@@ -6,6 +6,7 @@
#pragma once
#include "rocksdb/rocksdb_namespace.h"
+#include <cstdint>
struct CompactionIterationStats {
// Compaction statistics

View File

@ -162,7 +162,7 @@
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 17.2.5 Version: 17.2.5
Release: 7%{?dist} Release: 8%{?dist}
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Epoch: 2 Epoch: 2
%endif %endif
@ -256,7 +256,7 @@ BuildRequires: cryptsetup-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: libcap-ng-devel BuildRequires: libcap-ng-devel
BuildRequires: fmt-devel >= 6.2.1 BuildRequires: fmt-devel >= 6.2.1
%if 0%{?fedora} %if 0%{?fedora} || 0%{?rhel} >= 10
BuildRequires: rocksdb-devel BuildRequires: rocksdb-devel
Requires: rocksdb Requires: rocksdb
%endif %endif
@ -1388,7 +1388,7 @@ env | sort
%if 0%{with ocf} %if 0%{with ocf}
-DWITH_OCF:BOOL=ON \ -DWITH_OCF:BOOL=ON \
%endif %endif
%if 0%{?fedora} %if 0%{?fedora} || 0%{?rhel} >= 10
-DWITH_SYSTEM_ROCKSDB:BOOL=ON \ -DWITH_SYSTEM_ROCKSDB:BOOL=ON \
%endif %endif
-DWITH_SYSTEM_LIBURING:BOOL=ON \ -DWITH_SYSTEM_LIBURING:BOOL=ON \
@ -2623,6 +2623,9 @@ exit 0
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
%changelog %changelog
* Thu Jan 26 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:17.2.5-8
- ceph-17.2.5, rocksdb on ELN
* Tue Jan 24 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:17.2.5-7 * Tue Jan 24 2023 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:17.2.5-7
- ceph-17.2.5, rebuild with gtest-13 rhbz#2163823 - ceph-17.2.5, rebuild with gtest-13 rhbz#2163823