mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
093a239405
mainly for the maintainers from the RADOS team. Signed-off-by: Kefu Chai <kchai@redhat.com>
40 lines
659 B
YAML
40 lines
659 B
YAML
pybind:
|
|
- src/pybind/cephfs/*
|
|
- src/pybind/mgr/*
|
|
- src/pybind/rados/*
|
|
- src/pybind/rbd/*
|
|
- src/pybind/rgw/*
|
|
- src/pybind/*
|
|
|
|
common:
|
|
- src/common
|
|
- src/global
|
|
- src/log
|
|
|
|
core:
|
|
- src/blk/**
|
|
- src/crush/*
|
|
- src/librados/**
|
|
- src/mgr/**
|
|
- src/mon/**
|
|
- src/os/**
|
|
- src/osd/**
|
|
|
|
crimson:
|
|
- doc/dev/crimson/**
|
|
- src/crimson/**
|
|
- src/test/crimson/**
|
|
- qa/suites/crimson-rados/**
|
|
|
|
dashboard:
|
|
- src/pybind/mgr/dashboard/**
|
|
- qa/suites/rados/dashboard/**
|
|
- qa/tasks/mgr/test_dashboard.py
|
|
- qa/tasks/mgr/dashboard/**
|
|
- monitoring/**
|
|
- doc/mgr/dashboard.rst
|
|
- doc/dev/developer_guide/dash-devel.rst
|
|
|
|
CI:
|
|
- .github/**
|