Bug 1656594 (ceh_dashboard_scale)

Summary: Scalability Improvements
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Ernesto Puerta <epuertat>
Component: Ceph-DashboardAssignee: Zack Cerza <zcerza>
Status: CLOSED WORKSFORME QA Contact: Uday kurundwade <ukurundw>
Severity: medium Docs Contact: Anjana Suparna Sriram <asriram>
Priority: unspecified    
Version: 4.0CC: anharris, ceph-eng-bugs, mkasturi, pasik, zcerza
Target Milestone: rcKeywords: Performance, Tracking
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-05 11:42:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ernesto Puerta 2018-12-05 19:44:32 UTC
Current Dashboard exhibits some "potential" scaling bottlenecks with:
- OSDs: some requests' payloads increase linearly with OSD count. As these requests (/api/osd) are not paginated, they may potentially generate 1 MB/request with 500 OSDs. This endpoint is refreshed every 5 s per dashboard instance (a background Chrome tab running Ceph dashboard would consume 17 GB/day).
- Other endpoints could also retrieve large/unbounded amounts of data (config options, RBD images, etc, RGW buckets).

This BZ should serve as a tracking one for other BZs covering remediation/fixes of this scalability issues:
- Network compression.
- Caching
- Pagination
- Endpoint Refactoring

Comment 1 Yaniv Kaul 2019-01-23 14:16:02 UTC
Any use for this tracker?