]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Yuri Weinstein [Thu, 26 Jan 2023 15:51:27 +0000 (07:51 -0800)]
Merge pull request #48597 from ronen-fr/wip-rf-osd-bitfields
osd: change two ObjectContext flags from bitfields to full variables
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Laura Flores [Thu, 26 Jan 2023 00:09:51 +0000 (18:09 -0600)]
Merge pull request #49624 from ronen-fr/wip-rf-unique-formatter
common: extend Formatter API with a unique_ptr-returning static function
Laura Flores [Thu, 26 Jan 2023 00:09:25 +0000 (18:09 -0600)]
Merge pull request #49537 from rzarzynski/wip-bug-57546
Revert "osd/PeeringState: proc_lease_ack break once found from OSD"
Yuri Weinstein [Wed, 25 Jan 2023 23:23:38 +0000 (15:23 -0800)]
Merge pull request #48854 from ifed01/wip-ifed-small-chunk-bluefs
os/bluestore: enable 4K allocation unit for BlueFS
Laura Flores [Wed, 25 Jan 2023 23:23:09 +0000 (17:23 -0600)]
Merge pull request #49314 from SUSE/wip-tserong-qa-crash-chown
qa/workunits/rados/test_crash: chown crash files to ceph user
Yuri Weinstein [Wed, 25 Jan 2023 23:22:15 +0000 (15:22 -0800)]
Merge pull request #48799 from DanWritesCode/add-exception-handling
mon: add exception handling to ceph health mute
Reviewed-by: Laura Flores <lflores@redhat.com>
Laura Flores [Wed, 25 Jan 2023 23:21:26 +0000 (17:21 -0600)]
Merge pull request #48836 from ljflores/wip-safe-timer-crash
osd: shut down the MgrClient before osd_fast_shutdown
Ali Maredia [Wed, 25 Jan 2023 23:11:18 +0000 (18:11 -0500)]
Merge pull request #49741 from adamemerson/wip-datalog-nonnull-yield-mostly
rgw: Remove (most) uses of null_yield in datalog
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia [Wed, 25 Jan 2023 22:54:35 +0000 (17:54 -0500)]
Merge pull request #49826 from cbodley/wip-qa-rgw-s3tests-tox
qa/s3tests: run with tox instead of bootstrap+nose
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Laura Flores [Wed, 25 Jan 2023 22:47:03 +0000 (16:47 -0600)]
Merge pull request #49879 from ljflores/wip-16.2.11-doc-fix
doc/releases: fix PR list
Laura Flores [Wed, 25 Jan 2023 20:53:33 +0000 (14:53 -0600)]
doc/releases: fix PR list
Signed-off-by: Laura Flores <lflores@redhat.com>
Casey Bodley [Wed, 25 Jan 2023 20:44:06 +0000 (15:44 -0500)]
Merge pull request #46535 from cbodley/wip-use-epel-arrow
rpm: use system arrow/utf8proc packages by default
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Casey Bodley [Wed, 25 Jan 2023 20:41:16 +0000 (15:41 -0500)]
Merge pull request #49769 from alimaredia/wip-rgw-optional-yield-create-bucket
rgw: Thread optional_yield through create bucket op
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley [Wed, 25 Jan 2023 20:41:05 +0000 (15:41 -0500)]
Merge pull request #48731 from alimaredia/wip-rgw-admin-api-secondary-zone-user-create-fix
rgw: set keys from from master zone on admin api user create
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley [Mon, 6 Jun 2022 14:43:54 +0000 (10:43 -0400)]
rpm: use system arrow packages for fedora/centos9
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley [Thu, 15 Dec 2022 15:54:43 +0000 (10:54 -0500)]
rpm: combine system_utf8proc option into system_arrow
libarrow-devel depends on utf8proc-devel, so we can't enable
system_arrow without system_utf8proc
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley [Wed, 14 Dec 2022 17:09:31 +0000 (12:09 -0500)]
rpm: fix package names for arrow/parquet
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Laura Flores [Wed, 25 Jan 2023 18:31:24 +0000 (12:31 -0600)]
Merge pull request #49839 from ceph/wip-yuriw-release-16.2.11-main
doc: 16.2.11 Release Notes
Yuri Weinstein [Mon, 23 Jan 2023 23:00:51 +0000 (15:00 -0800)]
doc: 16.2.11 Release Notes
See https://tracker.ceph.com/issues/58257#note-2 for details
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Juan Miguel Olmo [Wed, 25 Jan 2023 17:43:40 +0000 (18:43 +0100)]
Merge pull request #49432 from jmolmo/fix_hardcoded_ns
mgr/rook: Replace hardcoded namespace
Replace hardcoded namespace
Reviewed-by:
Travis Nielsen <tnielsen@redhat.com>
Nick Gentoli <gentoli@live.com>
J. Eric Ivancich [Wed, 25 Jan 2023 16:35:55 +0000 (11:35 -0500)]
Merge pull request #49819 from ivancich/wip-typing-policies-maxnum
rgw: minor clean-ups to user policy code
Reviewed-by: Ali Maredia <amaredia@redhat.com>
zdover23 [Wed, 25 Jan 2023 16:22:06 +0000 (02:22 +1000)]
Merge pull request #49873 from zdover23/wip-doc-2023-01-26-dev-developer-guide-slack
doc/dev: add Slack to Dev Guide essentials
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Wed, 25 Jan 2023 15:57:17 +0000 (01:57 +1000)]
doc/dev: add Slack to Dev Guide essentials
Add Ceph's Slack to doc/developer_guide/essentials.rst.
Signed-off-by: Zac Dover <zac.dover@proton.me>
Casey Bodley [Wed, 25 Jan 2023 15:01:00 +0000 (10:01 -0500)]
Merge pull request #49797 from cbodley/wip-58513
qa/openssl_keys: 'rm' ignores file not found
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Casey Bodley [Wed, 25 Jan 2023 13:47:35 +0000 (08:47 -0500)]
Merge pull request #49313 from ifed01/wip-ifed-fix-cls-queue-list
cls/queue: use larger read chunks in queue_list_entries
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Mark Kogan <mkogan@redhat.com>
Guillaume Abrioux [Wed, 25 Jan 2023 11:45:38 +0000 (12:45 +0100)]
Merge pull request #49171 from guits/tracker_58137
ceph-volume: fix a bug in lsblk_all()
Ali Maredia [Tue, 29 Nov 2022 22:31:25 +0000 (17:31 -0500)]
rgw: set keys from from master zone on admin api user modify
When users were being modified via the admin_api
to generate keys on a secondary zone, the keys
returned in the json output are not correct.
This commit ensures the proper keys are set to be
returned to the user via the json output.
fixes: https://tracker.ceph.com/issues/57724
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia [Tue, 18 Oct 2022 18:23:57 +0000 (14:23 -0400)]
rgw: set keys from from master zone on admin api user create
When users were being created via the admin_api
on a secondary zone the keys returned in the json
output are not correct.
This commit ensures the proper keys are set to be
returned to the user via the json output.
fixes: https://tracker.ceph.com/issues/57724
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia [Tue, 17 Jan 2023 20:28:05 +0000 (15:28 -0500)]
rgw: stop blocking for asio threads for create_bucket()
Asio thread for create_bucket operation are no
longer blocked because optional yield is passed
down in previous instances where asio threads for
op were blocked.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia [Tue, 17 Jan 2023 19:41:13 +0000 (14:41 -0500)]
rgw: add conditional backtrace logging after "WARNING: blocking librados call"
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Adam King [Tue, 24 Jan 2023 19:03:15 +0000 (14:03 -0500)]
Merge pull request #49818 from adk3798/iscsi-gw-rm-async
mgr/cephadm: call iscsi post_remove from serve loop
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
Adam King [Tue, 24 Jan 2023 18:14:38 +0000 (13:14 -0500)]
Merge pull request #49802 from rkachach/fix_issue_58517
doc/cephadm: Adding doc for daemon_cache_timeout config option
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Yuri Weinstein [Tue, 24 Jan 2023 17:20:46 +0000 (09:20 -0800)]
Merge pull request #49392 from ifed01/wip-ifed-fix-spillover-test
test/store_test: use original rocksdb settings to enable bluefs
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Laura Flores <lflores@redhat.com>
Yuri Weinstein [Tue, 24 Jan 2023 17:19:54 +0000 (09:19 -0800)]
Merge pull request #48972 from Matan-B/wip-matanb-mon-dump-slow-ops
mon/MonCommands: Support dump_historic_slow_ops
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Yuri Weinstein [Tue, 24 Jan 2023 17:19:10 +0000 (09:19 -0800)]
Merge pull request #48876 from Matan-B/wip-matanb-address-log
osd: Properly log OpRequest, ObjectContext and SnapSetContext
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Yuri Weinstein [Tue, 24 Jan 2023 17:18:34 +0000 (09:18 -0800)]
Merge pull request #48835 from ifed01/wip-ifed-noerr-alloc-restore
os/bluestore: do not spoil log with errors from __restore_allocator
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Gabriel BenHanokh <benhanokh@gmail.com>
Yuri Weinstein [Tue, 24 Jan 2023 17:16:03 +0000 (09:16 -0800)]
Merge pull request #47332 from NitzanMordhai/wip-nitzan-pglog-ec-getattr-error
Wip nitzan pglog ec getattr error
Reviewed-by: Samuel Just <sjust@redhat.com>
Adam King [Tue, 24 Jan 2023 14:08:44 +0000 (09:08 -0500)]
Merge pull request #48428 from zmc/cephadm-smoke-small
qa/suites: Add orch/cephadm/smoke-small suite
Reviewed-by: Adam King <adking@redhat.com>
Redouane Kachach [Fri, 20 Jan 2023 10:37:52 +0000 (11:37 +0100)]
doc/cephadm: Adding doc for daemon_cache_timeout config option
Fixes: https://tracker.ceph.com/issues/58517
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Yuval Lifshitz [Tue, 24 Jan 2023 08:17:15 +0000 (10:17 +0200)]
Merge pull request #49256 from yuvalif/wip-yuval-remove-pubsub-struct
rgw/pubsub: remove subscription data structures and cleanup
reviewed-by: cbodley
Venky Shankar [Tue, 24 Jan 2023 04:52:57 +0000 (10:22 +0530)]
Merge pull request #49796 from batrick/first-damage-big-dir
tools/cephfs/first-damage: fix iteration of big dirfrags
Reviewed-by: Venky Shankar <vshankar@redhat.com>
J. Eric Ivancich [Tue, 24 Jan 2023 03:23:14 +0000 (22:23 -0500)]
Merge pull request #49814 from ivancich/wip-clean-up-trailing-spaces
rgw: clean up header files
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: Ali Maredia <amaredia@redhat.com>
J. Eric Ivancich [Sat, 21 Jan 2023 00:19:31 +0000 (19:19 -0500)]
rgw: minor clean-ups to user policy and config options
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich [Fri, 20 Jan 2023 18:33:06 +0000 (13:33 -0500)]
rgw: clean up header files
Remove trailing spaces and use "#pragma once" rather than "#ifndef" to
assure a header files is only loaded once during compilation.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Casey Bodley [Mon, 23 Jan 2023 20:15:42 +0000 (15:15 -0500)]
Merge pull request #49176 from cbodley/wip-58127
rgw: preserve RGWZoneGroup::master_zone on last zone deletion
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-By: Adam C. Emerson <aemerson@redhat.com>
Adam King [Mon, 23 Jan 2023 19:23:22 +0000 (14:23 -0500)]
Merge pull request #49815 from adk3798/no-overwrite-logrotate
cephadm: don't overwrite cluster logrotate file
Reviewed-by: Guillaume Abrioux <gabrioux@redhat.com>
Adam King [Mon, 23 Jan 2023 19:18:27 +0000 (14:18 -0500)]
Merge pull request #48552 from rkachach/fix_issue_57878
mgr/rgw: Enabling typing checks for rgw module
Reviewed-by: Adam King <adking@redhat.com>
Adam King [Mon, 23 Jan 2023 19:16:39 +0000 (14:16 -0500)]
Merge pull request #48880 from rkachach/fix_issue_58021
mgr/cephadm: fix haproxy monitoring endpoint
Reviewed-by: Adam King <adking@redhat.com>
Adam King [Mon, 23 Jan 2023 18:12:54 +0000 (13:12 -0500)]
Merge pull request #49813 from rkachach/fix_issue_58526
mgr/cephadm: Build service discovery end-point by using mgr-ip only
Reviewed-by: Adam King <adking@redhat.com>
Adam King [Mon, 23 Jan 2023 18:09:26 +0000 (13:09 -0500)]
Merge pull request #49827 from adk3798/remove-offline-host-ingress
mgr/cephadm: fix removing offline hosts with ingress daemons
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
Yuval Lifshitz [Fri, 25 Nov 2022 14:15:27 +0000 (16:15 +0200)]
rgw/notifications: add const to APIs when possible
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Adam C. Emerson [Sat, 14 Jan 2023 00:24:33 +0000 (19:24 -0500)]
rgw: Remove (most) uses of null_yield in datalog
The only ones remaining are in calls from top-level threads.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Yuval Lifshitz [Thu, 24 Nov 2022 16:15:02 +0000 (18:15 +0200)]
rgw/notifications: avoid unnecessary heap allocations
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuval Lifshitz [Thu, 24 Nov 2022 14:29:59 +0000 (16:29 +0200)]
rgw/pubsub: remove subscription data structures
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
kalebskeithley [Mon, 23 Jan 2023 16:37:15 +0000 (11:37 -0500)]
Merge pull request #49760 from kalebskeithley/ceph-rgw-zipper
rgw: refactor selected files for better above- vs below-the-line
Yuval Lifshitz [Mon, 23 Jan 2023 15:43:56 +0000 (17:43 +0200)]
Merge pull request #48828 from yuvalif/wip-yuval-cython-fails-clang16
rgw/file: change function signature to match the one generated by cython
reviewed-by: cbodley, mattbenjamin
Yuval Lifshitz [Mon, 23 Jan 2023 15:37:32 +0000 (17:37 +0200)]
Merge pull request #49530 from yuvalif/wip-yuval-signed-comparisson
rgw: fix signed to unsigned comparisson warning
reviwed by: mattbenjamin
Casey Bodley [Mon, 23 Jan 2023 15:34:41 +0000 (10:34 -0500)]
Merge pull request #49642 from cbodley/wip-58286
rgw/beast: fix interaction between keepalive and 100-continue
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Kaleb S. KEITHLEY [Sat, 21 Jan 2023 17:37:05 +0000 (12:37 -0500)]
rgw: refactor selected files for better above- vs below-the-line
Move more files into driver/rados for better above- vs below-
the-line. Use #pragma once everywhere (versus fixing all the
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
zdover23 [Mon, 23 Jan 2023 11:50:59 +0000 (21:50 +1000)]
Merge pull request #49820 from zdover23/wip-doc-2023-01-21-rados-config-pool-pg-config-ref
doc/rados: refine pool-pg-config-ref.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Cole Mitchell <cole.mitchell@gmail.com>
zdover23 [Mon, 23 Jan 2023 10:07:30 +0000 (20:07 +1000)]
Merge pull request #49778 from zdover23/wip-doc-2023-01-18-rados-config-ceph-conf-runtime-changes
doc/rados: refine ceph-conf.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Wed, 18 Jan 2023 06:11:28 +0000 (16:11 +1000)]
doc/rados: refine ceph-conf.rst
Correct grammar and usage in ceph-conf.rst.
https://tracker.ceph.com/issues/58485
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Redouane Kachach [Wed, 19 Oct 2022 07:59:12 +0000 (09:59 +0200)]
mgr/rgw: Adding typing checks for rgw
Fixes: https://tracker.ceph.com/issues/57878
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Redouane Kachach [Mon, 14 Nov 2022 17:49:42 +0000 (18:49 +0100)]
mgr/cephadm: fix haproxy monitoring endpoint
Fixes: https://tracker.ceph.com/issues/58021
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Casey Bodley [Sun, 22 Jan 2023 16:37:56 +0000 (11:37 -0500)]
qa/s3tests: run with tox instead of bootstrap+nose
Fixes: https://tracker.ceph.com/issues/58512
Signed-off-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich [Sun, 22 Jan 2023 23:15:31 +0000 (18:15 -0500)]
Merge pull request #49735 from linuxkidd/wip-rgw-gap-list
rgw/rgw-gap-list: refactoring and adding more error checking
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich [Sun, 22 Jan 2023 21:11:05 +0000 (16:11 -0500)]
Merge pull request #49315 from tengfWang/master
rgw: fix the problem of duplicate idx when bi list
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich [Sun, 22 Jan 2023 21:01:16 +0000 (16:01 -0500)]
Merge pull request #47743 from cbodley/wip-rgw-replication-status
rgw: add replication status header to s3 GetObj response
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley [Sun, 22 Jan 2023 19:01:15 +0000 (14:01 -0500)]
qa/s3tests: add tox task before every s3tests task
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Adam King [Sun, 22 Jan 2023 19:21:01 +0000 (14:21 -0500)]
Merge pull request #48801 from adk3798/extra-entrypoint-args
mgr/cephadm: support for extra entrypoint args
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Redouane Kachach <rkachach@redhat.com>
Adam King [Sun, 22 Jan 2023 19:17:56 +0000 (14:17 -0500)]
Merge pull request #48827 from rkachach/fix_issue_58001
mgr/cephadm: fix prometheus haproxy/ingress deps update
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Michael Fritch <mfritch@suse.com>
Adam King [Sun, 22 Jan 2023 19:15:51 +0000 (14:15 -0500)]
Merge pull request #49556 from senax/haproxy
mgr/cephadm: increase ingress timeout values
Reviewed-by: Adam King <adking@redhat.com>
Adam King [Sun, 22 Jan 2023 18:59:51 +0000 (13:59 -0500)]
mgr/cephadm: fix removing offline hosts with ingress daemons
We need to convert the daemon type to service type here
or we'll try to access the "haproxy" or "keepalived" index
of the cephadm_services dictionary, which doesn't have those
keys (but does have an "ingress" key)
Fixes: https://tracker.ceph.com/issues/58537
Signed-off-by: Adam King <adking@redhat.com>
Adam King [Sun, 22 Jan 2023 16:33:24 +0000 (11:33 -0500)]
Merge pull request #46209 from phlogistonjohn/jjm-format-nfs-mod
mgr/nfs: use object_format decorators to simplify response handling
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Ramana Raja <rraja@redhat.com>
Adam King [Sun, 22 Jan 2023 16:26:10 +0000 (11:26 -0500)]
Merge pull request #49189 from pcuzner/improve-orch-host-ls
orchestrator: improvements to the orch host ls command
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Anthony D'Atri [Sat, 21 Jan 2023 23:33:44 +0000 (18:33 -0500)]
Merge pull request #49823 from zdover23/wip-doc-2023-01-22-install-recommended-methods-rewrite
doc/install: refine index.rst
Zac Dover [Sat, 21 Jan 2023 16:32:59 +0000 (02:32 +1000)]
doc/install: refine index.rst
Refine English sentences in doc/install/index.rst. Remove adverbial
phrases of time that refer to Nautilus-era features as "new", since that
was four years ago.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Zac Dover [Sat, 21 Jan 2023 05:04:12 +0000 (15:04 +1000)]
doc/rados: refine pool-pg-config-ref.rst
Remove pleonasm.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
J. Eric Ivancich [Sat, 21 Jan 2023 01:32:17 +0000 (20:32 -0500)]
Merge pull request #49817 from ivancich/wip-flight-copyright-license-info
rgw: add copyright & licensing to flight integration source files
Reviewed-By: Adam Emerson <aemerson@redhat.com>
Adam King [Fri, 20 Jan 2023 22:14:23 +0000 (17:14 -0500)]
mgr/cephadm: call iscsi post_remove from server loop
If we call it directly during a synchronous command
from the command line it never returns.
Fixes: https://tracker.ceph.com/issues/58531
Signed-off-by: Adam King <adking@redhat.com>
J. Eric Ivancich [Fri, 20 Jan 2023 20:55:12 +0000 (15:55 -0500)]
rgw: add copyright & licensing to flight integration source files
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Adam King [Fri, 20 Jan 2023 18:42:00 +0000 (13:42 -0500)]
cephadm: don't overwrite cluster logrotate file
To allow users to customize the file if they need to
akter the settings (e.g. to change the rotation interval
or rotate based on size)
Fixes: https://tracker.ceph.com/issues/58527
Signed-off-by: Adam King <adking@redhat.com>
Redouane Kachach [Fri, 20 Jan 2023 18:16:25 +0000 (19:16 +0100)]
mgr/cephadm: Build service discovery end-point by using mgr-ip only
Fixes: https://tracker.ceph.com/issues/58526
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
Ilya Dryomov [Fri, 20 Jan 2023 13:08:10 +0000 (14:08 +0100)]
Merge pull request #49791 from idryomov/wip-doc-exclusive-lock-transitions
doc/rbd/rbd-exclusive-locks: warn about automatic lock transitions
Reviewed-by: Ramana Raja <rraja@redhat.com>
Ilya Dryomov [Fri, 20 Jan 2023 13:05:22 +0000 (14:05 +0100)]
Merge pull request #49784 from SUSE/wip-fix-58501
ceph.spec.in: Replace %usrmerged macro with regular version check
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
zdover23 [Fri, 20 Jan 2023 10:50:42 +0000 (20:50 +1000)]
Merge pull request #49764 from zdover23/wip-doc-2023-01-17-ceph-volume-lvm-encryption-refine
doc/ceph-volume: refine encryption.rst
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Ilya Dryomov [Thu, 19 Jan 2023 12:21:40 +0000 (13:21 +0100)]
doc/rbd/rbd-exclusive-locks: warn about automatic lock transitions
A lot of people aren't aware of automatic lock transitions and
wrongfully assume that exclusive lock means that the image remains
locked for as long as the client is running. Redo the explanation
and add a warning.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov [Wed, 18 Jan 2023 19:20:19 +0000 (20:20 +0100)]
doc/rbd/rbd-exclusive-locks: don't mention "profile rbd" requirement twice
It's (much better) described in the Blocklisting section.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
wangtengfei [Thu, 8 Dec 2022 01:07:19 +0000 (09:07 +0800)]
rgw: fix the problem of duplicate idx when bi list
fix: https://tracker.ceph.com/issues/58213
Signed-off-by: wangtengfei <wangtengfei@inspur.com>
Casey Bodley [Fri, 20 Jan 2023 01:21:30 +0000 (20:21 -0500)]
Merge pull request #49798 from adamemerson/wip-radosgw-cr-test-build-fix
build: Fix build of `radosgw-cr-test`
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Adam C. Emerson [Thu, 19 Jan 2023 21:51:58 +0000 (16:51 -0500)]
build: Fix build of `radosgw-cr-test`
Remove dependency on `libneorados_cls_fifo` removed in commit
`
bf222906b01cbb9e8d55ae4685004a22cddcc138 `.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Michael J. Kidd [Fri, 13 Jan 2023 18:13:47 +0000 (13:13 -0500)]
rgw/rgw-gap-list: refactor / add more err checks
- rename function `log_out` to `log` to prevent mental confusion with
'logging out' of the shell, vs sending a log message.
- Centralize error checking to provide more consistent output and ease
of error check implementation
- Add check that supplied pool name(s) exist.
- Relocate the awk script creation to just before it's needed.
- Provide usage help for specifying multiple pools on the command line
- Add hostname to log output lines.
- add checks to ensure intermediate files are not empty before
attempting comparison.
- switch to getopt to allow more option flexibility, removing
dependency on positional arguments which could cause parsing / user
confusion.
This is a **BREAKING change** due to change in command line syntax.
- add option for temp directory specification on the command line.
- set -m option to be presence based, vs needing 0|1 param
- fix typo in usage
Signed-off-by: Michael J. Kidd <linuxkidd@gmail.com>
Casey Bodley [Thu, 19 Jan 2023 20:51:18 +0000 (15:51 -0500)]
qa/openssl_keys: 'rm' ignores file not found
on distros with openssl 3, the .srl files don't appear to be created.
don't fail if 'rm' can't find them
Fixes: https://tracker.ceph.com/issues/58513
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Patrick Donnelly [Wed, 18 Jan 2023 19:39:00 +0000 (14:39 -0500)]
tools/cephfs/first-damage: fix iteration of big dirfrags
We have to iterate in chunks otherwise the get_omap_vals API returns
partial results even if the max count is large.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Adam C. Emerson [Thu, 19 Jan 2023 17:26:52 +0000 (12:26 -0500)]
Merge pull request #48898 from ceph/wip-rgw-multisite-reshard-reef
rgw: multisite stabilization for reef
Reviewed-By: Adam Emerson <aemerson@redhat.com>
Ilya Dryomov [Thu, 19 Jan 2023 16:29:36 +0000 (17:29 +0100)]
Merge pull request #48848 from stefan-chivu/rbd-wnbd-live-resize
rbd: live resize support for rbd-wnbd
Reviewed-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Zac Dover [Tue, 17 Jan 2023 09:45:23 +0000 (19:45 +1000)]
doc/ceph-volume: refine encryption.rst
Improve the word choice and grammar of
doc/ceph-volume/lvm/encryption.rst.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
Venky Shankar [Thu, 19 Jan 2023 13:44:41 +0000 (19:14 +0530)]
Merge pull request #49280 from stefan-chivu/dokan-file-dir-access
dokan: Made file/dir access mode configurable
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Avan [Thu, 19 Jan 2023 09:34:41 +0000 (15:04 +0530)]
Merge pull request #49759 from rhcs-dashboard/fix-pg-metrics
mgr/prometheus: export zero valued pg state metrics
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
Tim Serong [Thu, 19 Jan 2023 07:26:52 +0000 (18:26 +1100)]
ceph.spec.in: Replace %usrmerged macro with regular version check
%usrmerged is deprecated in favour of %if 0%{?suse_version} < 1550
(see https://en.opensuse.org/openSUSE:Usr_merge for details)
Fixes: https://tracker.ceph.com/issues/58501
Signed-off-by: Tim Serong <tserong@suse.com>