diff options
author | Sage Weil <sage@redhat.com> | 2019-12-11 13:48:02 -0600 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2019-12-11 19:14:09 -0600 |
commit | c8750b706681115730929c3dbce6076210d4a195 (patch) | |
tree | b3a892011fda87086e0a974ab5133cd88c0c2220 /.github | |
parent | a5b3037050714514a7fbcac296897ca8671ef9a4 (diff) | |
download | ceph-c8750b706681115730929c3dbce6076210d4a195.tar.gz |
files,rpm,deb: rename ceph-daemon -> cephadm
This is just renaming the files and adjusting the packages. Lots of
cleanup to do still.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 685382b97ba..51237b2330a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ /doc/mgr/dashboard.rst @ceph/dashboard # For Orchestrator related PRs -/src/ceph-daemon @ceph/orchestrators +/src/cephadm @ceph/orchestrators /src/pybind/mgr/ansible @ceph/orchestrators /src/pybind/mgr/orchestrator_cli @ceph/orchestrators /src/pybind/mgr/orchestrator.py @ceph/orchestrators |