Tendrl/gluster-integration

Memory utilization on storage nodes goes high due to tendrl-gluster-integration

shtripat opened this issue · 1 comments

Due to in-memory calls if gfapi while volume utilization calculation, this happens. There seems to be some memory leak issues in gfapi and to avoid that we should make gfapi call as subprocess (as it was earlier) and instead of callin it volume by volume, pass the list of volumes to the exe for utilization calculation.

Closing as required changes merged