]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix image size in nvmeof namespace create/update api 61698/head
authorAfreen Misbah <afreen@ibm.com>
Fri, 7 Feb 2025 11:43:51 +0000 (17:13 +0530)
committerAfreen Misbah <afreen@ibm.com>
Wed, 12 Feb 2025 16:41:31 +0000 (22:11 +0530)
commit7fa78e62a456bd706dafd6fd30568dfd88acf3b4
treecd68f8b756ef71168e21a66453ea85bbf0fb32ea
parent1b4795075bc85db266e6543b47ef53e8a028de87
mgr/dashboard: fix image size in nvmeof namespace create/update api

- Different name is used in POST and PATCH for `rbd_image_size`
- Using same name in both requests
- fixing typing issues in frontend

Fixes https://tracker.ceph.com/issues/69864

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/controllers/nvmeof.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-namespaces-form/nvmeof-namespaces-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.ts
src/pybind/mgr/dashboard/openapi.yaml