openvstorage / framework-alba-plugin

The Framework ALBA plugin extends the OpenvStorage GUI with functionality to manage ASDs (Alternate Storage Daemon) and Seagate Kinetic drives.
Other
2 stars 3 forks source link

Retrieving asd-multistastics is currently done in sync #600

Closed JeffreyDevloo closed 5 years ago

JeffreyDevloo commented 6 years ago

Enhancement description

By specifying a comma separated list of long-ids in the --long-id section of asd-multistatistics, the information is retrieved in sync (for id in long_id). By specifying --all this would be done in one go which is cheaper.

toolslive commented 6 years ago

ftr, it's currently 1 call to the abm, followed by n calls (each to 1 asd) in parallel, and that will still be the case. The difference in work is that same as {x0,x1,.....} versus X in the parameters to the abm and the processing inside the abm (1 call versus n calls there)

sjovdnbos commented 5 years ago

Should be fixed by this? https://github.com/openvstorage/framework-alba-plugin/pull/628

sjovdnbos commented 5 years ago

Fixed by:

https://github.com/openvstorage/framework-alba-plugin/pull/625