]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CODEOWNERS: add an smb group for various smb related files 68578/head
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 23 Apr 2026 21:37:28 +0000 (17:37 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 23 Apr 2026 21:37:28 +0000 (17:37 -0400)
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 <jmulligan@redhat.com>
.github/CODEOWNERS

index e3a381e3c83b635a302b78ec27d7c54881b37264..ce76720cd01b996b28f06497670a981286b2760f 100644 (file)
@@ -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