]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: adapt create_osds interface change 34000/head
authorKiefer Chang <kiefer.chang@suse.com>
Tue, 17 Mar 2020 08:07:45 +0000 (16:07 +0800)
committerKiefer Chang <kiefer.chang@suse.com>
Tue, 17 Mar 2020 08:07:45 +0000 (16:07 +0800)
commit6009d2d6545a4536b66153fdb3aaaf6cdc94f25f
tree12dda3014638caac28e99deb4cf7011ac30779d5
parent513f1c56d52c6c9671365ba11e8160b5647aa34c
mgr/dashboard: adapt create_osds interface change

Support the parameter change of create_osds since
https://github.com/ceph/ceph/pull/33922.

Fixes: https://tracker.ceph.com/issues/44632
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
qa/tasks/mgr/dashboard/test_osd.py
src/pybind/mgr/dashboard/controllers/osd.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/drive-group.model.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/drive-groups.interface.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-form/osd-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.ts
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/test_osd.py