openvstorage / framework

The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Other
27 stars 23 forks source link

vPool wizard: loading backends load #837

Closed JeffreyDevloo closed 7 years ago

JeffreyDevloo commented 8 years ago

Problem description

It takes a while to (re)load the backend information in the vpool wizard. This is mainly due to the local_stack query that happens on the API to get the necessary information. selection_048

Possible solution

Cache the local_stack information for every node in the cluster so it doesn't need to be fetched for each backend.

Additional information

Setup

Hyperconverged setup

khenderick commented 8 years ago

The local_stack contains slightly different information per backend. However, parts of the data uses can be cached/shared across backends/nodes which should speed up these calls.

khenderick commented 8 years ago

Fixed by openvstorage/framework-alba-plugin#235, packaged in openvstorage-backend-1.7.4-rev.743.af3422d