mirror of
https://github.com/ceph/ceph
synced 2025-02-25 12:03:00 +00:00
The `create_osds` call in orchestrator uses multiple named DriveGroups as the parameter. Adapt the change in Dashboard. Some minor polishes: - Use task manager to wrap the operation. - The submit button in Preview modal is changed from `Add` to `Create`. - POST `/api/osd` to create OSDs: - Bare OSDs for OSD service container { "method": "bare", "data": { "uuid": "xxxx", "svc_id": 5 } } - OSDs with devices (DriveGroups) { "method": "drive_groups", "data": { < drive group spec here> } } - `/orchestrator/osd` endpoint is removed. Fixes: https://tracker.ceph.com/issues/43615 Signed-off-by: Kiefer Chang <kiefer.chang@suse.com> |
||
---|---|---|
.. | ||
__init__.py | ||
helper.py | ||
test_auth.py | ||
test_cephfs.py | ||
test_cluster_configuration.py | ||
test_erasure_code_profile.py | ||
test_ganesha.py | ||
test_health.py | ||
test_host.py | ||
test_logs.py | ||
test_mgr_module.py | ||
test_monitor.py | ||
test_orchestrator.py | ||
test_osd.py | ||
test_perf_counters.py | ||
test_pool.py | ||
test_rbd_mirroring.py | ||
test_rbd.py | ||
test_requests.py | ||
test_rgw.py | ||
test_role.py | ||
test_settings.py | ||
test_summary.py | ||
test_user.py |