]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: NFS non-existent files cleanup 43987/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 17 Nov 2021 12:18:26 +0000 (13:18 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 17 Nov 2021 12:25:17 +0000 (13:25 +0100)
commit045d2d0f7656e8524bbb32b5d9c230ca1f9b8d1c
treec525ddb44757f1f170245e96ab3f24eaf0a1d79c
parent4035ba419decbdb825db489d58c77a2a17038b44
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>
.github/labeler.yml
qa/suites/rados/dashboard/tasks/dashboard.yaml