framework
framework copied to clipboard
Get rid of config duplicates
ABM configs are fetched each time a remote backend is selected for a vpool. This creates a lot of duplicates in the long run and it is totally avoidable. It would also be easier to sync up the configs than in its current state.
Should be fixed by:
https://github.com/openvstorage/framework-extensions/pull/192 https://github.com/openvstorage/framework-extensions/pull/193 https://github.com/openvstorage/framework/pull/2223