]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
Dan Mick [Fri, 3 Jan 2025 03:15:54 +0000 (19:15 -0800)]
container/Containerfile: replace CEPH_VERSION var for backward compat
CEPH_VERSION used to be present in the env to hold the ref. Other projects
relied on this. Make life easier for them.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit
3075894aab604ffdfb81d3eb1af675cdbc6aa776 )
Yuri Weinstein [Thu, 30 Jan 2025 00:36:07 +0000 (16:36 -0800)]
Merge pull request #61507 from ivancich/wip-69652-reef
reef: msg: insert PriorityDispatchers in sorted position
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 23:26:59 +0000 (15:26 -0800)]
Merge pull request #59127 from k0ste/wip-61191-reef
reef: rgw/lua: add more info on package install errors
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 23:26:18 +0000 (15:26 -0800)]
Merge pull request #59126 from k0ste/wip-63969-reef
reef: rgw/iam: fix role deletion replication
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 23:25:32 +0000 (15:25 -0800)]
Merge pull request #59124 from k0ste/wip-65544-reef
reef: rgw: increase log level on abort_early
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 23:24:49 +0000 (15:24 -0800)]
Merge pull request #58070 from yuvalif/wip-66496-reef
reef: rgw/admin/notification: add command to dump notifications
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 23:24:10 +0000 (15:24 -0800)]
Merge pull request #57229 from galsalomon66/wip-65245-reef
reef: rgw/s3select: s3select response handler refactor
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 23:23:20 +0000 (15:23 -0800)]
Merge pull request #56158 from yuvalif/wip-64885-reef
reef: rgw/kafka: set message timeout to 5 seconds
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Wed, 29 Jan 2025 16:12:59 +0000 (08:12 -0800)]
Merge pull request #61061 from k0ste/wip-69217-reef
reef: rgw: Delete stale entries in bucket indexes while deleting obj
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley [Wed, 29 Jan 2025 15:17:12 +0000 (10:17 -0500)]
Merge pull request #61093 from shashalu/fix-data-corruption-ETIMEDOUT-reef
reef: rgw: fix data corruption when rados op return ETIMEDOUT
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley [Wed, 29 Jan 2025 15:16:34 +0000 (10:16 -0500)]
Merge pull request #61052 from cbodley/wip-69212-reef
reef: rgw: fix bucket link operation
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Zac Dover [Wed, 29 Jan 2025 13:12:20 +0000 (23:12 +1000)]
Merge pull request #61557 from zdover23/wip-doc-2025-01-29-backport-61549-to-reef
reef: doc/radosgw: s/zonegroup/pools/
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Milind Changire [Wed, 29 Jan 2025 12:31:16 +0000 (18:01 +0530)]
Merge pull request #59705 from vshankar/wip-67375-reef
reef: mon: fix `fs set down` to adjust max_mds only when cluster is not down
Milind Changire [Wed, 29 Jan 2025 11:06:59 +0000 (16:36 +0530)]
Merge pull request #59920 from mchangir/wip-67827-reef
reef: qa: failfast mount for better performance and unblock `fs volume ls`
https://tracker.ceph.com/projects/cephfs/wiki/Reef#wip-vshankar-testing-
20250113141608 -reef-debug
Milind Changire [Wed, 29 Jan 2025 10:55:12 +0000 (16:25 +0530)]
Merge pull request #57560 from ceph/wip-lusov-asok-async-reef
reef: mds: don't stall the asok thread for flush commands
Milind Changire [Wed, 29 Jan 2025 10:50:27 +0000 (16:20 +0530)]
Merge pull request #57177 from batrick/wip-65715-reef
reef: mds: inode_t flags may not be protected by the policylock during set_vxattr
Milind Changire [Wed, 29 Jan 2025 06:50:44 +0000 (12:20 +0530)]
Merge pull request #60692 from vshankar/wip-67691-reef
reef: mds: getattr just waits the xlock to be released by the previous client
Milind Changire [Wed, 29 Jan 2025 06:49:29 +0000 (12:19 +0530)]
Merge pull request #59686 from vshankar/wip-67743-reef
reef: qa: wait for file creation before changing mode
Milind Changire [Wed, 29 Jan 2025 06:48:22 +0000 (12:18 +0530)]
Merge pull request #58982 from kotreshhr/wip-67294-reef
reef: client: Fix leading / issue with mds_check_access
Zac Dover [Tue, 28 Jan 2025 06:30:24 +0000 (16:30 +1000)]
doc/radosgw: s/zonegroup/pools/
s/zonegroup/pools/, where this change makes the text clearer.
This change was made in reponse to an upstream comment on
https://pad.ceph.com/p/Report_Documentation_Bugs.
Fixes: https://tracker.ceph.com/issues/69689
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
ea576ccd037ee0336f01342c86ea9b1468f67cc3 )
Adam Kupczyk [Tue, 28 Jan 2025 14:39:09 +0000 (15:39 +0100)]
Merge pull request #61112 from k0ste/wip-68735-reef
reef: os/bluestore: Fix BlueRocksEnv attempts to use POSIX
afreen23 [Tue, 28 Jan 2025 14:12:55 +0000 (19:42 +0530)]
Merge pull request #61237 from aaSharma14/wip-69291-reef
reef: mgr/dashboard: Fix Latency chart data units in rgw overview page
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Shilpa Jagannath [Tue, 28 Jan 2025 06:19:32 +0000 (22:19 -0800)]
Merge pull request #60850 from smanjara/wip-reef-boto-s3-client
reef: qa/multisite: add boto3.client to the library
Shilpa Jagannath [Tue, 28 Jan 2025 06:19:03 +0000 (22:19 -0800)]
Merge pull request #60793 from smanjara/wip-69004-reef
reef: rgw/multisite: metadata polling event based on unmodified mdlog_marker
Yuri Weinstein [Mon, 27 Jan 2025 18:50:27 +0000 (10:50 -0800)]
Merge pull request #60733 from ifed01/wip-ifed-tcmalloc-rgw-reef
reef: rgw: link only radosgw with ALLOC_LIBS
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:47:11 +0000 (10:47 -0800)]
Merge pull request #60745 from satoru-takeuchi/wip-62757-reef
reef: rgw: when there are a large number of multiparts, the unorder list result may miss objects
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:44:57 +0000 (10:44 -0800)]
Merge pull request #59354 from k0ste/wip-63585-reef
reef: rgw/notifications: cleanup all coroutines after sending the notification
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:44:23 +0000 (10:44 -0800)]
Merge pull request #59343 from k0ste/wip-61189-reef
reef: rgw/lua: add lib64 to the package search path
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:43:26 +0000 (10:43 -0800)]
Merge pull request #59304 from yuvalif/wip-67608-reef
reef: test/rgw/notification: use real ip address instead of localhost
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:42:23 +0000 (10:42 -0800)]
Merge pull request #59258 from k0ste/wip-64551-reef
reef: rgw/http/client-side: disable curl path normalization
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:41:12 +0000 (10:41 -0800)]
Merge pull request #59134 from k0ste/wip-63250-reef
reef: rgw: fix user.rgw.user-policy attr remove by modify user
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:36:27 +0000 (10:36 -0800)]
Merge pull request #61160 from ivancich/wip-69296-reef
reef: rgw: append query string to redirect URL if present
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:35:57 +0000 (10:35 -0800)]
Merge pull request #61133 from cbodley/wip-69298-reef
reef: rgw/abortmp: Race condition on AbortMultipartUpload
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:35:17 +0000 (10:35 -0800)]
Merge pull request #61105 from cbodley/wip-69259-reef
reef: <common> fix formatter buffer out-of-bounds
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:32:03 +0000 (10:32 -0800)]
Merge pull request #61022 from cbodley/wip-69180-reef
reef: qa/rgw: bump keystone/barbican from 2023.1 to 2024.1
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Yuri Weinstein [Mon, 27 Jan 2025 18:30:35 +0000 (10:30 -0800)]
Merge pull request #60977 from cbodley/wip-69147-reef
reef: test/rgw/multisite: add meta checkpoint after bucket creation
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
afreen23 [Mon, 27 Jan 2025 06:40:34 +0000 (12:10 +0530)]
Merge pull request #61458 from aaSharma14/wip-69597-reef
reef: mgr/dashboard: fix total objects/Avg object size in RGW Overview Page
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Nizamudeen A [Mon, 27 Jan 2025 06:19:52 +0000 (11:49 +0530)]
Merge pull request #61038 from rhcs-dashboard/wip-69194-reef
reef: mgr/dashboard: add a custom warning message when enabling feature
Reviewed-by: Afreen Misbah <afreen@ibm.com>
afreen23 [Mon, 27 Jan 2025 05:29:52 +0000 (10:59 +0530)]
Merge pull request #61236 from aaSharma14/wip-69222-reef
reef: mgr/dashboard: Update and correct zonegroup delete notification
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Anthony D'Atri [Sun, 26 Jan 2025 18:02:21 +0000 (13:02 -0500)]
Merge pull request #61529 from zdover23/wip-doc-2025-01-27-backport-61525-to-reef
reef: doc/cephadm: correct note
Zac Dover [Sun, 26 Jan 2025 05:11:16 +0000 (15:11 +1000)]
doc/cephadm: correct note
Correct the English in a note in doc/cephadm/host-management.rst.
This commit was made in response to
https://github.com/ceph/ceph/pull/50340, which corrected some of this
note in Quincy.
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
d15f1f6869465a8cc3191169f038217baecf2c4f )
Zac Dover [Sun, 26 Jan 2025 02:19:44 +0000 (12:19 +1000)]
Merge pull request #61522 from zdover23/wip-doc-2025-01-26-backport-61503-to-reef
reef: doc/cephfs: edit disaster-recovery-experts (6 of x)
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Ilya Dryomov [Sat, 25 Jan 2025 20:43:43 +0000 (21:43 +0100)]
Merge pull request #61524 from zdover23/wip-doc-2025-01-26-backport-61520-to-reef
reef: doc/rados: pool and namespace are independent osdcap restrictions
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov [Sat, 25 Jan 2025 10:11:14 +0000 (11:11 +0100)]
doc/rados: pool and namespace are independent osdcap restrictions
For the "profile {name}" syntax, pool and namespace restrictions are
independent of each other (i.e. specifying namespace doesn't also
require specifying pool like is currently suggested). A cap can look
like "profile rbd namespace=myns", signifying that the RBD profile is
to be allowed in myns namespace of any pool.
For the "allow {access-spec}" syntax, pool restriction is optional.
A cap can look like "allow r namespace=myns", "allow w object_prefix
myprefix" or "allow rw namespace=myns object_prefix myprefix", for
example.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit
67f5769ce6e110b89362763cfb41a0e00e595cdf )
Zac Dover [Fri, 24 Jan 2025 13:46:19 +0000 (23:46 +1000)]
doc/cephfs: edit disaster-recovery-experts (6 of x)
In doc/cephfs/disaster-recovery-experts.rst, incorporate Anthony's
suggestions in
https://github.com/ceph/ceph/pull/61462#discussion_r1923917812
and
https://github.com/ceph/ceph/pull/61462#discussion_r1923920724
and reword the sentences in the section "Using an alternate metadata
pool for recovery" to be in the imperative mood, which better suits the
ordered list format that was introduced in
https://github.com/ceph/ceph/pull/61493.
Follows https://github.com/ceph/ceph/pull/61493.
https://tracker.ceph.com/issues/69557
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
5670054bd0533c8f2507d0596797214da8ba489a )
Casey Bodley [Tue, 16 Jul 2024 21:37:18 +0000 (17:37 -0400)]
msg: insert PriorityDispatchers in sorted position
avoid calling stable_sort() after every insertion by inserting directly
into the sorted position. use lower_bound() to insert at the head and
upper_bound() to insert at the tail
this generally only happens during startup so isn't a performance
problem, but std::stable_sort() was triggering strange valgrind warnings
for "Mismatched free() / delete / delete []" when it allocates a
temporary buffer
Fixes: https://tracker.ceph.com/issues/66336
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
063d100526e9e5ece31d575568e0910806f8e74d )
J. Eric Ivancich [Fri, 24 Jan 2025 16:13:23 +0000 (11:13 -0500)]
Merge pull request #61102 from ivancich/wip-69255-reef
reef: qa/rgw: pull Apache artifacts from mirror instead of archive.apache.org
Reviewed-by: Casey Bodley <cbodley@redhat.com>
J. Eric Ivancich [Fri, 24 Jan 2025 16:11:11 +0000 (11:11 -0500)]
Merge pull request #61054 from smanjara/wip-69211-reef
reef: qa/rgw: fix s3 java tests by forcing gradle to run on Java 8
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich [Fri, 24 Jan 2025 16:10:43 +0000 (11:10 -0500)]
Merge pull request #61121 from ivancich/wip-69270-reef
reef: qa/rgw: force Hadoop to run under Java 1.8
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Anthony D'Atri [Fri, 24 Jan 2025 14:05:06 +0000 (09:05 -0500)]
Merge pull request #61500 from zdover23/wip-doc-2025-01-24-backport-61493-to-reef
reef: doc/cephfs: edit disaster-recovery-experts (5 of x)
Zac Dover [Thu, 23 Jan 2025 09:49:26 +0000 (19:49 +1000)]
doc/cephfs: edit disaster-recovery-experts (5 of x)
Put the procedure in the section called "Using an alternate metadata
pool for recovery" into an ordered list, so that it is in a proper
procedure format.
This commit is meant only to break the procedure into steps. The English
language in each of these steps could be improved, but that improvement
will be done after this formatting has been merged and backported.
Follows https://github.com/ceph/ceph/pull/61462.
https://tracker.ceph.com/issues/69557
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
9af7d9786a11e2b07a095c95ae911dfb13e4a61b )
Adam Kupczyk [Thu, 23 Jan 2025 08:41:06 +0000 (09:41 +0100)]
Merge pull request #60237 from aclamk/wip-aclamk-bluefs-truncate-allocations-reef
reef: os/bluestore: Make truncate() drop unused allocations
J. Eric Ivancich [Wed, 22 Jan 2025 18:51:36 +0000 (13:51 -0500)]
Merge pull request #61485 from ivancich/wip-69564-reef
reef: rgw/lc: make lc worker thread name shorter
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein [Wed, 22 Jan 2025 18:42:06 +0000 (10:42 -0800)]
Merge pull request #61318 from aclamk/wip-aclamk-ifed-allocation-info-reef
[reef] os/bluestore: introduce allocator state histogram
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
lightmelodies [Thu, 9 Jan 2025 10:15:50 +0000 (10:15 +0000)]
rgw/lc: make lc worker thread name shorter
Fixes: https://tracker.ceph.com/issues/69459
Signed-off-by: lightmelodies <lightmelodies@outlook.com>
(cherry picked from commit
05e241245744d105e285373bb9aa7861c62dcc18 )
Anthony D'Atri [Wed, 22 Jan 2025 15:12:38 +0000 (10:12 -0500)]
Merge pull request #61480 from zdover23/wip-doc-2025-01-22-backport-61462-to-reef
reef: doc/cephfs: edit disaster-recovery-experts (4 of x)
Zac Dover [Wed, 22 Jan 2025 12:02:02 +0000 (22:02 +1000)]
Merge pull request #61360 from zdover23/wip-doc-2025-01-14-backport-61352-to-reef
reef: doc/releases: add actual_eol for quincy
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Wed, 22 Jan 2025 12:01:34 +0000 (22:01 +1000)]
Merge pull request #61059 from zdover23/wip-doc-2024-12-12-backport-61049-to-reef
reef: doc/cephfs: edit 2nd 3rd of mount-using-kernel-driver
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Tue, 21 Jan 2025 05:53:19 +0000 (15:53 +1000)]
doc/cephfs: edit disaster-recovery-experts (4 of x)
Edit the seventh and final section of
doc/cephfs/disaster-recovery-experts.rst in preparation for adding
deeper explanations of the contexts in which one should use the various
commands listed on that page.
The section edited in this commit is
* Using an alternate metadata pool for recovery
A future commit might beneficially put this section into the format of
an ordered list. If so, such a commit should only reformat the
content and should not make any changes to the English. It's enough to
verify content or format. Let's not overload our editorial faculties by
forcing ourselves to walk and chew gum at the same time.
Follows https://github.com/ceph/ceph/pull/61442
https://tracker.ceph.com/issues/69557
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
f2529d11745d99e5b5c404193d3dd5e47e48afda )
Anthony D'Atri [Tue, 21 Jan 2025 15:22:17 +0000 (10:22 -0500)]
Merge pull request #61460 from zdover23/wip-doc-2025-01-21-backport-61249-to-reef
reef: doc/cephfs: edit grammar in snapshots.rst
Zac Dover [Tue, 21 Jan 2025 09:44:27 +0000 (19:44 +1000)]
Merge pull request #59786 from zdover23/wip-doc-2024-09-14-backport-59732-to-reef
reef: doc/README.md: improve formatting
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Tue, 7 Jan 2025 06:42:52 +0000 (16:42 +1000)]
doc/cephfs: edit grammar in snapshots.rst
This commit improves the grammar in doc/cephfs/snapshots.rst. The PR
associated with this commit follows from
https://github.com/ceph/ceph/pull/61240, the PR raised by Neeraj Pratap
Singh to introduce information about snapshots into the CephFS
documentation.
See also https://tracker.ceph.com/issues/68974.
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
9a34ae55ede6dea5bb784a3e6cd45b9e60d4475d )
Zac Dover [Tue, 21 Jan 2025 05:32:47 +0000 (15:32 +1000)]
Merge pull request #61247 from zdover23/wip-doc-2025-01-07-backport-61240-to-reef
reef: doc: add snapshots in docs under Cephfs concepts
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Tue, 21 Jan 2025 05:23:11 +0000 (15:23 +1000)]
Merge pull request #61309 from zdover23/wip-doc-2025-01-10-backport-61243-to-reef
reef: doc/radosgw/s3: correct eTag op match tables
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Aashish Sharma [Mon, 28 Oct 2024 10:09:52 +0000 (15:39 +0530)]
mgr/dashboard: fix total objects/Avg object size in RGW Overview Page
Till now we are calculating the total number of objects and the average
object size in the RGW Overview Page using `ceph df` command's output.
As per the discussion with RGW team, this data is not correct as S3
objects in rgw can occupy more than one rados object. This PR tends to
make the overview page's info in sync with the RGW bucket page's info.
Fixes: https://tracker.ceph.com/issues/68733
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit
74b0749b7e63f2690a70d0226a1d730b23ddaea1 )
Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.ts
Anthony D'Atri [Mon, 20 Jan 2025 18:01:09 +0000 (13:01 -0500)]
Merge pull request #61332 from zdover23/wip-doc-2025-01-11-backport-60081-to-reef
reef: src/exporter: improve usage message
Anthony D'Atri [Mon, 20 Jan 2025 16:09:41 +0000 (11:09 -0500)]
Merge pull request #61454 from zdover23/wip-doc-2025-01-20-backport-61442-to-reef
reef: doc/cephfs: edit disaster-recovery-experts (3 of x)
Zac Dover [Sat, 18 Jan 2025 04:04:14 +0000 (14:04 +1000)]
doc/cephfs: edit disaster-recovery-experts (3 of x)
Edit the fifth and sixth sections of
doc/cephfs/disaster-recovery-experts.rst in preparation for adding
deeper explanations of the contexts in which one should use the various
commands listed on that page.
The sections edited in this commit are
- MDS Map Reset
- Recovery From Mission Metadata Objects
Follows https://github.com/ceph/ceph/pull/61427
https://tracker.ceph.com/issues/69557
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
a69c4142b7f99146af690933b3cfe897a64c7c59 )
afreen23 [Mon, 20 Jan 2025 09:36:20 +0000 (15:06 +0530)]
Merge pull request #61097 from afreen23/wip-69200-reef
reef: mgr/dashboard: handle infinite values for pools
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Anthony D'Atri [Tue, 1 Oct 2024 16:21:56 +0000 (12:21 -0400)]
src/exporter: improve usage message
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit
725b4e184798dc38ec60ab81766577b39fd6e488 )
Anthony D'Atri [Mon, 20 Jan 2025 02:57:45 +0000 (21:57 -0500)]
Merge pull request #61447 from zdover23/wip-doc-2025-01-20-backport-61445-to-reef
doc/cephfs: disaster-recovery-experts cleanup
Zac Dover [Sun, 19 Jan 2025 12:49:52 +0000 (22:49 +1000)]
doc/cephfs: disaster-recovery-experts cleanup
Properly wrap a poorly-formatted paragraph that looks just awful in an
80-column viewport and change MDS to "MDS daemons" where the latter
makes the sentence a lot clearer.
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
dceaab9a1a479ea3a10b6eff5bb4ae23d2ad6aa0 )
Anthony D'Atri [Sun, 19 Jan 2025 16:02:45 +0000 (11:02 -0500)]
Merge pull request #61444 from zdover23/wip-doc-2025-01-19-backport-61427-to-reef
reef: doc/cephfs: edit disaster-recovery-experts (2 of x)
Zac Dover [Fri, 17 Jan 2025 12:33:49 +0000 (22:33 +1000)]
doc/cephfs: edit disaster-recovery-experts (2 of x)
Edit the third and fourth sections of
doc/cephfs/disaster-recovery-experts.rst in preparation for adding
deeper explanations of the contexts in which one should use the various
commands listed on that page.
Follows https://github.com/ceph/ceph/pull/61426
https://tracker.ceph.com/issues/69557
Co-authored-by: Anthony D'Atri <anthony.datri@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
4f3a69eb919fc0d99cdf943f095ca3a951c82897 )
Zac Dover [Sat, 18 Jan 2025 03:44:23 +0000 (13:44 +1000)]
Merge pull request #61438 from zdover23/wip-doc-2025-01-18-backport-61272-to-reef
reef: doc/radosgw/config-ref: fix lc worker thread tuning
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Sat, 18 Jan 2025 03:42:57 +0000 (13:42 +1000)]
Merge pull request #61424 from zdover23/wip-doc-2025-01-17-backport-61411-to-reef
reef: doc/cephfs: edit disaster-recovery-experts
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Zac Dover [Sat, 18 Jan 2025 03:42:28 +0000 (13:42 +1000)]
Merge pull request #61402 from zdover23/wip-doc-2025-01-16-backport-61373-to-reef
reef: AsyncMessenger.cc : improve error messages
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Laimis Juzeliƫnas [Wed, 8 Jan 2025 22:05:34 +0000 (00:05 +0200)]
doc/radosgw/config-ref: fix lc worker thread tuning
This commit updates RGW Config Reference - Lifecycle Settings section. In particular it addresses an incorrect suggestion to decrease parallel threads in the workers pool for a more aggressive/accelerated per-bucket lifecycle processing. A more aggressive lifecycle processing for a bucket containing higher number of objects is achieved by increasing, not decreasing parallel threads.
Current suggestion is miss-leading.
Fixes: https://tracker.ceph.com/issues/63659
Signed-off-by: Laimis Juzeliunas <laimis.juzeliunas@oxylabs.io>
(cherry picked from commit
b7ae18a292c7d1d5139dfb74c575f1af0de29a3e )
Yuri Weinstein [Fri, 17 Jan 2025 16:05:35 +0000 (08:05 -0800)]
Merge pull request #58920 from mohit84/wip-67235-reef
reef: test: Create ParallelPGMapper object before start threadpool
Reviewed-by: Nitzan Mordechai <nmordech@redhat.com>
Zac Dover [Thu, 16 Jan 2025 11:51:46 +0000 (21:51 +1000)]
doc/cephfs: edit disaster-recovery-experts
Edit the first two sections of doc/cephfs/disaster-recovery-experts.rst
in preparation for adding deeper explanations of the contexts in which
one should use the various commands listed on that page.
https://tracker.ceph.com/issues/69557
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
cc8cfeddbd290ef9b5e4e0c68ae94cefb34e1be9 )
SrinivasaBharathKanta [Fri, 17 Jan 2025 10:17:13 +0000 (15:47 +0530)]
Merge pull request #59285 from k0ste/wip-64168-reef
reef: osd: Add memstore to unsupported objstores for QoS
Sunil Angadi [Fri, 17 Jan 2025 09:45:53 +0000 (15:15 +0530)]
Merge pull request #61259 from idryomov/wip-fsx-try-netlink-reef
reef: test/librbd/fsx: switch to netlink interface for rbd-nbd
Sunil Angadi [Fri, 17 Jan 2025 09:45:37 +0000 (15:15 +0530)]
Merge pull request #61171 from idryomov/wip-69324-reef
reef: rbd: handle --{group,image}-namespace in "rbd group image {add,rm}"
Sunil Angadi [Fri, 17 Jan 2025 09:45:17 +0000 (15:15 +0530)]
Merge pull request #61167 from idryomov/wip-68998-reef
reef: librbd: avoid data corruption on flatten when object map is inconsistent
Sunil Angadi [Fri, 17 Jan 2025 09:44:51 +0000 (15:14 +0530)]
Merge pull request #61094 from idryomov/wip-69178-reef
reef: librbd/migration/HttpClient: avoid reusing ssl_stream after shut down
afreen23 [Fri, 17 Jan 2025 09:29:50 +0000 (14:59 +0530)]
Merge pull request #61182 from rhcs-dashboard/reef-configuration-not-updatable
reef: mgr/dashboard: Administration > Configuration > Some of the config options are not updatable at runtime
Reviewed-by: Afreen Misbah <afreen@ibm.com>
Adam Kupczyk [Fri, 10 Jan 2025 08:26:54 +0000 (08:26 +0000)]
os/bluestore: Fix BlueFS::truncate()
In `struct bluefs_fnode_t` there is a vector `extents` and
the vector `extents_index` that is a log2 seek cache.
Until modifications to truncate() we never removed extents from files.
Modified truncate() did not update extents_index.
For example 10 extents long files when truncated to 0 will have:
0 extents, 10 extents_index.
After writing some data to file:
1 extents, 11 extents_index.
Now, `bluefs_fnode_t::seek` will binary search extents_index,
lets say it located seek at item #3.
It will then jump up from #0 extent (that exists) to #3 extent which
does not exist at.
The worst part is that code is now broken, as #3 != extent.end().
There are 3 parts of the fix:
1) assert in `bluefs_fnode_t::seek` to protect against
jumping outside extents
2) code in BlueFS::truncate to sync up `extents_index` with `extents`
3) dampening down assert in _replay to give a way out of cases
where incorrect "offset 12345" (12345 is file size) instead of
"offset 20000" (allocations occupied) was written to log.
Fixes: https://tracker.ceph.com/issues/69481
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit
7f3601089d41bfc23f530c7bf3fb7efad2d055ec )
Adam Kupczyk [Fri, 10 Jan 2025 10:07:18 +0000 (10:07 +0000)]
os/bluestore: bluefs unittest for truncate bug
Unittest showing 2 different flavours of problems:
1) bluefs log corruption
2) bluefs sigsegv
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit
f2b5e2fa0a9274c1667fccafa597fff9be7a74b1 )
+ fixes for add_block_device
+ fix for bad usage of std::string's fill constructor
Adam Kupczyk [Wed, 23 Oct 2024 11:57:01 +0000 (11:57 +0000)]
os/bluestore: Add unittest for BlueFS::truncate()
Add unittest for some truncate scenarios.
Fixes: https://tracker.ceph.com/issues/68385 (addendum)
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit
612f24b41fb44e478d6c1cc867dfa0720197793f )
Adam Kupczyk [Tue, 22 Oct 2024 18:53:22 +0000 (18:53 +0000)]
os/bluestore: Make truncate() drop unused allocations
Review fixes. Removed overcatious assert.
Improved if .. else style.
Skipped processing extent truncation when seek() goes to end.
Fixes: https://tracker.ceph.com/issues/68385 (addendum)
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit
85fac18a1cb0491e270261c71a506c4c1ba5e0bf )
Igor Fedotov [Wed, 10 Jan 2024 16:28:13 +0000 (19:28 +0300)]
test/store_test: get rid off explicit offset specifications in shared
blob repair test case.
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
(cherry picked from commit
482e5b85f08a07200c1f18db509b6b0f2ebcf3e6 )
Adam Kupczyk [Mon, 7 Oct 2024 11:45:41 +0000 (11:45 +0000)]
os/bluestore: Make truncate() drop unused allocations
Now when truncate() drops unused allocations.
Modified Close() in BlueRocksEnv to unconditionally call truncate.
Fixes: https://tracker.ceph.com/issues/68488
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
(cherry picked from commit
9fc65f160cd3764a68fb3697d067c358761fc837 )
Conflicts:
src/os/bluestore/BlueFS.cc, trivial
Kamoltat (Junior) Sirivadhna [Fri, 17 Jan 2025 08:33:42 +0000 (15:33 +0700)]
Merge pull request #59266 from k0ste/wip-65924-reef
reef: CephContext: acquire _fork_watchers_lock in notify_post_fork()
Reviewed-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
SrinivasaBharathKanta [Fri, 17 Jan 2025 05:09:45 +0000 (10:39 +0530)]
Merge pull request #60981 from sseshasa/wip-69150-reef
reef: osd: adding 'reef' to pending_require_osd_release
Shraddha Agrawal [Thu, 16 Jan 2025 08:13:15 +0000 (13:43 +0530)]
Merge pull request #60780 from shraddhaag/wip-68948-reef
reef: qa/standalone/mon/mon_cluster_log.sh: retry check for log line
Shraddha Agrawal [Mon, 30 Sep 2024 15:37:35 +0000 (21:07 +0530)]
qa/standalone/mon/mon_cluster_log.sh: retry check for log line
Issue: The test was failing as we were checking for the osd boot
log before it was actually emitted in the log file.
Solution: We retry checking for the desired string in the log file
for a duration of 60s after OSD has come up successfully.
Fixes: https://tracker.ceph.com/issues/67282
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
Signed-off-by: Naveen Naidu <naveennaidu479@gmail.com>
(cherry picked from commit
67928a27357e2d600114db1891db5e7b30c8d1a9 )
Anthony D'Atri [Wed, 15 Jan 2025 00:17:14 +0000 (19:17 -0500)]
AsyncMessenger.cc : improve error messages
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
(cherry picked from commit
3d36a3b9bbeb8b21b99046aab0d0bdf8f1c30aa2 )
Zac Dover [Mon, 13 Jan 2025 19:00:00 +0000 (05:00 +1000)]
doc/releases: add actual_eol for quincy
Add the actual EOL date for the Quincy release (it's 2025-01-13).
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
2c4ab9c571218bc09d14de0b101166fbab965f85 )
Adam King [Mon, 13 Jan 2025 15:37:47 +0000 (10:37 -0500)]
Merge pull request #61292 from phlogistonjohn/jjm-fix-reef-mypy-69471
reef: mgr/diskprediction_local: avoid mypy error
Reviewed-by: Adam King <adking@redhat.com>
Anthony D'Atri [Mon, 13 Jan 2025 15:09:01 +0000 (10:09 -0500)]
Merge pull request #61343 from zdover23/wip-doc-2025-01-13-backport-61313-to-reef
reef: doc: improve tests-integration-testing-teuthology-workflow.rst