ceph/.github
Alfonso Martínez 045d2d0f76 mgr/dashboard: NFS non-existent files cleanup
After https://github.com/ceph/ceph/pull/42526 and https://github.com/ceph/ceph/pull/43725 merges,
the following files do not exist but there were still references to them:
- src/pybind/mgr/dashboard/services/ganesha.py
- qa/tasks/mgr/dashboard/test_ganesha.py

The following files were renamed but there were still references to old names:
- src/pybind/mgr/dashboard/controllers/nfsganesha.py:  nfsganesha.py --> nfs.py
- src/pybind/mgr/dashboard/tests/test_ganesha.py:  test_ganesha.py --> test_nfs.py

Other changes in qa/suites/rados/dashboard/tasks/dashboard.yaml:
- Add missing task: tasks.mgr.dashboard.test_api
- Sort dashboard tasks alphabetically.

Fixes: https://tracker.ceph.com/issues/53123
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
2021-11-17 13:25:17 +01:00
..
workflows .github/workflows/pr-checklist: add checklist action 2021-11-03 13:26:04 -05:00
CODEOWNERS .github/CODEOWNERS: tag rook devs on rook related PRs 2021-09-28 11:27:20 -04:00
labeler.yml mgr/dashboard: NFS non-existent files cleanup 2021-11-17 13:25:17 +01:00
milestone.yml .github: correct the regex in mileston workflow 2021-03-07 00:32:44 +08:00
pull_request_template.md .github/pull_request_template: address review comments 2021-11-05 15:48:56 -05:00
stale.yml