Skip to content

Commit

Permalink
Merge pull request ceph#44046 from rhcs-dashboard/wip-53344-pacific
Browse files Browse the repository at this point in the history
pacific: mgr/dashboard: NFS non-existent files cleanup 

Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Avan Thakkar <athakkar@redhat.com>
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
Reviewed-by: Pere Diaz Bou <pdiazbou@redhat.com>
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
  • Loading branch information
epuertat authored Dec 20, 2021
2 parents 4ff8bc8 + 55a8469 commit 593d9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,9 @@ nfs:
- src/pybind/mgr/nfs/**
- src/pybind/mgr/cephadm/services/nfs.py
- src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
- src/pybind/mgr/dashboard/services/ganesha.py
- src/pybind/mgr/dashboard/tests/test_ganesha.py
- src/pybind/mgr/dashboard/controllers/nfs.py
- src/pybind/mgr/dashboard/tests/test_nfs.py
- qa/tasks/cephfs/test_nfs.py
- qa/tasks/mgr/dashboard/test_ganesha.py
- doc/mgr/nfs.rst
- doc/cephfs/nfs.rst
- doc/cephadm/nfs.rst
Expand Down
6 changes: 3 additions & 3 deletions qa/suites/rados/dashboard/tasks/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,19 @@ tasks:
fail_on_skip: false
modules:
- tasks.mgr.test_dashboard
- tasks.mgr.dashboard.test_api
- tasks.mgr.dashboard.test_auth
- tasks.mgr.dashboard.test_cephfs
- tasks.mgr.dashboard.test_cluster_configuration
- tasks.mgr.dashboard.test_cluster
- tasks.mgr.dashboard.test_cluster_configuration
- tasks.mgr.dashboard.test_crush_rule
- tasks.mgr.dashboard.test_erasure_code_profile
- tasks.mgr.dashboard.test_ganesha
- tasks.mgr.dashboard.test_health
- tasks.mgr.dashboard.test_host
- tasks.mgr.dashboard.test_logs
- tasks.mgr.dashboard.test_mgr_module
- tasks.mgr.dashboard.test_monitor
- tasks.mgr.dashboard.test_motd
- tasks.mgr.dashboard.test_orchestrator
- tasks.mgr.dashboard.test_osd
- tasks.mgr.dashboard.test_perf_counters
Expand All @@ -58,4 +59,3 @@ tasks:
- tasks.mgr.dashboard.test_summary
- tasks.mgr.dashboard.test_telemetry
- tasks.mgr.dashboard.test_user
- tasks.mgr.dashboard.test_motd

0 comments on commit 593d9dd

Please sign in to comment.