From: Varsha Rao Date: Thu, 20 May 2021 10:38:10 +0000 (+0530) Subject: .github/labeler: add nfs label X-Git-Tag: v17.1.0~1881^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1006a5fbb3184ad2ab626949369e4c70cf096c50;p=ceph-ci.git .github/labeler: add nfs label Signed-off-by: Varsha Rao --- diff --git a/.github/labeler.yml b/.github/labeler.yml index fbb6d8f04f2..0d64ee5f70d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -232,3 +232,16 @@ tests: - qa/tasks/** - qa/workunits/** - src/test/** + +nfs: + - src/pybind/mgr/nfs/** + - src/pybind/mgr/cephadm/services/nfs.py + - src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2 + - src/pybind/mgr/dashboard/services/ganesha.py + - src/pybind/mgr/dashboard/tests/test_ganesha.py + - qa/tasks/cephfs/test_nfs.py + - qa/tasks/mgr/dashboard/test_ganesha.py + - doc/cephfs/fs-nfs-exports.rst + - doc/cephfs/nfs.rst + - doc/cephadm/nfs.rst + - doc/radosgw/nfs.rst