]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Guillaume Abrioux [Wed, 25 Sep 2024 14:28:01 +0000 (14:28 +0000)]
node-proxy: fix a regression when processing the RedFish API
ce360a4a5f6 introduced a regression.
`Endpoint()` doesn't take a `EndpointMgr` object as parameter.
The call `e = Endpoint(self, _url, self.client)` obviously throws the
following error:
```
TypeError: __init__() takes 3 positional arguments but 4 were given
```
This commit fixes it.
Fixes: https://tracker.ceph.com/issues/68231
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
Igor Fedotov [Wed, 25 Sep 2024 09:18:59 +0000 (12:18 +0300)]
Merge pull request #58952 from YiteGu/add-perfcounter-for-blk-discard
blk/kerneldevice: add perfcounter for block async discard
Reviewed-by: Igor Fedotov <igor.fedotov@croit.io>
Aashish Sharma [Wed, 25 Sep 2024 08:19:56 +0000 (13:49 +0530)]
Merge pull request #59918 from rhcs-dashboard/fix-68176-main
mgr/dashboard: fix setting compression type while editing rgw zone
Reviewed-by: Nizamudeen A <nia@redhat.com>
baum [Wed, 25 Sep 2024 08:15:30 +0000 (11:15 +0300)]
Merge pull request #59925 from baum/NvmeofServiceSpec-service_id
pybind/mgr/orchestrator/module.py: NvmeofServiceSpec service_id
Adam Kupczyk [Wed, 25 Sep 2024 07:34:16 +0000 (09:34 +0200)]
Merge pull request #59850 from aclamk/wip-aclamk-fix-67911-bdev-multi-label
os/bluestore: Fix BlueFS allocating bdev label reserved location.
Sridhar Seshasayee [Wed, 25 Sep 2024 07:04:41 +0000 (12:34 +0530)]
Merge pull request #58509 from sseshasa/wip-hdd-osd-shard-params-for-mclock
common/options: Change HDD OSD shard configuration defaults for mClock
Reviewed-by: Mark Nelson <mark.a.nelson@gmail.com>
Reviewed-by: Ronen Friedman <rfriedma@redhat.com>
Guillaume Abrioux [Wed, 25 Sep 2024 06:43:17 +0000 (08:43 +0200)]
Merge pull request #59742 from guits/wip-guits-cv-cbt-zap-device
ceph-volume: add call to `ceph-bluestore-tool zap-device`
Ronen Friedman [Wed, 25 Sep 2024 05:40:36 +0000 (08:40 +0300)]
Merge pull request #59944 from ronen-fr/wip-rf-standalone-query
qa/standalone/scrub: increase status updates frequency
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Adam Kupczyk [Wed, 25 Sep 2024 05:24:45 +0000 (07:24 +0200)]
Merge pull request #59762 from aclamk/wip-aclamk-cbt-combined
ceph-bluestore-tool: Fixes for multilple bdev label
Nizamudeen A [Wed, 25 Sep 2024 04:32:57 +0000 (10:02 +0530)]
Merge pull request #59820 from rhcs-dashboard/rgw-multisite-sync-policy-improvements
mgr/dashboard: multisite sync policy improvements
Reviewed-by: afreen23 <NOT@FOUND>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Adam King [Tue, 24 Sep 2024 21:14:23 +0000 (17:14 -0400)]
Merge pull request #59387 from avanthakkar/earmark-smb
mgr/smb: earmark resolver for subvolume
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Naman Munet [Tue, 17 Sep 2024 06:59:37 +0000 (12:29 +0530)]
mgr/dashboard: multisite sync policy improvements
https://tracker.ceph.com/issues/68097
Changes for this PR includes:
1) Populating the destination zones select option with a set of options to choose from, for flow and pipe so that user can't enter any invalid zone name
2) Provided zone option as 'All Zones (*)' in pipe, if user want to select all zones for source and destination zones
3) We are hiding the UniqueId column on sync policy table as we do not want to show it as this column is introduced just to uniquely identify a row in the table and should not be displayed to users as it is part of the internal logic to work.
Signed-off-by: Naman Munet <nmunet@redhat.com>
Aashish Sharma [Tue, 24 Sep 2024 11:30:37 +0000 (17:00 +0530)]
Merge pull request #59891 from rhcs-dashboard/fix-68162-main
mgr/dashboard: fix handling NaN values in dashboard charts
Reviewed-by: Nizamudeen A <nia@redhat.com>
Aashish Sharma [Tue, 24 Sep 2024 11:27:45 +0000 (16:57 +0530)]
Merge pull request #59890 from rhcs-dashboard/fix-68161-main
mgr/dashboard: update period after migrating to multi-site
Reviewed-by: Nizamudeen A <nia@redhat.com>
Aashish Sharma [Mon, 23 Sep 2024 08:28:22 +0000 (13:58 +0530)]
mgr/dashboard: fix setting compression type while editing rgw zone
Fixes: https://tracker.ceph.com/issues/68176
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
Avan Thakkar [Tue, 24 Sep 2024 07:01:01 +0000 (12:31 +0530)]
doc: update doc for subvolumes earmarking mentioning valid formats
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Avan Thakkar [Wed, 21 Aug 2024 20:08:03 +0000 (01:38 +0530)]
mgr/smb: earmark resolver for subvolume
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Venky Shankar [Tue, 24 Sep 2024 06:22:56 +0000 (11:52 +0530)]
Merge pull request #59858 from anoopcs9/fix-unversioned-obsoletes
ceph.spec.in: Fix unversioned Obsoletes: rpmbuild warning
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Ronen Friedman [Tue, 24 Sep 2024 06:10:50 +0000 (01:10 -0500)]
qa/standalone/scrub: increase status updates frequency
To prevent test timeouts.
Also - remove a failing assertion on a specific 'pg query'
output, as it is not central to the test.
Fixes: https://tracker.ceph.com/issues/61385
Fixes: https://tracker.ceph.com/issues/64346
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Aashish Sharma [Tue, 24 Sep 2024 06:05:49 +0000 (11:35 +0530)]
Merge pull request #59728 from rhcs-dashboard/replace-hostname-addr-rgw
mgr/cephadm: use host address while updating rgw zone endpoints
Reviewed-by: Adam King <adking@redhat.com>
Aashish Sharma [Tue, 24 Sep 2024 06:04:51 +0000 (11:34 +0530)]
Merge pull request #59716 from rhcs-dashboard/fix-67897-main
mgr/rgwam: use realm/zonegroup/zone method arguments for period update
Reviewed-by: Adam King <adking@redhat.com>
Yingxin [Tue, 24 Sep 2024 05:59:49 +0000 (13:59 +0800)]
Merge pull request #59723 from myoungwon/wip-remove-copy-overhead-ool-write
crimson/os/seastore: remove unnecessary memory copy during ool write
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Yingxin [Tue, 24 Sep 2024 05:47:04 +0000 (13:47 +0800)]
Merge pull request #59746 from arm7star/main
test/crimson/test_messenger_thrash: fix a local variable scope issue
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Nizamudeen A [Tue, 24 Sep 2024 05:23:34 +0000 (10:53 +0530)]
Merge pull request #59691 from rhcs-dashboard/cephadm-e2e-endless-fix
mgr/dashboard: fix indefinite loop in cephadm dashboard e2e
Reviewed-by: afreen23 <NOT@FOUND>
Nizamudeen A [Tue, 24 Sep 2024 05:19:31 +0000 (10:49 +0530)]
Merge pull request #59595 from rhcs-dashboard/
2269104 -Clone-subgroup
mgr/dashboard: Cloning subvolume not listing _nogroup if no subvolume
Reviewed-by: afreen23 <NOT@FOUND>
Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: nmunet <NOT@FOUND>
Zac Dover [Tue, 24 Sep 2024 00:58:09 +0000 (10:58 +1000)]
Merge pull request #59854 from avanthakkar/fix-nfs-doc
doc: update nfs doc for Kerberos setup of ganesha in Ceph
Reviewed-by: Adam King <adking@redhat.com>
Kefu Chai [Mon, 23 Sep 2024 23:20:46 +0000 (07:20 +0800)]
Merge pull request #59640 from kshtsk/wip-jsonnetfmt-command-not-found
ceph.spec.in: we need jsonnet for all distroes for make check
Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
Reviewed-by: Kefu Chai <tchaikov@gmail.com>
Guillaume Abrioux [Mon, 23 Sep 2024 17:19:30 +0000 (19:19 +0200)]
Merge pull request #59915 from guits/activate-lvm-tpm2
ceph-volume: fix OSD lvm/tpm2 activation
Guillaume Abrioux [Mon, 23 Sep 2024 17:14:11 +0000 (19:14 +0200)]
Merge pull request #59912 from guits/drive-group-spec-bool-args-followup-qa-nvme_loop-fix
qa: remove all bluestore signatures on devices
Adam King [Mon, 23 Sep 2024 15:57:21 +0000 (11:57 -0400)]
Merge pull request #59843 from adk3798/cephadm-oauth2-image-variable-name
mgr/cephadm: update oauth2 proxy image variable name
Reviewed-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
Reviewed-by: Guillaume Abrioux <gabrioux@ibm.com>
Reviewed-by: Ken Dreyer <kdreyer@ibm.com>
Adam King [Mon, 23 Sep 2024 15:51:18 +0000 (11:51 -0400)]
Merge pull request #59860 from adk3798/cephadm-no-exception-cert-store-get
mgr/cephadm: add --no-exception-when-missing flag to cert-store cert/key get
Reviewed-by: Nizamudeen A <nia@redhat.com>
Adam King [Mon, 23 Sep 2024 15:08:25 +0000 (11:08 -0400)]
Merge pull request #54334 from adk3798/cephadm-iscsi-teuth-extension
qa/cephadm: extend iscsi teuth test
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Mark Kogan [Mon, 23 Sep 2024 13:54:48 +0000 (16:54 +0300)]
Merge pull request #59335 from mkogan1/wip-qat-logs
warn when QAT switches to software [de]compression
Ilya Dryomov [Mon, 23 Sep 2024 12:54:34 +0000 (14:54 +0200)]
Merge pull request #59883 from idryomov/wip-group-snap-namespace-type-enum
librbd: introduce rbd_group_snap_namespace_type_t enum
Reviewed-by: N Balachandran <nibalach@redhat.com>
Alexander Indenbaum [Mon, 23 Sep 2024 08:47:47 +0000 (08:47 +0000)]
pybind/mgr/orchestrator/module.py: NvmeofServiceSpec service_id
- make service_id better alligned with default/empty group
(https://github.com/ceph/ceph/commit/
f6d552d7c777f1160545188dcffa6b685b05ca8a )
- fix service_id in nvmeof daemon add
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
Aashish Sharma [Fri, 20 Sep 2024 05:36:21 +0000 (11:06 +0530)]
mgr/dashboard: fix handling NaN values in dashboard charts
Fixes: https://tracker.ceph.com/issues/68162
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
Aashish Sharma [Wed, 11 Sep 2024 04:36:46 +0000 (10:06 +0530)]
mgr/rgwam: use realm/zonegroup/zone method arguments for period update
period update method currently uses default zonegroup/zone for period
update commit. This PR is to use realm/zg/zone provided in the arguments
for period update. Also make the realm default that is created using realm pull
if it is the only realm present
Fixes: https://tracker.ceph.com/issues/67897
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
Yuval Lifshitz [Sun, 22 Sep 2024 17:56:55 +0000 (20:56 +0300)]
Merge pull request #59737 from Suyashd999/fix-tkm1
rgw_log_backing: error code not returned
Reviewed-By: Adam Emerson <aemerson@ibm.com>, Yuval Lifshitz <ylifshit@ibm.com>
Yuval Lifshitz [Sun, 22 Sep 2024 17:56:29 +0000 (20:56 +0300)]
Merge pull request #59731 from Suyashd999/fix-ndf1
rgw/rgw_iam_policy: Checking for dereference of a null pointer (loaded from variable 't')
Reviewed-By: Adam Emerson <aemerson@ibm.com>, Yuval Lifshitz <ylifshit@ibm.com>
Ronen Friedman [Sun, 22 Sep 2024 13:10:52 +0000 (16:10 +0300)]
Merge pull request #57272 from ronen-fr/wip-rf-cv
osd/scrub: modify deep scrub interval randomization
Reviewed-by: Samuel Just <sjust@redhat.com>
Ronen Friedman [Sun, 22 Sep 2024 05:39:53 +0000 (08:39 +0300)]
Merge pull request #59641 from ronen-fr/wip-rf-reduce-qprio
osd/scrub: disable high work-queue priority for high-prio scrubs
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Ronen Friedman [Sun, 22 Sep 2024 05:27:00 +0000 (08:27 +0300)]
Merge pull request #59437 from ronen-fr/wip-rf-early-command
test/scrub: only instruct clean PGs to scrub
Reviewed-by: Laura Flores <lflores@redhat.com>
NitzanMordhai [Sun, 22 Sep 2024 04:50:11 +0000 (07:50 +0300)]
Merge pull request #59832 from NitzanMordhai/wip-nitzan-crimson-enable-gate-assertions
common/gated: enable ceph_assert on shard id
Ronen Friedman [Fri, 6 Sep 2024 13:23:15 +0000 (16:23 +0300)]
osd/scrub: disable high work-queue priority for h.p. scrub
Prior to this fix, scrub-related messages were queued with
one of four priorities:
- if part of a regular, periodic scrub, the messages were queued
with a very low priority (osd_scrub_priority. Default: 5), unless:
- if the pool configuration specified a higher priority for the
scrub, the messages were queued with that priority
(the SCRUB_PRIORITY pool configuration option);
- if a client operation was waiting for the scrub to complete,
the messages were queued with the higher priority of the
client ops (osd_client_op_priority. Default: 63);
and if the scrub was a high-priority one, e.g. initiated by the
operator, the messages were queued with the highest priority
(osd_requested_scrub_priority. Default: 120).
That last priority is too high, as scrubs should not have
precedence over client ops. It is even more disruptive if the
cluster is set to have only manually initiated scrubs, and
all scrubs are high-priority ones.
This patch removes the osd_requested_scrub_priority. Instead,
all scrub messages are queued according to the first three
rules above.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Guillaume Abrioux [Thu, 19 Sep 2024 13:13:48 +0000 (15:13 +0200)]
ceph-volume: fix OSD lvm/tpm2 activation
After an OSD is successfully prepared, the activation step fails
because the mapper is left open which makes `systemd-cryptsetup attach`
complain about that and prompt for password.
In order to avoid any other potential issue that would make activation
step hang for ever, I'm adding `headless=true`.
Fixes: https://tracker.ceph.com/issues/68150
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
Guillaume Abrioux [Wed, 18 Sep 2024 14:30:23 +0000 (16:30 +0200)]
qa: remove all bluestore signatures on devices
We must ensure BlueStore signatures are removed altogether since
multiple BlueStore label replications have been introduced.
Fixes: https://tracker.ceph.com/issues/68171
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
Zac Dover [Fri, 20 Sep 2024 16:55:49 +0000 (02:55 +1000)]
Merge pull request #59904 from mcv21/patch-2
Doc: Update "Getting Started" to link to start not install
Reviewed-by: Zac Dover <zac.dover@proton.me>
Matthew Vernon [Fri, 20 Sep 2024 14:07:37 +0000 (15:07 +0100)]
doc: Update "Getting Started" to link to start not install
Currently the "Getting Started" link points at the install page, not the "Intro to Ceph" section, which seems more appropriate.
If you're happy with this, can it get backported to the still-supported releases, please?
Signed-off-by: Matthew Vernon <mvernon@wikimedia.org>
Venky Shankar [Fri, 20 Sep 2024 09:50:18 +0000 (15:20 +0530)]
Merge PR #59566 into main
* refs/pull/59566/head:
cephfs-top: fix exception on small sized windows
cephfs-top: fix exception on large sized windows
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Neeraj Pratap Singh <neesingh@redhat.com>
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
Ilya Dryomov [Thu, 19 Sep 2024 12:07:47 +0000 (14:07 +0200)]
librbd: introduce rbd_group_snap_namespace_type_t enum
Commit
e5ccce14c4b0 ("rbd: add group snap info command") added
a commented out field in rbd_group_snap_info2_t struct but didn't
define the corresponding enum, expecting it to be brought in with the
patchset that introduces mirror group snapshots. That work is still
in progress, but there is already interest in the new command and APIs
that use rbd_group_snap_info2_t struct and even a backport request.
Finalize the struct definition to avoid a breaking change for those
users in the future. RBD_GROUP_SNAP_NAMESPACE_TYPE_USER can be treated
as dummy in terms of meaning until RBD_GROUP_SNAP_NAMESPACE_TYPE_MIRROR
is added.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Nizamudeen A [Fri, 20 Sep 2024 06:52:51 +0000 (12:22 +0530)]
Merge pull request #59074 from rhcs-dashboard/NFS-export-form-fixes
mgr/dashboard: NFS Export form fixes
Reviewed-by: afreen23 <NOT@FOUND>
Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A [Fri, 20 Sep 2024 06:28:09 +0000 (11:58 +0530)]
Merge pull request #59763 from rhcs-dashboard/zonegroup-level-policy-sync
mgr/dashboard: zonegroup level policy created at master zone did not sync to non-master zone
Reviewed-by: afreen23 <NOT@FOUND>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Nizamudeen A [Fri, 20 Sep 2024 05:28:02 +0000 (10:58 +0530)]
Merge pull request #59849 from rhcs-dashboard/role-clone-modal-fix
mgr/dashboard: fix checkbox selection and role clone modal
Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
Aashish Sharma [Fri, 20 Sep 2024 05:25:26 +0000 (10:55 +0530)]
mgr/dashboard: update period after migrating to multisite
Fixes: https://tracker.ceph.com/issues/68161
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
Adam King [Thu, 19 Sep 2024 20:58:37 +0000 (16:58 -0400)]
Merge pull request #59730 from mnasiadka/docker_live_restore
cephadm: Support Docker Live Restore
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
afreen23 [Thu, 19 Sep 2024 19:49:11 +0000 (01:19 +0530)]
Merge pull request #59861 from afreen23/nvme-gateway-fix
mgr/dashboard: List gateways in a group
Reviewed-by: Afreen Misbah <afreen23.git@gmail.com>
Casey Bodley [Thu, 19 Sep 2024 18:18:57 +0000 (14:18 -0400)]
Merge pull request #59840 from cbodley/wip-rm-nvmeof-header
mon: remove duplicated NVMeofGwMap.h
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
afreen23 [Thu, 19 Sep 2024 18:18:31 +0000 (23:48 +0530)]
Merge pull request #59821 from rhcs-dashboard/bz-
2311899
mgr/dashboard: Fix space between the text in few sections
Reviewed-by: Afreen Misbah <afreen23.git@gmail.com>
Igor Fedotov [Thu, 19 Sep 2024 17:09:11 +0000 (20:09 +0300)]
Merge pull request #59026 from aclamk/fix-aclamk-blk-kernel-uninitialized
blk/kernel: Fix uninitialized discard_stop
Revewied-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Revewied-by: Ronen Friedman <rfriedma@redhat.com>
Casey Bodley [Thu, 19 Sep 2024 16:07:57 +0000 (12:07 -0400)]
Merge pull request #59611 from cbodley/wip-cls-rgw-busy-resharding
cls/rgw: duplicate reshard checks in all cls_rgw write operations
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
Dnyaneshwari [Wed, 7 Aug 2024 07:26:10 +0000 (12:56 +0530)]
mgr/dashboard: NFS Export form fixes
Fixes: https://tracker.ceph.com/issues/67400
Signed-off-by: Dnyaneshwari Talwekar <dtalweka@redhat.com>
Ronen Friedman [Thu, 19 Sep 2024 15:56:56 +0000 (18:56 +0300)]
Merge pull request #59793 from ronen-fr/wip-rf-15sreduce-qprio
osd/scrub: reduce osd_requested_scrub_priority default value
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Aishwarya Mathuria <amathuri@redhat.com>
Nizamudeen A [Wed, 18 Sep 2024 05:40:09 +0000 (11:10 +0530)]
mgr/dashboard: fix checkbox selection and role clone modal
- fixes selectAll checkbox behavior in table
- fixes form modals in osd edit and role clone
- fixes single select highlight issue
- fix row getting automatically collapsed when search has any value
- fix nfs exports table list where bucket is not shown
- fix ceph user and rgw role page show/hide col issue
- fix listner addr and intiator col in nvme
Fixes: https://tracker.ceph.com/issues/68126
Signed-off-by: Nizamudeen A <nia@redhat.com>
afreen23 [Thu, 19 Sep 2024 13:12:47 +0000 (18:42 +0530)]
Merge pull request #59807 from afreen23/wip-group-switcher
mgr/dashboard: Add group selector in subsystems views
Reviewed-by: Afreen Misbah <afreen23.git@gmail.com>
Nizamudeen A [Thu, 19 Sep 2024 12:12:06 +0000 (17:42 +0530)]
Merge pull request #59824 from rhcs-dashboard/wizard-carbon
mgr/dashboard: carbonize the wizard component
Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Adam King [Thu, 19 Sep 2024 12:05:06 +0000 (08:05 -0400)]
Merge pull request #59488 from adk3798/revert-cephadm-require-nvmeof-group
mgr/cephadm: default to empty string nvmeof group name rather than requiring it
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Ronen Friedman [Thu, 19 Sep 2024 11:56:01 +0000 (14:56 +0300)]
Merge pull request #59709 from ronen-fr/wip-rf-rm-flag
osd/scrub: remove the requested_scrub flags set
Reviewed-by: Samuel Just <sjust@redhat.com>
Adam King [Thu, 19 Sep 2024 11:32:32 +0000 (07:32 -0400)]
Merge pull request #59845 from phlogistonjohn/jjm-py312-mypy-import
pybind/mgr: attempt to fix mypy importing from python-common
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: Sachin Prabhu <sp@spui.uk>
Afreen Misbah [Wed, 18 Sep 2024 13:54:37 +0000 (19:24 +0530)]
mgr/dashboard: List gateways in a group
- adds a group selection component for gateways
- fetch gateway using daemons info
- added tests
fixes https://tracker.ceph.com/issues/68135
Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
Matan Breizman [Thu, 19 Sep 2024 09:39:45 +0000 (12:39 +0300)]
Merge pull request #59653 from NitzanMordhai/wip-nitzan-crimson-add-crontab-weekly-tests
qa/crontab: Add weekly crimson-rados suites
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Afreen Misbah [Wed, 18 Sep 2024 10:26:25 +0000 (15:56 +0530)]
mgr/dashboard: Add group selector in subsystems views
Allows listing the subsystems per gateway group.
Using carbon combobox component for the selector.
Adds unit tests for switcher and updates existing.
Fixes https://tracker.ceph.com/issues/68129
Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
Nizamudeen A [Thu, 19 Sep 2024 05:46:20 +0000 (11:16 +0530)]
Merge pull request #59859 from afreen23/wip-nvme-service-fixes
mgr/dashboard: Service form fixes for mTLS
Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Zac Dover [Thu, 19 Sep 2024 04:11:24 +0000 (14:11 +1000)]
Merge pull request #59856 from zdover23/wip-doc-2024-09-18-rados-ops-health-checks
doc/rados: add confval directives to health-checks
Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
Patrick Donnelly [Thu, 19 Sep 2024 01:08:24 +0000 (21:08 -0400)]
Merge PR #59809 into main
* refs/pull/59809/head:
COPYING,common/*s390x*: distribute under Apache 2 license for s390x
arch/s390x: add license notices, use LGPL
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
Casey Bodley [Wed, 18 Sep 2024 21:09:23 +0000 (17:09 -0400)]
Merge pull request #59839 from Naveenaidu/add-email-details
mailmap, githubmap, organizationmap: add Naveen Naidu
Reviewed-by: Shraddha Agrawal <shraddhaag@ibm.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Adam King [Wed, 18 Sep 2024 18:59:19 +0000 (14:59 -0400)]
Merge pull request #59826 from adk3798/main-latest-release-squid
cephadm: update LATEST_STABLE_RELEASE to squid
Reviewed-by: Guillaume Abrioux <gabrioux@ibm.com>
Adam King [Wed, 18 Sep 2024 18:58:16 +0000 (14:58 -0400)]
Merge pull request #59694 from rkachach/fix_issue_67975
mgr/cephadm: open ceph-exporter when firewalld is enabled
Reviewed-by: Adam King <adking@redhat.com>
Adam King [Wed, 18 Sep 2024 18:57:20 +0000 (14:57 -0400)]
Merge pull request #59591 from rhcs-dashboard/grafana-bump-10.4.8
mgr/cephadm: bump grafana to 10.4.8
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: cloudbehl <cloudbehl@gmail.com>
Adam King [Wed, 18 Sep 2024 18:54:29 +0000 (14:54 -0400)]
Merge pull request #59174 from adk3798/cephadm-rgw-generate-cert
mgr/cephadm: add ability for cephadm to generate frontend cert for rgw
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Adam King [Wed, 18 Sep 2024 18:53:28 +0000 (14:53 -0400)]
Merge pull request #55426 from adk3798/cephadm-systemd-ls
mgr/cephadm: add command to expose systemd units of all daemons
Reviewed-by: John Mulligan <jmulligan@redhat.com>
Naman Munet [Thu, 12 Sep 2024 11:59:22 +0000 (17:29 +0530)]
mgr/dashboard: zonegroup level policy created at master zone did not sync to non-master zone
added period update for zonegroup level changes so as to sync them
Fixes: https://tracker.ceph.com/issues/68049
Signed-off-by: Naman Munet <nmunet@redhat.com>
Adam King [Wed, 18 Sep 2024 16:44:28 +0000 (12:44 -0400)]
Merge pull request #59831 from guits/drive-group-spec-bool-args-followup
orch: Fix `daemon add osd` boolean param handling
Reviewed-by: Adam King <adking@redhat.com>
Ken Dreyer [Wed, 18 Sep 2024 15:58:39 +0000 (11:58 -0400)]
Merge pull request #59558 from jskumari/pic-change-ppc
Change code from non-PIC to PIC for ppc64
Adam King [Wed, 18 Sep 2024 15:54:48 +0000 (11:54 -0400)]
doc/cephadm: don't hardcode default oauth2-proxy image into docs
This makes it another place we need to update when changing
the default image which is easy to forget. Instead, we can
document how users can find the the image which will still
hold even if we change what the default image is.
Signed-off-by: Adam King <adking@redhat.com>
Adam King [Wed, 18 Sep 2024 15:48:30 +0000 (11:48 -0400)]
mgr/cephadm: update oauth2 proxy image variable name
adding IMAGE to the end of the variable name to put
it in line with all the other variables of this type
Fixes: https://tracker.ceph.com/issues/68119
Signed-off-by: Adam King <adking@redhat.com>
Adam King [Wed, 18 Sep 2024 15:25:20 +0000 (11:25 -0400)]
mgr/cephadm: add --no-exception-when-missing flag to cert-store cert/key get
This is mostly intended for automation that wants to check
for these certificates and handle the results themselves.
Without this flag an exception will be logged which isn't
great for automation tools that may check for this repeatedly
Signed-off-by: Adam King <adking@redhat.com>
Afreen Misbah [Wed, 18 Sep 2024 13:26:36 +0000 (18:56 +0530)]
mgr/dashboard: Service form fixes for mTLS
Due to conflicts with SSO PR, mTLS fields are not updated properly in code.
This is not happening only in main as noted: https://github.com/ceph/ceph/pull/59819#issuecomment-
2356523491
The effect of this issue is mtls based fields not showing in service form
Fixes https://tracker.ceph.com/issues/68133
Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
leonidc [Wed, 18 Sep 2024 13:30:51 +0000 (16:30 +0300)]
Merge pull request #59667 from leonidc/gw-no-subsystems
Gw no subsystems
Suyash Dongre [Wed, 11 Sep 2024 14:05:44 +0000 (19:35 +0530)]
rgw_log_backing: error code not returned
Fixes: https://tracker.ceph.com/issues/68031
Signed-off-by: Suyash Dongre <suyashd999@gmail.com>
Ilya Dryomov [Wed, 18 Sep 2024 13:13:31 +0000 (15:13 +0200)]
Merge pull request #59417 from nbalacha/wip-nbalacha-ns-mirroring
rbd-mirror: allow mirroring to a different namespace
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Patrick Donnelly [Mon, 16 Sep 2024 18:30:31 +0000 (14:30 -0400)]
COPYING,common/*s390x*: distribute under Apache 2 license for s390x
The Ceph project cannot distributed GPL code as it is incompatible with the
LGPL that all Ceph code is licensed under. Since s390x is dual-licensed, we
choose to use the Apache 2 license.
Fixes: https://tracker.ceph.com/issues/68084
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly [Mon, 16 Sep 2024 18:33:15 +0000 (14:33 -0400)]
arch/s390x: add license notices, use LGPL
These are original code files introduced by Aliaksei Makarau for s390x
enablement. With his permission, we've licensed these under LGPL.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Anoop C S [Wed, 18 Sep 2024 12:35:30 +0000 (18:05 +0530)]
ceph.spec.in: Fix unversioned Obsoletes: rpmbuild warning
Fix the following warning while building source rpm with `rpmbuild`:
warning: line 1187: It's not recommended to have
unversioned Obsoletes: Obsoletes: ceph-libcephfs
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
Zac Dover [Wed, 18 Sep 2024 11:36:24 +0000 (21:36 +1000)]
doc/rados: add confval directives to health-checks
Add confval directives to doc/rados/operations/health-checks.rst, as
requested by Anthony D'Atri here: https://github.com/ceph/ceph/pull/59635#pullrequestreview-
2286205705
Signed-off-by: Zac Dover <zac.dover@proton.me>
Avan Thakkar [Wed, 18 Sep 2024 10:18:42 +0000 (15:48 +0530)]
doc: update nfs doc for Kerberos setup of ganesha in Ceph
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Matan Breizman [Wed, 18 Sep 2024 11:22:45 +0000 (14:22 +0300)]
Merge pull request #59543 from xxhdx1985126/wip-63844
crimson/osd/pg: do_osd_ops_execute fixes
Reviewed-by: Matan Breizman <mbreizma@redhat.com>
Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Adam Kupczyk [Wed, 18 Sep 2024 07:32:09 +0000 (07:32 +0000)]
os/bluestore: Move reservation of bdev label to proper place.
Reservation (alloc->init_rm_free) was after reopening DB in r/w mode.
This was a problem - as soon as DB is in r/w it can flush sst or compact,
which will make allocations.
Fixes: https://tracker.ceph.com/issues/67911
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
Prachi Goel [Tue, 17 Sep 2024 07:27:20 +0000 (12:57 +0530)]
mgr/dashboard: Fix space between the text in few sections
Fixes: https://tracker.ceph.com/issues/68098
Signed-off-by: Prachi prgoel@redhat.com
Fixes:
Fix space between the text in below sections
Observability/Alerts —> Active Alerts
Observability/ Alerts —> Alerts
Observability/Alerts —> Silences
Cluster/Pools —> overall performance
Cluster/Hosts/ —> overall performance
Cluster/ OSDs —> overall performance
Block/iSCSI/ —> Targets
Object/Overview —> Multi-Site Sync Status
cluster --> pools -->Pools list --> under each entry: Performance details section
Cluster --> Hosts --> Hosts List --> under each entry: Performance details section
Cluster --> OSDs --> OSD's List --> under each entry: Performance details section
Signed-off-by: Prachi Goel <prachi@li-f0e8f2cc-27e0-11b2-a85c-b2772164128d.ibm.com>
Nizamudeen A [Wed, 18 Sep 2024 06:54:30 +0000 (12:24 +0530)]
Merge pull request #59823 from rhcs-dashboard/remove-orch-required-decorator
mgr/dashboard: remove orch required decorator from host UI router (list)
Reviewed-by: afreen23 <NOT@FOUND>
Reviewed-by: dnyanee1997 <NOT@FOUND>
Nizamudeen A [Tue, 17 Sep 2024 09:50:27 +0000 (15:20 +0530)]
mgr/dashboard: carbonize the wizard component
Fixes: https://tracker.ceph.com/issues/68103
Signed-off-by: Nizamudeen A <nia@redhat.com>