]>
git.apps.os.sepia.ceph.com Git - ceph-ci.git/log 
Samuel Just  [Fri, 8 Mar 2024 04:03:03 +0000  (04:03  +0000)] 
ceph.spec.in: disable lto to work around gcc-toolset-13 linker bugFixes: https://tracker.ceph.com/issues/63867 Signed-off-by: Samuel Just <sjust@redhat.com> 
Kefu Chai  [Sat, 9 Mar 2024 04:15:06 +0000  (12:15 +0800)] 
ceph.spec.in: set `CMAKE_EXE_LINKER_FLAGS` to `-lstdc++`
because the gcc-toolset-13 always links against the `libstdc++_nonshared.a`, which misses the
simple symbols. so we have to link against libstdc++ explicitly to assure that the
executables have access to them when compiling with the gcc-toolset toolchain.
see
```
/opt/rh/gcc-toolset-13/root/usr/bin/c++ -O2  -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic -pie CMakeFiles/ceph_scratchtool.dir/scratchtool.c.o -o ../../bin/ceph_scratchtool  -Wl,-rpath,/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/
19.0.0-1977-gb0c1f7e8 /rpm/el9/BUILD/
ceph-19.0.0-1977-gb0c1f7e8 /redhat-linux-build/lib: ../../lib/librados.so.2.0.0 ../../lib/libglobal.a ../../lib/libceph-common.so.2 ../../lib/libjson_spirit.a ../../lib/libcommon_utf8.a ../../lib/liberasure_code.a ../../lib/libextblkdev.a -lcap ../../boost/lib/libboost_thread.a ../../boost/lib/libboost_chrono.a ../../boost/lib/libboost_atomic.a ../../boost/lib/libboost_system.a ../../boost/lib/libboost_random.a ../../boost/lib/libboost_program_options.a ../../boost/lib/libboost_date_time.a ../../boost/lib/libboost_iostreams.a ../../boost/lib/libboost_regex.a /usr/lib64/libblkid.so /usr/lib64/libcrypto.so /usr/lib64/libudev.so /usr/lib64/libibverbs.so /usr/lib64/librdmacm.so /usr/lib64/libz.so ../opentelemetry-cpp/sdk/src/trace/libopentelemetry_trace.a ../opentelemetry-cpp/sdk/src/resource/libopentelemetry_resources.a ../opentelemetry-cpp/sdk/src/common/libopentelemetry_common.a ../opentelemetry-cpp/exporters/jaeger/libopentelemetry_exporter_jaeger_trace.a ../opentelemetry-cpp/ext/src/http/client/curl/libopentelemetry_http_client_curl.a /usr/lib64/libcurl.so /usr/lib64/libthrift.so -ldl /usr/lib64/librt.a -lresolv  -Wl,--as-needed -latomic
/opt/rh/gcc-toolset-13/root/usr/libexec/gcc/x86_64-redhat-linux/13/ld: /opt/rh/gcc-toolset-13/root/usr/lib/gcc/x86_64-redhat-linux/13/libstdc++_nonshared.a(ios_init.o): undefined reference to symbol '_ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4'
/opt/rh/gcc-toolset-13/root/usr/libexec/gcc/x86_64-redhat-linux/13/ld:
/usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line
```
this change prepares us for switching to gts-13.
Signed-off-by: Kefu Chai <tchaikov@gmail.com> 
Kefu Chai  [Mon, 11 Mar 2024 01:48:36 +0000  (09:48 +0800)] 
ceph.spec.in: use gts_version instead of gts_prefixSigned-off-by: Kefu Chai <tchaikov@gmail.com> 
zdover23  [Sat, 9 Mar 2024 12:47:08 +0000  (22:47 +1000)] 
Merge pull request #56068 from zdover23/wip-doc-2024-03-09-glossary-crimsonReviewed-by: Cole Mitchell <cole.mitchell.ceph@gmail.com> 
Zac Dover  [Fri, 8 Mar 2024 17:17:59 +0000  (03:17  +1000)] 
doc/glossary: add "Crimson" entrySigned-off-by: Zac Dover <zac.dover@proton.me> 
Patrick Donnelly  [Fri, 8 Mar 2024 23:13:27 +0000  (18:13 -0500)] 
Merge PR #56071 into mainReviewed-by: Zack Cerza <zack@redhat.com> 
Patrick Donnelly  [Fri, 8 Mar 2024 19:39:17 +0000  (14:39 -0500)] 
qa: fix syntax bug with invalid 60 minute specificationSigned-off-by: Patrick Donnelly <pdonnell@redhat.com> 
Casey Bodley  [Fri, 8 Mar 2024 18:10:34 +0000  (18:10 +0000)] 
Merge pull request #55657 from ceph/wip-rgw-meta-topicReviewed-by: Krunal Chheda <kchheda3@bloomberg.net> Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com> Reviewed-by: Casey Bodley <cbodley@redhat.com> Reviewed-by: Matt Benjamin <mbenjamin@redhat.com> 
Pedro Gonzalez Gomez  [Fri, 8 Mar 2024 13:14:12 +0000  (14:14 +0100)] 
Merge pull request #56006 from afreen23/http-error-pools-page
Ilya Dryomov  [Fri, 8 Mar 2024 11:26:13 +0000  (12:26 +0100)] 
Merge pull request #55984 from xxhdx1985126/wip-rbd-cls-sparsify-testReviewed-by: Mykola Golub <mgolub@suse.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> 
Afreen  [Wed, 6 Mar 2024 20:22:16 +0000  (01:52  +0530)] 
mgr/dashboard: handle infinite values for poolsSigned-off-by: Afreen <afreen23.git@gmail.com> 
zdover23  [Fri, 8 Mar 2024 08:42:19 +0000  (18:42 +1000)] 
Merge pull request #56045 from zdover23/wip-doc-2024-03-07-pgcalcReviewed-by: Josh Durgin <jdurgin@redhat.com> Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> 
Yingxin  [Fri, 8 Mar 2024 07:57:54 +0000  (15:57 +0800)] 
Merge pull request #55981 from xxhdx1985126/wip-64728Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> 
Yingxin  [Fri, 8 Mar 2024 07:56:49 +0000  (15:56 +0800)] 
Merge pull request #55888 from myoungwon/wip-seastore-cleanup-is-stable-fixReviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> 
Zac Dover  [Thu, 7 Mar 2024 17:29:50 +0000  (03:29  +1000)] 
doc/rados: restore PGcalc toolCo-authored-by: Josh Durgin <jdurgin@redhat.com> Signed-off-by: Zac Dover <zac.dover@proton.me> 
Casey Bodley  [Thu, 7 Mar 2024 16:02:39 +0000  (16:02 +0000)] 
Merge pull request #55652 from clwluvw/rgw-blockaccesspublicReviewed-by: Casey Bodley <cbodley@redhat.com> 
Anthony D'Atri  [Thu, 7 Mar 2024 15:31:55 +0000  (10:31 -0500)] 
Merge pull request #56010 from zdover23/wip-doc-2024-03-07-start-get-involved
Casey Bodley  [Thu, 7 Mar 2024 15:12:07 +0000  (15:12 +0000)] 
Merge pull request #55390 from qiuxinyidian/rgw-adminReviewed-by: J. Eric Ivancich <ivancich@redhat.com> 
Matan Breizman  [Thu, 7 Mar 2024 13:29:29 +0000  (15:29 +0200)] 
Merge pull request #56027 from Matan-B/wip-matanb-crimson-docs-walkthroughReviewed-by: Rongqi Sun <sunrongqi@huawei.com> Reviewed-by: Nitzan Mordechai <nmordech@redhat.com> 
Pedro Gonzalez Gomez  [Thu, 7 Mar 2024 13:06:38 +0000  (14:06 +0100)] 
Merge pull request #55226 from rhcs-dashboard/fix-64080-mainReviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com> Reviewed-by: Ankush Behl <cloudbehl@gmail.com> Reviewed-by: Nizamudeen A <nia@redhat.com> 
Matan Breizman  [Thu, 7 Mar 2024 09:14:03 +0000  (09:14 +0000)] 
doc/dev/crimson: add Code WalkthroughsSigned-off-by: Matan Breizman <mbreizma@redhat.com> 
Xuehan Xu  [Wed, 6 Mar 2024 05:49:43 +0000  (13:49 +0800)] 
crimson/os/seastore/collection_manager: allow empty-delta-bufferFixes: https://tracker.ceph.com/issues/64728 Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com> 
Nizamudeen A  [Thu, 7 Mar 2024 05:27:17 +0000  (10:57 +0530)] 
Merge pull request #55804 from rhcs-dashboard/nvmf-traddr-fixReviewed-by: Avan Thakkar <athakkar@redhat.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Juan Miguel Olmo <jolmomar@redhat.com> Reviewed-by: Yehuda Sadeh <yehuda@redhat.com> 
zdover23  [Thu, 7 Mar 2024 03:17:53 +0000  (13:17 +1000)] 
Merge pull request #55995 from zdover23/wip-doc-2024-03-06-architectureReviewed-by: Anthony D'Atri <anthony.datri@gmail.com> 
Zac Dover  [Thu, 7 Mar 2024 03:01:47 +0000  (13:01 +1000)] 
doc/start: add Slack invite linkSigned-off-by: Zac Dover <zac.dover@proton.me> 
Xuehan Xu  [Wed, 6 Mar 2024 07:42:58 +0000  (15:42 +0800)] 
test/cls_rbd/test_cls_rbd: change to check for 4KB-aligned sparse readCo-authored-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com> 
J. Eric Ivancich  [Thu, 7 Mar 2024 01:53:13 +0000  (20:53 -0500)] 
Merge pull request #55967 from mkogan1/wip-rgw-ssl-ses-id-reuseReviewed-by: Casey Bodley <cbodley@redhat.com> 
J. Eric Ivancich  [Thu, 7 Mar 2024 01:52:59 +0000  (20:52 -0500)] 
Merge pull request #55895 from linuxbox2/wip-sigv4-boundaryReviewed-by: Casey Bodley <cbodley@redhat.com> 
J. Eric Ivancich  [Thu, 7 Mar 2024 01:52:31 +0000  (20:52 -0500)] 
Merge pull request #55885 from ivancich/wip-enhance-restore-biReviewed-by: Michael Kidd <linuxkidd@gmail.com> 
Yingxin  [Thu, 7 Mar 2024 01:39:02 +0000  (09:39 +0800)] 
Merge pull request #55977 from myoungwon/wip-allow-dirty-remapReviewed-by: Xuehan Xu <xuxuehan@qianxin.com> Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> 
Venky Shankar  [Thu, 7 Mar 2024 01:36:39 +0000  (07:06 +0530)] 
Merge PR #55909 into mainReviewed-by: Rishabh Dave <ridave@redhat.com> 
Venky Shankar  [Thu, 7 Mar 2024 01:35:20 +0000  (07:05 +0530)] 
Merge PR #55908 into mainReviewed-by: Rishabh Dave <ridave@redhat.com> Reviewed-by: Dhairya Parmar <dparmar@redhat.com> 
Venky Shankar  [Thu, 7 Mar 2024 01:33:51 +0000  (07:03 +0530)] 
Merge PR #55639 into mainReviewed-by: Dhairya Parmar <dparmar@redhat.com> Reviewed-by: Milind Changire <mchangir@redhat.com> 
Casey Bodley  [Wed, 6 Mar 2024 21:07:11 +0000  (21:07 +0000)] 
Merge pull request #56000 from cbodley/wip-64678Reviewed-by: Kefu Chai <tchaikov@gmail.com> 
Casey Bodley  [Wed, 6 Mar 2024 14:25:18 +0000  (09:25 -0500)] 
rpm: disable system_qat for non-x86_64 archFixes: https://tracker.ceph.com/issues/64678 Signed-off-by: Casey Bodley <cbodley@redhat.com> 
Patrick Donnelly  [Wed, 6 Mar 2024 13:58:43 +0000  (08:58 -0500)] 
Merge PR #55820 into mainReviewed-by: Adam King <adking@redhat.com> Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Reviewed-by: Ilya Dryomov <idryomov@redhat.com> Reviewed-by: Neha Ojha <nojha@redhat.com> Reviewed-by: Laura Flores <lflores@redhat.com> 
Adam King  [Wed, 6 Mar 2024 13:37:45 +0000  (08:37 -0500)] 
Merge pull request #55955 from guits/node-proxy-fixes-7.1-blockers-1Reviewed-by: Adam King <adking@redhat.com> 
Matan Breizman  [Wed, 6 Mar 2024 13:19:40 +0000  (15:19 +0200)] 
Merge pull request #55536 from Matan-B/wip-crimson-snapmapper-get_nextReviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: chunmei-liu <chunmei.liu@intel.com> 
Zhipeng Li  [Wed, 31 Jan 2024 08:59:58 +0000  (16:59 +0800)] 
rgw: add help info for radosgw-admin list object in bucketSigned-off-by: Zhipeng Li <qiuxinyidian@gmail.com> 
Zac Dover  [Wed, 6 Mar 2024 11:40:10 +0000  (21:40 +1000)] 
doc/architecture: correct typoSigned-off-by: Zac Dover <zac.dover@proton.me> 
Anthony D'Atri  [Wed, 6 Mar 2024 10:51:46 +0000  (05:51  -0500)] 
Merge pull request #55982 from zdover23/wip-doc-2024-03-06-dev-developer-guide-testing-integration-tests-workflow
Venky Shankar  [Mon, 26 Feb 2024 05:42:07 +0000  (11:12 +0530)] 
qa/cephfs: add `MON_DOWN' and `deprecated feature inline_data' to ignorelistFixes: http://tracker.ceph.com/issues/64746 Signed-off-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Mon, 4 Mar 2024 01:15:11 +0000  (06:45 +0530)] 
qa: ignore container checkpoint/restore related selinux denials for centos9Fixes: http://tracker.ceph.com/issues/64616 Signed-off-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Mon, 4 Mar 2024 01:09:06 +0000  (06:39 +0530)] 
qa: use allowlist instead of whitelist for selinux denialsSigned-off-by: Venky Shankar <vshankar@redhat.com> 
Guillaume Abrioux  [Tue, 5 Mar 2024 10:05:18 +0000  (10:05 +0000)] 
mgr/node-proxy: handle 'None' statuses returned by RedFish
Looks like RedFish might return 'None' values for some attributes.
for instance:
```
[root@ceph-node-01 ~]# curl -s -k -X GET https://169.254.1.1/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.SL.6-1/Drives/Disk.Direct.0-0:AHCI.SL.6-1 -H "X-Auth-Token: 
3264251c28191fa5e7c9ebec49ef90fc "  | jq .Status
{
  "Health": "OK",
  "HealthRollup": "OK",
  "State": "Enabled"
}
[root@ceph-node-01 ~]# curl -s -k -X GET https://169.254.1.1/redfish/v1/Systems/System.Embedded.1/Storage/NonRAID.Slot.2-1/Drives/Disk.Bay.0:Enclosure.Internal.0-1:NonRAID.Slot.2-1 -H "X-Auth-Token: 
3264251c28191fa5e7c9ebec49ef90fc " | jq .Status
{
  "Health": null,
  "HealthRollup": null,
  "State": "Enabled"
}
[root@ceph-node-01 ~]#
```
Although this seems to be a bug from RedFish, we need to handle
the case when it happens otherwise it makes the mgr orchestrator module
throw an error.
The idea here is to create a new status "unknown" when we can't fetch the
real status of a component.
Fixes: https://tracker.ceph.com/issues/64712 
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com> 
Matan Breizman  [Wed, 6 Mar 2024 09:00:59 +0000  (11:00 +0200)] 
Merge pull request #52267 from xxhdx1985126/wip-crimson-pg-snapmapper-objReviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: Matan Breizman <mbreizma@redhat.com> 
Matan Breizman  [Wed, 6 Mar 2024 08:56:13 +0000  (10:56 +0200)] 
Merge pull request #55910 from zhscn/fix-int-stringReviewed-by: chunmei-liu <chunmei.liu@intel.com> Reviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: RadosÅ‚aw ZarzyÅ„ski <rzarzyns@redhat.com> Reviewed-by: Matan Breizman <mbreizma@redhat.com> 
Matan Breizman  [Wed, 6 Mar 2024 08:54:49 +0000  (10:54 +0200)] 
Merge pull request #55801 from xxhdx1985126/wip-counting-semaphoreReviewed-by: chunmei-liu <chunmei.liu@intel.com> Reviewed-by: Samuel Just <sjust@redhat.com> Reviewed-by: Kefu Chai <kefu.chai@scylladb.com> 
Venky Shankar  [Wed, 6 Mar 2024 08:44:22 +0000  (14:14 +0530)] 
Merge PR #54202 into mainReviewed-by: Venky Shankar <vshankar@redhat.com> Reviewed-by: Dhairya Parmar <dparmar@redhat.com> 
Venky Shankar  [Wed, 6 Mar 2024 08:41:12 +0000  (14:11 +0530)] 
Merge PR #55457 into mainReviewed-by: Venky Shankar <vshankar@redhat.com> 
Venky Shankar  [Wed, 6 Mar 2024 08:39:23 +0000  (14:09 +0530)] 
Merge PR #55619 into mainReviewed-by: Venky Shankar <vshankar@redhat.com> Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Reviewed-by: Dhairya Parmar <dparmar@redhat.com> 
Aashish Sharma  [Thu, 18 Jan 2024 06:44:42 +0000  (12:14 +0530)] 
mgr/dashboard: Allow the user to add the access/secret key on zone editFixes: https://tracker.ceph.com/issues/64080 Signed-off-by: Aashish Sharma <aasharma@redhat.com> 
Zac Dover  [Wed, 6 Mar 2024 07:15:20 +0000  (17:15 +1000)] 
doc/dev: edit teuthology workflowSigned-off-by: Zac Dover <zac.dover@proton.me> 
Nizamudeen A  [Wed, 6 Mar 2024 06:41:30 +0000  (12:11 +0530)] 
Merge pull request #55954 from ivoalmeida/fix-cephfs-attach-commandReviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com> Reviewed-by: Ankush Behl <cloudbehl@gmail.com> Reviewed-by: Nizamudeen A <nia@redhat.com> 
Nizamudeen A  [Wed, 6 Mar 2024 06:29:08 +0000  (11:59 +0530)] 
Merge pull request #54964 from rhcs-dashboard/add-prometheus-federation-cliReviewed-by: Adam King <adking@redhat.com> Reviewed-by: Ankush Behl <cloudbehl@gmail.com> Reviewed-by: frittentheke <NOT@FOUND> Reviewed-by: Nizamudeen A <nia@redhat.com> Reviewed-by: Redouane Kachach <rkachach@redhat.com> 
Nizamudeen A  [Tue, 5 Mar 2024 10:39:25 +0000  (16:09 +0530)] 
mgr/dashboard: fix nvmeof api documentationFixes: https://tracker.ceph.com/issues/64714 Signed-off-by: Nizamudeen A <nia@redhat.com> 
Nizamudeen A  [Wed, 6 Mar 2024 04:56:29 +0000  (10:26 +0530)] 
Merge pull request #55574 from ceph/feature-multi-cluster-management-monitoringReviewed-by: Nizamudeen A <nia@redhat.com> 
Yingxin  [Wed, 6 Mar 2024 02:00:30 +0000  (10:00 +0800)] 
Merge pull request #55946 from myoungwon/wip-less-verbose-rbm-testReviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> 
myoungwon oh  [Wed, 6 Mar 2024 00:46:37 +0000  (00:46  +0000)] 
crimson/os/seastore: allow to remap the dirty extentSigned-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> 
Yuval Lifshitz  [Tue, 13 Feb 2024 16:36:51 +0000  (16:36 +0000)] 
rgw/notifications: delete persistent queue only if topic is deletedSigned-off-by: Yuval Lifshitz <ylifshit@redhat.com> 
Yuval Lifshitz  [Sat, 10 Feb 2024 16:38:30 +0000  (16:38 +0000)] 
rgw/notifications: handle migration state between v1 and v2
test instructions:
https://gist.github.com/yuvalif/
21449e301732b719cd1ed97c3eeeabb2 
* during migration all topic and notification operations must fail with HTTP error code 503
* read operations should return the values of the v1 topics and notifications
* sending notifications should continue based on v1 values
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com> 
Casey Bodley  [Tue, 13 Feb 2024 15:57:08 +0000  (10:57 -0500)] 
rgw: move rgw_rest_pubsub.h out of driver/rados/Signed-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Mon, 12 Feb 2024 21:44:00 +0000  (16:44 -0500)] 
rgw/pubsub: topic apis forward post bodySigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Thu, 18 Jan 2024 20:34:16 +0000  (15:34 -0500)] 
rgw/topic: metadata handler adds/removes persistent queuesSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Wed, 10 Jan 2024 22:40:11 +0000  (17:40 -0500)] 
rgw/topic: remove unused RGWSI_Topic_RADOSSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Wed, 10 Jan 2024 20:33:25 +0000  (15:33 -0500)] 
rgw/topic: add rgwrados::topic interface for topic metadataSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Wed, 10 Jan 2024 22:07:27 +0000  (17:07 -0500)] 
rgw/topic: metadata key format in rgw_pubsub.hSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Tue, 9 Jan 2024 23:55:40 +0000  (18:55 -0500)] 
rgw: paginate ListTopicsSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Fri, 5 Jan 2024 15:26:00 +0000  (10:26 -0500)] 
rgw/mdlog: add complete_entry() for most common usageSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Sun, 3 Dec 2023 19:10:30 +0000  (14:10 -0500)] 
rgw/metadata: add RGWMetadataLister abstractionSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Sun, 4 Feb 2024 20:17:47 +0000  (15:17 -0500)] 
rgw: RGWPubSub requires SiteConfigSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Sun, 4 Feb 2024 19:04:11 +0000  (14:04 -0500)] 
rgw/rados: RGWTopicMetadataHandler doesn't depend on RGWPubSubSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Sun, 4 Feb 2024 18:43:10 +0000  (13:43 -0500)] 
rgw/rados: store SiteConfig with RGWServicesSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Casey Bodley  [Sun, 4 Feb 2024 16:37:57 +0000  (11:37 -0500)] 
radosgw-admin: make SiteConfig available to commandsSigned-off-by: Casey Bodley <cbodley@redhat.com> 
Yuval Lifshitz  [Thu, 28 Dec 2023 12:05:09 +0000  (12:05 +0000)] 
rgw/multisite-notification: allow enabling v1/v2 in testsSigned-off-by: Yuval Lifshitz <ylifshit@redhat.com> 
Yuval Lifshitz  [Thu, 21 Dec 2023 18:18:45 +0000  (18:18 +0000)] 
test/rgw/notifications: support running tests in multisite environmentSigned-off-by: Yuval Lifshitz <ylifshit@redhat.com> 
kchheda3  [Mon, 11 Dec 2023 20:47:30 +0000  (15:47 -0500)] 
rgw/multisite-notification: Add integration test for bucket notifications in multisite config.Signed-off-by: kchheda3 <kchheda3@bloomberg.net> 
kchheda3  [Thu, 21 Dec 2023 22:23:05 +0000  (17:23 -0500)] 
rgw/multisite-notification: Add omap object to store the mapping between bucket and topics.Signed-off-by: kchheda3 <kchheda3@bloomberg.net> 
kchheda3  [Tue, 5 Dec 2023 17:26:48 +0000  (12:26 -0500)] 
rgw/multisite-notification: Add support to replicate bucket notifications in multisite config.Signed-off-by: kchheda3 <kchheda3@bloomberg.net> 
kchheda3  [Mon, 27 Nov 2023 20:51:02 +0000  (15:51 -0500)] 
rgw/multisite-notification: Add support to replicate topic creation  in multisite configSigned-off-by: kchheda3 <kchheda3@bloomberg.net> 
Mark Kogan  [Tue, 5 Mar 2024 14:48:56 +0000  (16:48 +0200)] 
rgw/beast: enablment of SSL session-id reuse speedup mechanismFixes: https://tracker.ceph.com/issues/64719 Signed-off-by: Mark Kogan <mkogan@redhat.com> 
Nizamudeen A  [Tue, 6 Feb 2024 12:39:41 +0000  (18:09 +0530)] 
mgr/dashboard: introduce multi-cluster overview pageSigned-off-by: Nizamudeen A <nia@redhat.com> Signed-off-by: Aashish Sharma <aasharma@redhat.com> 
Ivo Almeida  [Tue, 5 Mar 2024 12:37:21 +0000  (12:37 +0000)] 
mgr/dashboard: fixed cephfs mount commandFixes: https://tracker.ceph.com/issues/64716 Signed-off-by: Ivo Almeida <ialmeida@redhat.com> 
Kefu Chai  [Tue, 5 Mar 2024 12:27:13 +0000  (20:27 +0800)] 
Merge pull request #55905 from ronen-fr/wip-rf-23aReviewed-by: Matan Breizman <mbreizma@redhat.com> Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Reviewed-by: Kefu Chai <tchaikov@gmail.com> 
Nizamudeen A  [Tue, 5 Mar 2024 11:01:15 +0000  (16:31 +0530)] 
Merge pull request #55464 from rhcs-dashboard/hardware-statuses
myoungwon oh  [Sat, 2 Mar 2024 08:58:19 +0000  (08:58 +0000)] 
test/crimson/seastore: fixes UT to use LBAMapping::is_stable()Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> 
Yingxin Cheng  [Fri, 3 Nov 2023 09:10:55 +0000  (17:10 +0800)] 
crimson/os/seastore: use LBAMapping::is_stable() wherever appropriateSigned-off-by: Yingxin Cheng <yingxin.cheng@intel.com> Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> 
myoungwon oh  [Tue, 5 Mar 2024 06:53:52 +0000  (06:53 +0000)] 
crimson/os/seastore: make less verbose log when testing performance on RBMSigned-off-by: Myoungwon Oh <myoungwon.oh@samsung.com> 
Aashish Sharma  [Tue, 12 Dec 2023 08:38:26 +0000  (14:08 +0530)] 
mgr/dashboard: add prometheus federation config for mulkti-clusterSigned-off-by: Aashish Sharma <aasharma@redhat.com> 
Yingxin  [Tue, 5 Mar 2024 05:58:06 +0000  (13:58 +0800)] 
Merge pull request #55887 from xxhdx1985126/wip-seastore-omap-get-valuesReviewed-by: Ronen Friedman <rfriedma@redhat.com> Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> 
Yingxin  [Tue, 5 Mar 2024 05:55:59 +0000  (13:55 +0800)] 
Merge pull request #55889 from xxhdx1985126/wip-seastore-async-cleaner-commentsReviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> 
Yingxin  [Tue, 5 Mar 2024 05:52:54 +0000  (13:52 +0800)] 
Merge pull request #55840 from xxhdx1985126/wip-seastore-large-omap-nodesReviewed-by: Yingxin Cheng <yingxin.cheng@intel.com> Reviewed-by: Chunmei Liu <chunmei.liu@intel.com> 
Kefu Chai  [Tue, 5 Mar 2024 04:58:54 +0000  (12:58 +0800)] 
Merge pull request #55559 from tchaikov/ceph-exporter-cleanupsReviewed-by: Avan Thakkar <athakkar@redhat.com> 
Kefu Chai  [Tue, 5 Mar 2024 03:35:36 +0000  (11:35 +0800)] 
Merge pull request #55890 from tchaikov/wip-cmake-build-rocksdb-ccReviewed-by: Casey Bodley <cbodley@redhat.com> 
zdover23  [Tue, 5 Mar 2024 00:45:24 +0000  (10:45 +1000)] 
Merge pull request #55918 from zdover23/wip-doc-2024-03-04-rados-ops-poolsReviewed-by: Ronen Friedman <rfriedman@redhat.com> Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com> 
J. Eric Ivancich  [Fri, 1 Mar 2024 23:54:12 +0000  (18:54 -0500)] 
rgw: make rgw-restore-bucket-index more robustSigned-off-by: J. Eric Ivancich <ivancich@redhat.com> 
Adam King  [Mon, 4 Mar 2024 20:19:39 +0000  (15:19 -0500)] 
Merge pull request #54383 from asm0deuz/bz2068026-nfs-idmapReviewed-by: Adam King <adking@redhat.com> 
Casey Bodley  [Mon, 4 Mar 2024 17:26:50 +0000  (17:26 +0000)] 
Merge pull request #55891 from galsalomon66/s3select_remove_assert_and_updatesReviewed-by: Casey Bodley <cbodley@redhat.com> 
Kamoltat (Junior) Sirivadhna  [Mon, 4 Mar 2024 16:10:38 +0000  (11:10 -0500)] 
Merge pull request #55884 from kamoltat/wip-revert-55794
Adam King  [Mon, 4 Mar 2024 15:51:18 +0000  (10:51 -0500)] 
Merge pull request #55587 from adk3798/label-pattern-placementReviewed-by: John Mulligan <jmulligan@redhat.com>