From 9e8daeb93ca47246efa3985ca0c96a2b791715fb Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 23 Apr 2026 17:37:28 -0400 Subject: [PATCH] CODEOWNERS: add an smb group for various smb related files Add a new smb group that covers parts of orch that manage smb as well as the cephfs proxy. This will help automatically notify smb focused devs on PRs. Signed-off-by: John Mulligan --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e3a381e3c83b..ce76720cd01b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,11 +9,15 @@ # For Orchestrator related PRs /src/cephadm @ceph/orchestrators +/src/cephadm/cephadmlib/daemons/smb.py @ceph/orchestrators @ceph/smb /src/pybind/mgr/orchestrator @ceph/orchestrators /src/pybind/mgr/rook @ceph/orchestrators /src/pybind/mgr/cephadm @ceph/orchestrators +/src/pybind/mgr/cephadm/services/smb.py @ceph/orchestrators @ceph/smb /src/pybind/mgr/test_orchestrator @ceph/orchestrators +/src/pybind/mgr/smb @ceph/orchestrators @ceph/smb /src/python-common @ceph/orchestrators +/src/python-common/ceph/smb @ceph/orchestrators @ceph/smb /qa/workunits/cephadm @ceph/orchestrators /qa/tasks/cephadm.py @ceph/orchestrators /qa/tasks/cephadm_cases @ceph/orchestrators @@ -194,3 +198,6 @@ README* @ceph/doc-writers /src/script/build-with-container.py @ceph/build-sig /src/script/buildcontainer-setup.sh @ceph/build-sig /src/script/run-make.sh @ceph/build-sig + +# cephfs proxy +/src/libcephfs_proxy @ceph/smb -- 2.47.3