]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Show error on creating service with duplicate service id 47261/head
authorAashish Sharma <aasharma@redhat.com>
Mon, 25 Jul 2022 08:18:39 +0000 (13:48 +0530)
committerAashish Sharma <aasharma@redhat.com>
Tue, 2 Aug 2022 05:44:33 +0000 (11:14 +0530)
commit07cfd44193f6ebd552d13325858e8b5b5c131bfb
tree449d5db112437ef54734d021b9e25b01aaa6379e
parentd8c4a57194a89028e193ce54cc33b929dbb6429e
mgr/dashboard: Show error on creating service with duplicate service id

Fixes: https://tracker.ceph.com/issues/56689
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
src/pybind/mgr/dashboard/controllers/service.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/ceph-service.service.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/exception.py
src/pybind/mgr/dashboard/services/orchestrator.py