From: John Mulligan Date: Thu, 23 Apr 2026 21:37:28 +0000 (-0400) Subject: CODEOWNERS: add an smb group for various smb related files X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68578%2Fhead;p=ceph.git 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 --- 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