]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
3 months agoMerge pull request #66291 from afreen23/illegible-text
afreen23 [Tue, 18 Nov 2025 06:42:37 +0000 (12:12 +0530)]
Merge pull request #66291 from afreen23/illegible-text

mgr/dashboard: Remove illegible texts from the dashboard

Reviewed-by: Nizamudeen A <nia@redhat.com>
3 months agoMerge pull request #66246 from nbalacha/wip-nbalacha-73812
Yuval Lifshitz [Tue, 18 Nov 2025 06:08:59 +0000 (08:08 +0200)]
Merge pull request #66246 from nbalacha/wip-nbalacha-73812

rgw/notify: fix reading the entries in a loop

3 months agoMerge pull request #66299 from solmagd/wip-doc-release-dates-jd
Laura Flores [Mon, 17 Nov 2025 22:13:40 +0000 (16:13 -0600)]
Merge pull request #66299 from solmagd/wip-doc-release-dates-jd

doc: Added release dates to 18.2.5 to 18.2.7 and 19.2.0 to 19.2.3.

Reviewed-by: Laura Flores <lflores@ibm.com>
3 months agodoc: Added release dates to reef 18.2.5 to 18.2.7 and squid 19.2.0 to 19.2.3 inclusive. 66299/head
Joel Davidow [Fri, 14 Nov 2025 21:41:08 +0000 (14:41 -0700)]
doc: Added release dates to reef 18.2.5 to 18.2.7 and squid 19.2.0 to 19.2.3 inclusive.

Signed-off-by: Joel Davidow <jdavidow@nso.edu>
3 months agoMerge pull request #66105 from rhcs-dashboard/carbonize-sync-policy-form
Pedro Gonzalez Gomez [Mon, 17 Nov 2025 17:57:49 +0000 (18:57 +0100)]
Merge pull request #66105 from rhcs-dashboard/carbonize-sync-policy-form

mgr/dashboard: Carbonize multisite sync policy forms

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@ibm.com>
3 months agomgr/dashboard: Remove illegible texts from the dashboard 66291/head
Afreen Misbah [Mon, 17 Nov 2025 17:18:58 +0000 (22:48 +0530)]
mgr/dashboard: Remove illegible texts from the dashboard

Signed-off-by: Afreen Misbah <afreen@ibm.com>
3 months agoMerge pull request #65999 from anoopcs9/smb-disable-posix-locking
Adam King [Mon, 17 Nov 2025 16:29:30 +0000 (11:29 -0500)]
Merge pull request #65999 from anoopcs9/smb-disable-posix-locking

mgr/smb: Disable posix locking in share definition

Reviewed-by: Adam King <adking@redhat.com>
3 months agoMerge pull request #65931 from anoopcs9/update-smbd-ports-config
Adam King [Mon, 17 Nov 2025 16:28:35 +0000 (11:28 -0500)]
Merge pull request #65931 from anoopcs9/update-smbd-ports-config

smb: Update the configuration logic for smbd ports

Reviewed-by: Adam King <adking@redhat.com>
3 months agotest/rgw/notify: cover case with motre than 1K topics 66246/head
Yuval Lifshitz [Mon, 17 Nov 2025 10:04:17 +0000 (10:04 +0000)]
test/rgw/notify: cover case with motre than 1K topics

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
3 months agorgw/notify: fix reading the entries in a loop
N Balachandran [Fri, 14 Nov 2025 03:21:29 +0000 (08:51 +0530)]
rgw/notify: fix reading the entries in a loop

If more than 1024 entries exist, the start_after variable
is updated to enable reading the subsequent set of entries.

Fixes: https://tracker.ceph.com/issues/73812
Signed-off-by: N Balachandran <nithya.balachandran@ibm.com>
3 months agomgr/dashboard: Carbonize multisite sync policy forms 66105/head
Naman Munet [Fri, 31 Oct 2025 17:38:49 +0000 (23:08 +0530)]
mgr/dashboard: Carbonize multisite sync policy forms

Fixes: https://tracker.ceph.com/issues/73164
Signed-off-by: Naman Munet <naman.munet@ibm.com>
3 months agoMerge pull request #65773 from trociny/wip-69492
Ilya Dryomov [Sun, 16 Nov 2025 21:28:57 +0000 (22:28 +0100)]
Merge pull request #65773 from trociny/wip-69492

rbd-mirror: add cluster fsid to remote meta cache key

Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
3 months agomgr/smb: Disable posix locking in share definition 65999/head
Anoop C S [Tue, 21 Oct 2025 08:53:50 +0000 (14:23 +0530)]
mgr/smb: Disable posix locking in share definition

The prerequisites for supporting durable handles[1] in Samba include
disabling the mapping of POSIX locks, as well as setting the `kernel
oplocks` and `kernel sharemodes` parameters to disabled. Currently
this configuration is hard‑coded, but in the future it could be made
conditional and combined with other settings to enable persistent
handles on continuously available shares.

[1] https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#DURABLEHANDLES

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
3 months agoMerge pull request #65962 from NitzanMordhai/wip-nitzan-MOSDOpReply-pgid64-encode...
SrinivasaBharathKanta [Thu, 13 Nov 2025 23:45:18 +0000 (05:15 +0530)]
Merge pull request #65962 from NitzanMordhai/wip-nitzan-MOSDOpReply-pgid64-encode-decode-fix

messages: MOSDOpReply encode and decode errorcode32_t with PGID64 fea…

3 months agoMerge pull request #66235 from jzhu116-bloomberg/wip-co-throttle-fix
Casey Bodley [Thu, 13 Nov 2025 19:21:56 +0000 (14:21 -0500)]
Merge pull request #66235 from jzhu116-bloomberg/wip-co-throttle-fix

rgw: fix boost::intrusive::list iterator handling for erase

Reviewed-by: Casey Bodley <cbodley@redhat.com>
3 months agorgw: fix boost::intrusive::list iterator handling for erase 66235/head
Jane Zhu [Thu, 13 Nov 2025 15:59:58 +0000 (15:59 +0000)]
rgw: fix boost::intrusive::list iterator handling for erase

Signed-off-by: Jane Zhu <jzhu116@bloomberg.net>
3 months agoMerge pull request #65099 from Naveenaidu/wip-naveen-bz-2251015-docs-clear-snapset
Naveen Naidu [Thu, 13 Nov 2025 15:13:03 +0000 (20:43 +0530)]
Merge pull request #65099 from Naveenaidu/wip-naveen-bz-2251015-docs-clear-snapset

ceph-objectstore-tool: update `clear-snapset` command doc

Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
3 months agoMerge pull request #66160 from rhcs-dashboard/redirect-resolver
Nizamudeen A [Thu, 13 Nov 2025 04:47:36 +0000 (10:17 +0530)]
Merge pull request #66160 from rhcs-dashboard/redirect-resolver

mgr/dashboard: resolve the redirect url with the prop name