- 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>
nqn: this.subsystemNQN,
nsid: this.nsid
}),
- call: this.nvmeofService.updateNamespace(
- this.subsystemNQN,
- this.nsid,
- request as NamespaceUpdateRequest
- )
+ call: this.nvmeofService.updateNamespace(this.subsystemNQN, this.nsid, request)
});
} else {
action = this.taskWrapperService.wrapTaskAroundCall({