Project

General

Profile

Bug #39301

Updated by Ricardo Marques about 5 years ago

Some RBD image information may require a lot of processing, and we are calculating this information for every RBD image, every "X" seconds when the table automatically refreshes. 

 For optimization, RBD "LIST" endpoint should only return the information needed to populate the table. 

 Additional information (like snapshots information, etc.) that is only displayed in the details view should be returned by a dedicated GET to the selected image only. 






 and the table is automatically refreshed every X seconds.

Back