Bug #45407
cephadm: Speed up OSD deployment preview
% Done:
0%
Source:
Tags:
ux
Backport:
Regression:
No
Severity:
3 - minor
Description
There is a pending Ceph Dashboard pull request to implement a "preview" feature for deploying new OSDs.
Currently, this feature can not be merged, as the process of generating the preview is very slow and does not scale on a cluster with lots of nodes and disks, which would severely impact the user experience as timeout errors may occur while the Dashboard is waiting for the result to be computed.
A solution needs to be found on how to accelerate this preview generation step.
Related issues
History
#1 Updated by Lenz Grimmer 10 months ago
- Related to Feature #42453: mgr/dashboard: Allow previewing OSDs in Create OSD from added
#2 Updated by Sebastian Wagner 10 months ago
- Priority changed from Normal to High
#3 Updated by Sebastian Wagner 10 months ago
- Tags set to ux
#4 Updated by Joshua Schmid 10 months ago
- Status changed from New to Fix Under Review
- Pull request ID set to 35084
#5 Updated by Sebastian Wagner 9 months ago
- Status changed from Fix Under Review to Resolved
- Target version set to v15.2.4
#6 Updated by Kiefer Chang 9 months ago
PR https://github.com/ceph/ceph/pull/34665 won't be beneficial from the preview cache implemented in this issue, because Dashboard users submit a new managed OSDSpec each time.