]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: NFS non-existent files cleanup 44046/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 17 Nov 2021 12:18:26 +0000 (13:18 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Mon, 22 Nov 2021 15:34:06 +0000 (16:34 +0100)
commit55a846928ff67289fadb8512c6964227bc967f8b
tree1d303e3f42b03eda20d951f86b2fe212a6f34c70
parentfc33c4d6502e16cd4f4f0a9e615e0f9e2396d89e
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>
(cherry picked from commit 045d2d0f7656e8524bbb32b5d9c230ca1f9b8d1c)
.github/labeler.yml
qa/suites/rados/dashboard/tasks/dashboard.yaml