]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/log
ceph.git
2 weeks agomds: remove duplicate context completion calls 68905/head
Venky Shankar [Thu, 30 Apr 2026 06:05:05 +0000 (11:35 +0530)]
mds: remove duplicate context completion calls

After reverting commit df404e0, the context completion in
MDSRank handling for `dump stray` command isn't required.

Also fixup the incorrect usage of std::unique_ptr with context
completion class (Context). Contexts delete themselves upon
completion.

Introduced-by: 801951e8c0d62dbbe724ce506fb44bc809bb7d4f
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit a77af14dd75bd4bda8b245ec7da0b85abccebc45)

2 weeks agomds: add retry request to MDSRank wait queue rather via finisher
Venky Shankar [Fri, 17 Apr 2026 13:12:16 +0000 (18:42 +0530)]
mds: add retry request to MDSRank wait queue rather via finisher

C_MDS_RetryRequest inherits from MDSInternalContext which does not
acquire mds_lock by itself. Adding to MDSRank wait queue will process
this via the progress thread which completes the context with mds_lock
acquired.

Fixes: http://tracker.ceph.com/issues/76031
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 02735a362c685bfdb975ab86c9b042a8792f75b0)

2 weeks agomds: adjust scan_stray_dir after fixing up MDSContext class
Venky Shankar [Fri, 17 Apr 2026 09:44:11 +0000 (15:14 +0530)]
mds: adjust scan_stray_dir after fixing up MDSContext class

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 66abd9a13f670d6ea87ad23daef497d7a26e69e9)

2 weeks agoRevert "mds: move MDSContext completion handling to finish method"
Venky Shankar [Fri, 17 Apr 2026 05:58:19 +0000 (11:28 +0530)]
Revert "mds: move MDSContext completion handling to finish method"

This reverts commit df404e03915765ef5c854a48556fd716161f3add.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 71c7be41b524dd0446f0a98fd8be09b950e6428b)

2 weeks agoMerge PR #68370 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:54:09 +0000 (08:54 -0400)]
Merge PR #68370 into tentacle

* refs/pull/68370/head:
mgr/dashboard/controllers/nvmeof: remove success_message_template
mgr/dashboard: Add port and secure-listeners to subsystem add NVMeoF CLI command
mgr/dashboard: Add 'network_mask' to nvmeof cli

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge PR #68536 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:51:24 +0000 (08:51 -0400)]
Merge PR #68536 into tentacle

* refs/pull/68536/head:
mgr/dashboard: remove sync_from entry when sync_from_all is true

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge PR #68476 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:40:50 +0000 (08:40 -0400)]
Merge PR #68476 into tentacle

* refs/pull/68476/head:
mgr/dashboard: Update permissions for pool-manager role
mgr/dashboard : Select replicated rule by default in pools form
mgr/dashboard : Fix application names in pools form
mgr/dashboard : add stretch cluster validation for pools form

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
2 weeks agoMerge PR #68523 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:39:44 +0000 (08:39 -0400)]
Merge PR #68523 into tentacle

* refs/pull/68523/head:
mgr/dashboard : Add bottom padding for dashboard screens

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge PR #68554 into tentacle
Patrick Donnelly [Wed, 13 May 2026 12:37:22 +0000 (08:37 -0400)]
Merge PR #68554 into tentacle

* refs/pull/68554/head:
mgr/dashboard : Fix RGW restart/stop issue

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge PR #68818 into tentacle
Patrick Donnelly [Wed, 13 May 2026 01:20:01 +0000 (21:20 -0400)]
Merge PR #68818 into tentacle

* refs/pull/68818/head:
qa: Remove cephadm e2e tests from teuthology

Reviewed-by: Laura Flores <lflores@redhat.com>
Reviewed-by: Bill Scales <bill_scales@uk.ibm.com>
2 weeks agoMerge PR #68382 into tentacle
Patrick Donnelly [Wed, 13 May 2026 01:18:11 +0000 (21:18 -0400)]
Merge PR #68382 into tentacle

* refs/pull/68382/head:
mgr/dashboard: Fix tags in subvolume list and subvolume groups list

Reviewed-by: Afreen Misbah <afreen@ibm.com>
2 weeks agoMerge PR #68704 into tentacle
Patrick Donnelly [Wed, 13 May 2026 01:11:12 +0000 (21:11 -0400)]
Merge PR #68704 into tentacle

* refs/pull/68704/head:
test/rgw/notification: fix the cloudevents package version

Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
3 weeks agomgr/dashboard/controllers/nvmeof: remove success_message_template 68370/head
Vallari Agrawal [Fri, 8 May 2026 11:51:28 +0000 (17:21 +0530)]
mgr/dashboard/controllers/nvmeof: remove success_message_template

Remove 'success_message_template' from NvmeofCLICommand decorator of
NVMeoFSubsystem.add_network() and NVMeoFSubsystem.del_network().
This is because 'success_message_template' feature introduction PR
hasn't been backported to tentacle.
This commit can be reverted later in tentacle branch.

Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
3 weeks agomgr/dashboard: Add port and secure-listeners to subsystem add NVMeoF CLI command
Gil Bregman [Mon, 13 Apr 2026 21:41:25 +0000 (00:41 +0300)]
mgr/dashboard: Add port and secure-listeners to subsystem add NVMeoF CLI command

Fixes: https://tracker.ceph.com/issues/75998
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(cherry picked from commit 624adc09431dc2fdfa617940161f188c0831bf97)

Conflicts:
src/pybind/mgr/dashboard/controllers/nvmeof.py
Resolve conflict to use "traddr" instead of "server_address"
in NVMeoFSubsystem().create() parameters.
Main branch renamed the param ("traddr") to "server_address".
Tentacle

3 weeks agomgr/dashboard: Add 'network_mask' to nvmeof cli
Vallari Agrawal [Thu, 12 Mar 2026 13:50:00 +0000 (19:20 +0530)]
mgr/dashboard: Add 'network_mask' to nvmeof cli

This commit add the following to nvmeof cli:
0. Add new param `--network-mask` to 'subsystem add' cmd
   It's a list parameter so we can pass multiple netmask by
   `subsystem add --network-mask <subnet1> --network-mask <subnet2>`
1. Add new cli `subsystem add_network --network-mask <subnet>`
2. Add new cli `subsystem del_network --network-mask <subnet>`
3. Add column 'network_mask' to `subsystem list` output
4. Add column 'manual' to `listener list` output

Fixes: https://tracker.ceph.com/issues/75348
Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
(cherry picked from commit 366702057e65857ca86702b278cd2fd836484a51)

Conflicts:
src/pybind/mgr/dashboard/controllers/nvmeof.py
        NVMeoFSubsystem controller uses param name "traddr"
        in tentacle branch and its renamed to "server_address"
        in main branch. Since its a breaking change, it would be
        changed to "server_address" in next major version.
        So in this backport commit, we use "traddr" in create(),
        add_network(), and del_network().

3 weeks agoMerge PR #68846 into tentacle
Patrick Donnelly [Mon, 11 May 2026 19:22:03 +0000 (15:22 -0400)]
Merge PR #68846 into tentacle

* refs/pull/68846/head:
tentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental_sync

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
3 weeks agotentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental... 68846/head
oozmen [Mon, 11 May 2026 14:45:37 +0000 (10:45 -0400)]
tentacle: qa/rgw/multisite: remove duplicate test_suspended_delete_marker_incremental_sync

PR #67318 (boto3 migration) cherry-picked onto tentacle conflicted with
PR #66168 which had added test_suspended_delete_marker_incremental_sync
using the old boto API. The conflict resolution added the boto3-rewritten
version of the function but left the original old-API version in place,
resulting in dup definitions with the same name.

Remove the stale old-API duplicate; keep the boto3 version added by PR #67318.

Fixes: https://tracker.ceph.com/issues/76505
Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
3 weeks agoMerge PR #68415 into tentacle
Patrick Donnelly [Mon, 11 May 2026 12:20:40 +0000 (08:20 -0400)]
Merge PR #68415 into tentacle

* refs/pull/68415/head:
nvmeof: Change the NVMEOF image version to 1.6

Reviewed-by: Aviv.Caro@ibm.com
3 weeks agoMerge PR #68505 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:36:50 +0000 (22:36 -0400)]
Merge PR #68505 into tentacle

* refs/pull/68505/head:
rgw: reenable 'bucket stats' on indexless buckets
rgw: 'bucket stats' omits usage for buckets on other zonegroups
rgw/rados: pass SiteConfig into bucket_stats()
rgw: bucket_stats() uses local variable 'index'

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #67927 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:36:11 +0000 (22:36 -0400)]
Merge PR #67927 into tentacle

* refs/pull/67927/head:
rgw: handle plain-text object tags in RGWObjTags::decode()

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #67440 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:34:40 +0000 (22:34 -0400)]
Merge PR #67440 into tentacle

* refs/pull/67440/head:
RGW: remove custom copy constructor for RGWObjectCtx and enforce no copy/move

3 weeks agoMerge PR #66769 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:33:32 +0000 (22:33 -0400)]
Merge PR #66769 into tentacle

* refs/pull/66769/head:
test/rgw/logging: run teuthology on erasure coded pool
rgw/bucket-logging: support for EC pools
rgw/logging: do not create empty temporary objects
rgw/logging: deleteting the object holding the temp object name on cleanup
rgw/logging: make sure source bucket is in the target's list
rgw/logging: removed unused APIs from header
rgw/logging: fix race condition when name update returns ECANCELED
rgw/logging: add error message when log_record fails
rgw/logging: rollover objects when conf changes
rgw/logging: allow committing empty objects
rgw/logging: verify http method exists
rgw/logging: fix/remove/add bucket logging op names
rgw/logging: refactor canonical_name()
rgw/logging: fix canonical names
rgw: RGWPostBucketLoggingOp uses yield context

Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
3 weeks agoMerge PR #66168 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:30:44 +0000 (22:30 -0400)]
Merge PR #66168 into tentacle

* refs/pull/66168/head:
rgw/multisite: check the local bucket's versioning status when replicating deletion from remote

Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
3 weeks agoMerge PR #66300 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:30:26 +0000 (22:30 -0400)]
Merge PR #66300 into tentacle

* refs/pull/66300/head:
rgw/zone: remove duplicated startup logic in RGWSI_Zone

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #68594 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:24:14 +0000 (22:24 -0400)]
Merge PR #68594 into tentacle

* refs/pull/68594/head:
RGW: Change prerequest hook to run after authorization process

Reviewed-by: Yuval Lifshitz <ylifshit@redhat.com>
3 weeks agoMerge PR #67923 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:23:37 +0000 (22:23 -0400)]
Merge PR #67923 into tentacle

* refs/pull/67923/head:
rgw/test [tentacle]: add missing ceph and call_ceph shell functions
RGW/test_multi/RGWBucketFullSyncCR: test bucket full sync while source bucket is deleted in the middle
RGW/multisite/RGWListRemoteBucketCR: clear reused bucket_list_result to avoid stale listings
RGW/multisite: bucket_list_result object provides a method to reset its entries
RGW/multisite: add some more debug logs to sync codepath
RGW/test_multi: remove unused import
RGW/test_multi: allow Cluster object to run ceph admin commands
RGW: add delay injection options for integration testing
RGW: make SSTR macro safe against variable name collisions

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #65557 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:20:14 +0000 (22:20 -0400)]
Merge PR #65557 into tentacle

* refs/pull/65557/head:
rgw: discard olh_ attributes when copying object from a versioning-suspended bucket to a versioning-disabled bucket

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
3 weeks agoMerge PR #68709 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:19:02 +0000 (22:19 -0400)]
Merge PR #68709 into tentacle

* refs/pull/68709/head:
osd: Deleting PG should discard pwlc

Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com>
3 weeks agoMerge PR #68374 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:14:33 +0000 (22:14 -0400)]
Merge PR #68374 into tentacle

* refs/pull/68374/head:
qa: enforce centos9 for test
qa: rename distro
qa/suites/fs/bugs: use centos9 for squid upgrade test
qa: remove unused variables
qa: use centos9 for fs suites using k-testing
qa: update fs suite to rocky10
qa: skip dashboard install due to dependency noise
qa: only setup nat rules during bridge creation
qa: correct wording of comment
qa: use nft instead iptables
qa: use py3 builtin ipaddress module

Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com>
3 weeks agoMerge PR #68569 into tentacle
Patrick Donnelly [Sat, 9 May 2026 02:14:14 +0000 (22:14 -0400)]
Merge PR #68569 into tentacle

* refs/pull/68569/head:
tentacle: only add package tasks if rocky is the final distro
qa/distros: add centos 9 stream back to supported distros
qa/distros: re-install nvme-cli package in rocky tests
qa: allowlist bpf podman denials on Rocky 10
qa/distros: bump rocky to 10.1
qa/distros: add rocky_10 as supported container host
qa/distros: bump rpm_latest.yaml to rocky_10.yaml
qa/distros: rename centos_latest.yaml to rpm_latest.yaml
qa/distros: add rocky_9 and rocky_10

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #68660 into tentacle
Patrick Donnelly [Sat, 9 May 2026 00:03:14 +0000 (20:03 -0400)]
Merge PR #68660 into tentacle

* refs/pull/68660/head:
qa/suites/upgrade: allow upgrades to Rocky 10–based containers
qa/suites/upgrade: exclude rocky when Reef is involved
qa/suites/upgrade: update upgrade paths
qa/suites/upgrade: exclude rocky when Squid is involved

Reviewed-by: Nitzan Mordechai <nmordech@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #67465 into tentacle
Patrick Donnelly [Sat, 9 May 2026 00:01:59 +0000 (20:01 -0400)]
Merge PR #67465 into tentacle

* refs/pull/67465/head:
mgr: isolated CherryPy to prevent global state sharing
Fix the prometheus module crash

Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
3 weeks agoMerge PR #67820 into tentacle
Patrick Donnelly [Sat, 9 May 2026 00:01:38 +0000 (20:01 -0400)]
Merge PR #67820 into tentacle

* refs/pull/67820/head:
qa: fixing cephadm mgmt-gateway test to remove openssl dependency

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #67895 into tentacle
Patrick Donnelly [Sat, 9 May 2026 00:00:46 +0000 (20:00 -0400)]
Merge PR #67895 into tentacle

* refs/pull/67895/head:
container/build.sh: add 'rocky-10' suffix if necessary

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
Reviewed-by: David Galloway <dgallowa@redhat.com>
3 weeks agoMerge PR #67960 into tentacle
Patrick Donnelly [Fri, 8 May 2026 23:59:50 +0000 (19:59 -0400)]
Merge PR #67960 into tentacle

* refs/pull/67960/head:
container/Containerfile: fix crimson package naming
Containerfile: Support rocky/el10 in repo URLs
container: add CUSTOM_CEPH_REPO_URL build argument
container/build.sh: Use dedicated debug tags
container/build.sh: cleanup crimson flavors
container/build.sh: add 'rocky-10' suffix if necessary
container: pass CUSTOM_CEPH_REPO_URL thru container build script

Reviewed-by: Dan Mick <dmick@redhat.com>
3 weeks agoMerge PR #67507 into tentacle
Patrick Donnelly [Fri, 8 May 2026 23:58:44 +0000 (19:58 -0400)]
Merge PR #67507 into tentacle

* refs/pull/67507/head:
qa/workunits/rados/test_envlibrados_for_rocksdb.sh: Add Rocky support
qa/workunits/ceph-helpers-root: Add Rocky support for install packages

Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com>
3 weeks agoMerge PR #67512 into tentacle
Patrick Donnelly [Fri, 8 May 2026 23:58:19 +0000 (19:58 -0400)]
Merge PR #67512 into tentacle

* refs/pull/67512/head:
neorados: specify alignments for aligned_storage

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
3 weeks agoMerge PR #67515 into tentacle
Patrick Donnelly [Fri, 8 May 2026 23:56:35 +0000 (19:56 -0400)]
Merge PR #67515 into tentacle

* refs/pull/67515/head:
pybind/orchestrator/cli: fix OrchestratorError retval sign
orchestrator/test/test_orchestrator: fix return code to negative
mgr/mgr_module: fix tox test missing a type annotation
mgr/selftest: mypy error fix missing a type annotation
mgr/dashboard: use __name__ for module-specific logging
selftest: Add logging self tests
pybind/mgr/mgr_module: isolate logging per mgr module
mgr/Gil.cc: simplify Gil(), ~Gil()
mgr/Gil.cc: do not use PyGILState_Check()
mgr: add mgr_subinterpreter_modules config
python-common/.../service_spec: implement ServiceSpec.__getnewargs__ to allow unpickle to work correctly
mgr: serialize python objects sent between subinterpreters via remote

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #67518 into tentacle
Patrick Donnelly [Fri, 8 May 2026 23:56:17 +0000 (19:56 -0400)]
Merge PR #67518 into tentacle

* refs/pull/67518/head:
qa/tasks: update egrep to 'grep -E'

Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com>
3 weeks agoMerge PR #67519 into tentacle
Patrick Donnelly [Fri, 8 May 2026 23:50:40 +0000 (19:50 -0400)]
Merge PR #67519 into tentacle

* refs/pull/67519/head:
qa/suites: remove centos restriction from valgrind yaml

Reviewed-by: Yaarit Hatuka <yaarithatuka@gmail.com>
3 weeks agoqa: enforce centos9 for test 68374/head
Patrick Donnelly [Tue, 14 Apr 2026 01:22:16 +0000 (21:22 -0400)]
qa: enforce centos9 for test

Avoids problem where rocky10 packages do not exist for squid.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 815d1d73a7127f1fd460b64d51798f9e8eaf600b)

3 weeks agoqa: rename distro
Patrick Donnelly [Tue, 14 Apr 2026 00:47:43 +0000 (20:47 -0400)]
qa: rename distro

The kernel mount overrides for the distro have no effect if they are
applied before `supported-random-distro`.

Fixes:

    2026-04-13T19:06:13.603 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y
    2026-04-13T19:06:13.603 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y
    2026-04-13T19:06:13.626 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial005.front.sepia.ceph.com
    2026-04-13T19:06:13.627 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y
    2026-04-13T19:06:13.627 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y
    2026-04-13T19:06:13.652 INFO:teuthology.orchestra.run.trial148.stderr:sudo: dnf: command not found
    2026-04-13T19:06:13.653 DEBUG:teuthology.orchestra.run:got remote process result: 1
    2026-04-13T19:06:13.654 ERROR:teuthology.run_tasks:Saw exception from tasks.
    Traceback (most recent call last):
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/run_tasks.py", line 105, in run_tasks
        manager = run_one_task(taskname, ctx=ctx, config=config)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/run_tasks.py", line 83, in run_one_task
        return task(**kwargs)
               ^^^^^^^^^^^^^^
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/task/pexec.py", line 149, in task
        with parallel() as p:
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/parallel.py", line 84, in __exit__
        for result in self:
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/parallel.py", line 98, in __next__
        resurrect_traceback(result)
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/parallel.py", line 30, in resurrect_traceback
        raise exc.exc_info[1]
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/parallel.py", line 23, in capture_traceback
        return func(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/task/pexec.py", line 62, in _exec_host
        tor.wait([r])
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/orchestra/run.py", line 485, in wait
        proc.wait()
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/orchestra/run.py", line 161, in wait
        self._raise_for_status()
      File "/home/teuthworker/src/git.ceph.com_teuthology_426ec63bc4a39bba882efb593125294667afc593/teuthology/orchestra/run.py", line 181, in _raise_for_status
        raise CommandFailedError(
    teuthology.exceptions.CommandFailedError: Command failed on trial148 with status 1: 'TESTDIR=/home/ubuntu/cephtest bash -s'

which was done because these dnf commands were pulled from rocky10.yaml from the kclient overrides but ubuntu_latest was used for the random distro.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 9f2cac88d9638c5b49d5c766483e9194417e6adb)

Conflicts:
qa/suites/fs/32bits/0-distro
qa/suites/fs/full/0-distro
qa/suites/fs/functional/0-distro
qa/suites/fs/libcephfs/0-distro
qa/suites/fs/mirror-ha/0-distro
qa/suites/fs/mirror/0-distro
qa/suites/fs/multifs/0-distro
qa/suites/fs/nfs/0-distro
qa/suites/fs/permission/0-distro
qa/suites/fs/snaps/0-distro
qa/suites/fs/thrash/multifs/0-distro
qa/suites/fs/thrash/workloads/0-distro
qa/suites/fs/top/0-distro
qa/suites/fs/traceless/0-distro
qa/suites/fs/volumes/0-distro

3 weeks agoqa/suites/fs/bugs: use centos9 for squid upgrade test
Patrick Donnelly [Mon, 13 Apr 2026 18:37:44 +0000 (14:37 -0400)]
qa/suites/fs/bugs: use centos9 for squid upgrade test

To avoid missing package error for rocky10

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 1e31a6deaf47cd6ac692012c2acbb1ac0139490a)

Conflicts:
qa/suites/upgrade/reef-x/centos_9.stream.yaml: ???
        qa/suites/fs/bugs/multifs_mdsauthcaps/centos_9.stream.yaml: use existing distro

3 weeks agoqa: remove unused variables
Patrick Donnelly [Fri, 20 Mar 2026 21:46:29 +0000 (17:46 -0400)]
qa: remove unused variables

To make tox-qa happy.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit d8cc2ea40c428ef1734b27f3006840797539031c)

3 weeks agoqa: use centos9 for fs suites using k-testing
Patrick Donnelly [Thu, 12 Feb 2026 15:36:29 +0000 (10:36 -0500)]
qa: use centos9 for fs suites using k-testing

A better approach would be to include centos9 OR rocky10 for
distribution choice. Then we can just filter out rocky10 when we're
testing the `testing` kernel but keep rocky10 coverage for other
testing.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 5b2f5ee919476c30099b03abb9ae8871ba66a653)

3 weeks agoqa: update fs suite to rocky10
Patrick Donnelly [Wed, 12 Nov 2025 00:20:22 +0000 (19:20 -0500)]
qa: update fs suite to rocky10

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 6bf6fcb2b193bdd0c9c2077d3fd1c7296853eed3)

Conflicts:
qa/suites/fs/workload/0-centos_9.stream.yaml: link change

3 weeks agoqa: skip dashboard install due to dependency noise
Patrick Donnelly [Wed, 19 Nov 2025 17:25:45 +0000 (12:25 -0500)]
qa: skip dashboard install due to dependency noise

    2025-11-18T19:46:46.226 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stderr Error ENOTSUP: Module 'alerts' is not enabled/loaded (required by command 'dashboard set-ssl-certificate'): use `ceph mgr module enable alerts` to enable it

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit b81cca651787f74c12a780102be79ded72fc7da0)

Conflicts:
qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/reef.yaml: keep reef

Conflicts:
  qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/0-from/reef/v18.2.8.yaml -

   taking image with version and not reef branch name

3 weeks agoqa: only setup nat rules during bridge creation
Patrick Donnelly [Wed, 11 Mar 2026 06:16:35 +0000 (11:46 +0530)]
qa: only setup nat rules during bridge creation

Currently the code recreates these NAT rules for every mount. This only
needs to be done once by the first mount.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 6fa39caea771a9499b83e50d6f6429e6c29983bb)

3 weeks agoqa: correct wording of comment
Patrick Donnelly [Wed, 11 Mar 2026 06:14:39 +0000 (11:44 +0530)]
qa: correct wording of comment

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 83ecfdfe8b9dcb7048f21fda75d808d4189cacd9)

3 weeks agoqa: use nft instead iptables
Patrick Donnelly [Mon, 17 Nov 2025 18:14:47 +0000 (13:14 -0500)]
qa: use nft instead iptables

rocky.10 does not support iptables with MASQUERADE targets. (Or maybe it
does with more prodding but it's easier to just switch to nft.)

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 60b31e50217ea05a818ff16eb83e02cae2548bf3)

3 weeks agoqa: use py3 builtin ipaddress module
Patrick Donnelly [Mon, 17 Nov 2025 18:13:37 +0000 (13:13 -0500)]
qa: use py3 builtin ipaddress module

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit 5c511835c3c1750cf9b3404ea262b97359a91d17)

3 weeks agotentacle: only add package tasks if rocky is the final distro 68569/head
Patrick Donnelly [Fri, 8 May 2026 23:35:48 +0000 (19:35 -0400)]
tentacle: only add package tasks if rocky is the final distro

The `fs` suite sometimes overrides the distro for testing the kclient.
The dnf commands fail on Ubuntu.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agomgr/dashboard: remove sync_from entry when sync_from_all is true 68536/head
Aashish Sharma [Tue, 21 Apr 2026 09:52:08 +0000 (15:22 +0530)]
mgr/dashboard: remove sync_from entry when sync_from_all is true

Fixes: https://tracker.ceph.com/issues/76163
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit 513686eaf76d1cf2f70c8e828003dd242f39c729)

Conflicts:
src/pybind/mgr/dashboard/services/rgw_client.py

3 weeks agopybind/orchestrator/cli: fix OrchestratorError retval sign 67515/head
NitzanMordhai [Wed, 4 Mar 2026 14:08:54 +0000 (14:08 +0000)]
pybind/orchestrator/cli: fix OrchestratorError retval sign

OrchestratorError stores errno as abs(), so e.errno is always positive.
Returning retval=e.errno (+22) caused the ceph CLI to exit 0 since it
only propagates the exit code when ret < 0.

Fix by returning retval=-e.errno.

Fixes: https://tracker.ceph.com/issues/75282
Signed-off-by: Nitzan Mordhai <nmordech@redhat.com>
(cherry picked from commit 18546fa92a04f81ba0d85b57554e0291285fe02f)

3 weeks agoorchestrator/test/test_orchestrator: fix return code to negative
Nitzan Mordechai [Tue, 24 Mar 2026 11:50:08 +0000 (11:50 +0000)]
orchestrator/test/test_orchestrator: fix return code to negative

After changes of PR #67652

Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
(cherry picked from commit dede88077033917022b86fc6170a64a02530f728)

3 weeks agomgr/mgr_module: fix tox test missing a type annotation
Nitzan Mordechai [Mon, 23 Mar 2026 13:06:24 +0000 (13:06 +0000)]
mgr/mgr_module: fix tox test missing a type annotation

After changes of PR #67327

Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
(cherry picked from commit e2826197531cb0e4c48b79cafaa11098b16456f6)

3 weeks agomgr/selftest: mypy error fix missing a type annotation
Nitzan Mordechai [Mon, 23 Mar 2026 13:05:43 +0000 (13:05 +0000)]
mgr/selftest: mypy error fix missing a type annotation

After changes of PR #67327

Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
(cherry picked from commit 3bfe66a2362d2ea5c6290e83d3e1526c4418c09f)

3 weeks agomgr/dashboard: use __name__ for module-specific logging
NitzanMordhai [Tue, 3 Mar 2026 12:17:07 +0000 (12:17 +0000)]
mgr/dashboard: use __name__ for module-specific logging

Previously, using a hard-coded logger name like 'rgw_client' created
a top-level logger that bypassed the 'mgr.dashboard' hierarchy.
By switching to __name__, we ensure the logger identity follows the
package structure (e.g., 'mgr.dashboard.services.rgw_client').

Since propagate=True is enabled, this allows log records to flow
upward through the 'mgr' parent loggers, ensuring they are correctly
captured, formatted, and attributed to the dashboard module rather than
falling back to the root logger.

Fixes: https://tracker.ceph.com/issues/74848
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
(cherry picked from commit 8c0f0d568f55b655f2a2d330ff79279196d972f1)

3 weeks agoselftest: Add logging self tests
NitzanMordhai [Sun, 15 Feb 2026 09:11:29 +0000 (09:11 +0000)]
selftest: Add logging self tests

Fixes: https://tracker.ceph.com/issues/74848
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
(cherry picked from commit 9369434ba5a60c30f12a98bd6e5508edb23df24f)

3 weeks agopybind/mgr/mgr_module: isolate logging per mgr module
NitzanMordhai [Thu, 12 Feb 2026 09:13:41 +0000 (09:13 +0000)]
pybind/mgr/mgr_module: isolate logging per mgr module

After PR #66244, all mgr modules run inside the same Python interpreter.
That means they also share the same logging subsystem.
Previously, each module attached its handlers to the root logger. In practice,
whichever module initialized logging last effectively “owned” the root logger,
and log messages from other modules could end up attributed incorrectly.

This change scopes logging per module. Each module now registers its handlers
on a dedicated logger named after the module itself, with propagate=False to avoid
leaking messages into the root logger.

Now, the getLogger() default (no args) returns the module's named logger
rather than the root logger. This ensures self.log routes correctly.

Fixes: https://tracker.ceph.com/issues/74848
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
(cherry picked from commit a89e1760566138fbfc8159d5ab3c01a61f8ae415)

3 weeks agomgr/Gil.cc: simplify Gil(), ~Gil()
Samuel Just [Thu, 18 Dec 2025 19:06:18 +0000 (19:06 +0000)]
mgr/Gil.cc: simplify Gil(), ~Gil()

Instead of restoring the passed ts and then swapping to
a fresh one, restore the fresh one in the first place.

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit fb26bcd9865b336a043453c9c50aa935f68fdf90)

3 weeks agomgr/Gil.cc: do not use PyGILState_Check()
Samuel Just [Thu, 18 Dec 2025 18:59:45 +0000 (18:59 +0000)]
mgr/Gil.cc: do not use PyGILState_Check()

See comment for explanation.

Fixes: https://tracker.ceph.com/issues/74220
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 19a9981e8f64c7808b0f0d29d1397e97300174ed)

3 weeks agomgr: add mgr_subinterpreter_modules config
Samuel Just [Fri, 7 Nov 2025 23:56:14 +0000 (23:56 +0000)]
mgr: add mgr_subinterpreter_modules config

This commit adds a mgr_subinterpreter_modules config to cause specified
modules (or all if * is specified) to be loaded in individual
subinterpreters.

This changes the default behavior of ceph-mgr from running each module
in a distinct subinterpreter to running them all in the same main
interpreter.  We can reintroduce subinterpreter support over time by
adding modules to the list as we test them.

Fixes: https://tracker.ceph.com/issues/73857
Fixes: https://tracker.ceph.com/issues/73859
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 239b0dc8a9c42449ee1faa1bf78bdcc380345ae2)

Conflicts:
  - src/mgr/PyModule.cc
     #include "common/JSONFormatter.h" - removed (missing commit 3ab70dd in tentacle), not in tentacle
     dtor - still missing commit 3366ef5 on tentacle causing conflicts,
      taking tentacle changes with use_main_interpreter and end the interpater pMyThreadState.ts

3 weeks agopython-common/.../service_spec: implement ServiceSpec.__getnewargs__ to allow unpickl...
Samuel Just [Wed, 29 Oct 2025 21:02:46 +0000 (21:02 +0000)]
python-common/.../service_spec: implement ServiceSpec.__getnewargs__ to allow unpickle to work correctly

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit d4a1f2b117a7eeb966ba8072f38d291c00e4a5e5)

3 weeks agomgr: serialize python objects sent between subinterpreters via remote
Samuel Just [Fri, 24 Oct 2025 03:00:45 +0000 (03:00 +0000)]
mgr: serialize python objects sent between subinterpreters via remote

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit f69069e114ea8c785d6c27c57560a0b9bb8c16be)

Conflicts:
  - src/mgr/PyModule.cc
Missing commit 3366ef5 still didn't merge, just take the changes for the dtor

3 weeks agoMerge PR #68794 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:40:19 +0000 (12:40 -0400)]
Merge PR #68794 into tentacle

* refs/pull/68794/head:
monitoring: Fix application overview to show Raw used

Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
3 weeks agoMerge PR #68766 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:36:49 +0000 (12:36 -0400)]
Merge PR #68766 into tentacle

* refs/pull/68766/head:
mgr/dashboard: Allow empty port value when adding a listener in NVMEoF CLI

Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agoMerge PR #68678 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:36:16 +0000 (12:36 -0400)]
Merge PR #68678 into tentacle

* refs/pull/68678/head:
mgr/dashboard: Add option to set motd via api

Reviewed-by: Nizamudeen A <nia@redhat.com>
3 weeks agoMerge PR #68339 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:33:50 +0000 (12:33 -0400)]
Merge PR #68339 into tentacle

* refs/pull/68339/head:
mgr/dashboard: Add namespace encryption support to NVMeoF CLI.

Reviewed-by: Tomer Haskalovitch <tomer.haska@ibm.com>
Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agoMerge PR #68317 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:32:25 +0000 (12:32 -0400)]
Merge PR #68317 into tentacle

* refs/pull/68317/head:
mgr/dashboard: Add option to edit zone with keys/

Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agoMerge PR #68708 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:30:45 +0000 (12:30 -0400)]
Merge PR #68708 into tentacle

* refs/pull/68708/head:
osd: Avoid pwlc spanning intervals

Reviewed-by: Alex Ainscow <aainscow@uk.ibm.com>
3 weeks agoMerge PR #68714 into tentacle
Patrick Donnelly [Fri, 8 May 2026 16:29:37 +0000 (12:29 -0400)]
Merge PR #68714 into tentacle

* refs/pull/68714/head:
osd: Avoid assertion on empty object read when reading multiple objects

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agomgr/dashboard: Update permissions for pool-manager role 68476/head
Afreen Misbah [Tue, 28 Apr 2026 16:55:32 +0000 (22:25 +0530)]
mgr/dashboard: Update permissions for pool-manager role

Fixes https://tracker.ceph.com/issues/76307

-  says denied access when clicked on create pool table action
- this was happening due to the failing monitor API added for stretch cluster configuration
- also updates overview nav permissions

Signed-off-by: Afreen Misbah <afreen@ibm.com>
(cherry picked from commit f476cd5994c38315d2780f9b5319d416cbd6ced3)

3 weeks agomgr/dashboard : Select replicated rule by default in pools form
Abhishek Desai [Fri, 20 Mar 2026 06:00:55 +0000 (11:30 +0530)]
mgr/dashboard : Select replicated rule by default in pools form
fixes : https://tracker.ceph.com/issues/75632
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 195cc2f8c23b8ae327f769ab7aca0f460d6029ab)

Conflicts :
  - src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.spec.ts
     changes already present in tentacle
  - src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.ts
     changes already present in tentacle

3 weeks agomgr/dashboard : Fix application names in pools form
Abhishek Desai [Tue, 17 Mar 2026 08:33:21 +0000 (14:03 +0530)]
mgr/dashboard : Fix application names in pools form
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 5c29aa59589d22077612f69230b2d83dd84ef30d)

3 weeks agomgr/dashboard : add stretch cluster validation for pools form
Abhishek Desai [Wed, 15 Apr 2026 08:45:25 +0000 (14:15 +0530)]
mgr/dashboard : add stretch cluster validation for pools form
fixes : https://tracker.ceph.com/issues/75667
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 6fa8d64ed6ee43b439e162143fb0e33cf2e49e8c)

3 weeks agomgr/dashboard : Fix RGW restart/stop issue 68554/head
Abhishek Desai [Tue, 21 Apr 2026 06:29:18 +0000 (11:59 +0530)]
mgr/dashboard : Fix RGW restart/stop issue
fixes : https://tracker.ceph.com/issues/76158
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 04db68a)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/shared/models/service.interface.ts
          - conflict due to certmgr interfaces were misisng in  tentacle
    which are not needed. hence removed them

3 weeks agomgr/dashboard: Fix tags in subvolume list and subvolume groups list 68382/head
pujaoshahu [Fri, 3 Apr 2026 07:53:03 +0000 (13:23 +0530)]
mgr/dashboard: Fix tags in subvolume list and subvolume groups list

Fixes: https://tracker.ceph.com/issues/75860
Signed-off-by: pujaoshahu <pshahu@redhat.com>
(cherry picked from commit 7b6e3e78e64f684a6e6c9e2616da168398397b96)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts
        - While merging, TagModule was missing from ceph.module.ts in the incoming changes,
          so it was added in this PR to align with the existing setup
Signed-off-by: pujaoshahu <pshahu@redhat.com>
3 weeks agoqa: Remove cephadm e2e tests from teuthology 68818/head
Afreen Misbah [Fri, 14 Nov 2025 09:02:28 +0000 (14:32 +0530)]
qa: Remove cephadm e2e tests from teuthology

Earlier we dont have kcli to test cephadm based e2e tests
and had to test them using sepia machines.

Now these are running in CI using kcli hence removing from rados

Fixes https://tracker.ceph.com/issues/73852

Signed-off-by: Afreen Misbah <afreen@ibm.com>
(cherry picked from commit c562dc8e69809fa6fadde269071c9439487fd085)

3 weeks agoMerge PR #68190 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:31:23 +0000 (22:31 -0400)]
Merge PR #68190 into tentacle

* refs/pull/68190/head:
qa/workunits/rbd: drop racy assert in test_tasks_recovery()

Reviewed-by: Mykola Golub <mgolub@suse.com>
3 weeks agoMerge PR #68188 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:31:09 +0000 (22:31 -0400)]
Merge PR #68188 into tentacle

* refs/pull/68188/head:
librbd/migration/QCOWFormat: avoid use-after-free in execute_request()

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
3 weeks agoMerge PR #67038 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:30:06 +0000 (22:30 -0400)]
Merge PR #67038 into tentacle

* refs/pull/67038/head:
qa: add 'refresh' config to cephadm.wait_for_service

Reviewed-by: Adam King <adking@redhat.com>
3 weeks agoMerge PR #68695 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:27:57 +0000 (22:27 -0400)]
Merge PR #68695 into tentacle

* refs/pull/68695/head:
mgr/dashboard: Bump lodash

Reviewed-by: Puja Shahu <pshahu@redhat.com>
3 weeks agoMerge PR #68598 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:27:05 +0000 (22:27 -0400)]
Merge PR #68598 into tentacle

* refs/pull/68598/head:
mgr: fix continous smb MgrDBNotReady

Reviewed-by: Nizamudeen A <nia@redhat.com>
3 weeks agoMerge PR #68133 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:22:07 +0000 (22:22 -0400)]
Merge PR #68133 into tentacle

* refs/pull/68133/head:
mgr/dashboard: Fix osd modal spacings and footer
mgr/dashboard: carbonize-osd-flags-modal

Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agoMerge PR #67564 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:21:22 +0000 (22:21 -0400)]
Merge PR #67564 into tentacle

* refs/pull/67564/head:
mgr/dashboard: nfs export creation fails with obj deserialization

Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agoMerge PR #68420 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:19:50 +0000 (22:19 -0400)]
Merge PR #68420 into tentacle

* refs/pull/68420/head:
ceph.spec.in: replace golang github prometheus with promtool binary path

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agoMerge PR #68349 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:19:21 +0000 (22:19 -0400)]
Merge PR #68349 into tentacle

* refs/pull/68349/head:
mgr/dashboard:Adding MSR EC Profile via dashboard

Reviewed-by: Afreen Misbah <afreen@ibm.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
3 weeks agoMerge PR #67566 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:18:07 +0000 (22:18 -0400)]
Merge PR #67566 into tentacle

* refs/pull/67566/head:
mgr/dashboard: show rados ns in 'ceph nvmeof top io'
mgr/dashboard: validate args in nvmeof top cmds
src/pybind/mgr: Add nvmeof-top tool

Reviewed-by: Nizamudeen A <nia@redhat.com>
3 weeks agoMerge PR #67510 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:17:30 +0000 (22:17 -0400)]
Merge PR #67510 into tentacle

* refs/pull/67510/head:
debian: package mgr/smb in ceph-mgr-modules-core

Reviewed-by: Kefu Chai <k.chai@proxmox.com>
3 weeks agoMerge PR #67013 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:17:09 +0000 (22:17 -0400)]
Merge PR #67013 into tentacle

* refs/pull/67013/head:
mgr/dashboard: [RGW-NFS]: User level export creation via UI fails with 500 - Internal Server Error

Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agoMerge PR #67636 into tentacle
Patrick Donnelly [Fri, 8 May 2026 02:16:29 +0000 (22:16 -0400)]
Merge PR #67636 into tentacle

* refs/pull/67636/head:
tentacle:mgr/dashboard: update openapi yaml
mgr/dashboard: NFS: Toggle visibility of CephFS snapshots

Reviewed-by: Afreen Misbah <afreen@ibm.com>
3 weeks agonvmeof: Change the NVMEOF image version to 1.6 68415/head
Gil Bregman [Mon, 23 Feb 2026 10:56:54 +0000 (12:56 +0200)]
nvmeof: Change the NVMEOF image version to 1.6
Fixes: https://tracker.ceph.com/issues/75097
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
(cherry picked from commit 02587347b0a4e7ae1d7f5d738bd33808e2d56bc9)
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
Conflicts:

    src/python-common/ceph/cephadm/images.py

We forgot to set version 1.6 in time. By the time we got to it, the main
branch has already moved up to use version 1.7 which contains features
we don't have in tentacle. We want version 1.6 for tentacle so we had to
change the commit here to 1.6.

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
3 weeks agotentacle:mgr/dashboard: update openapi yaml 67636/head
Afreen Misbah [Thu, 7 May 2026 11:27:08 +0000 (16:57 +0530)]
tentacle:mgr/dashboard: update openapi yaml

Signed-off-by: Afreen Misbah <afreen@ibm.com>
3 weeks agomonitoring: Fix application overview to show Raw used 68794/head
Ankush Behl [Thu, 7 May 2026 08:44:25 +0000 (14:14 +0530)]
monitoring: Fix application overview to show Raw used

- Updated capacity used to show Raw capacity
- Pool table shows Raw capacity
- Total used capacity graph shows raw capacity

fixes: https://tracker.ceph.com/issues/76456

Signed-off-by: Ankush Behl <cloudbehl@gmail.com>
(cherry picked from commit 6c1a17b666e9200719521b857a18303a0405b445)

 Conflicts:
monitoring/ceph-mixin/dashboards_out/ceph-application-overview.json
- schema version different in tentacle (41)
- this commit was absent https://github.com/ceph/ceph/commit/6754d7a28fbf598468dd0a5d4792f177da239064 . It brings tags entries not defiend in tentacle

3 weeks agomgr/dashboard : Add bottom padding for dashboard screens 68523/head
Abhishek Desai [Tue, 17 Mar 2026 07:24:59 +0000 (12:54 +0530)]
mgr/dashboard : Add bottom padding for dashboard screens
fixes : https://tracker.ceph.com/issues/74243
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 3bb05bcc5ad51f58d718306d90a11701f5eb54c4)

3 weeks agomgr/dashboard: Add option to set motd via api 68678/head
Aashish Sharma [Thu, 2 Apr 2026 13:29:40 +0000 (18:59 +0530)]
mgr/dashboard: Add option to set motd via api

Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit e4c4561ec54fe17e4034d237d33c5959c31732d4)

3 weeks agomgr/dashboard: Fix osd modal spacings and footer 68133/head
Afreen Misbah [Tue, 21 Apr 2026 18:17:35 +0000 (23:47 +0530)]
mgr/dashboard: Fix osd modal spacings and footer

Fixes https://tracker.ceph.com/issues/76188

- aligned as per https://carbondesignsystem.com/components/modal/usage/#transactional-modal

Signed-off-by: Afreen Misbah <afreen@ibm.com>
(cherry picked from commit a24132f6bf10fa35bb6a8708ec825e257b0cb03c)

3 weeks agomgr/dashboard: carbonize-osd-flags-modal
Sagar Gopale [Fri, 2 Jan 2026 05:47:53 +0000 (11:17 +0530)]
mgr/dashboard: carbonize-osd-flags-modal

Fixes: https://tracker.ceph.com/issues/74298
Signed-off-by: Sagar Gopale <sagar.gopale@ibm.com>
(cherry picked from commit a6db1b8243cb4a13c95fb9c87ba589afef45a6a8)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_spacings.scss
- conflict with target bas branch

3 weeks agomgr/dashboard: Add option to edit zone with keys/ 68317/head
Aashish Sharma [Tue, 31 Mar 2026 04:30:23 +0000 (10:00 +0530)]
mgr/dashboard: Add option to edit zone with keys/
argument like"sync_from" and "sync_from_all"

Currently, there is no option to configure the sync_from and sync_from_all keys directly while creating or editing a zone from the dashboard. These arguments are particularly important when setting up archive zones. In archive zones, duplicate objects appear when sync_from_all is set to true (which is the default). The fix is to:
1.Set sync_from_all to false
2.Set sync_from to point to the master zone only
This ensures that the archive zone syncs exclusively from the master zone, preventing duplicate object issues.

Fixes: https://tracker.ceph.com/issues/75950
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit 50a1bc6fe8ada3554f6b3b0a9f8a6823ca717d09)

Conflicts:
src/pybind/mgr/dashboard/frontend/src/styles.scss
- recent merged PRs added at the end of file more rules which were giving conflict with this commit as it also adds a rule in the end