Tendrl / gluster-integration

Extracts all data from a Gluster cluster for consumption by Tendrl
GNU Lesser General Public License v2.1
6 stars 20 forks source link

Remove blivet dependency from gluster-integration module #703

Closed GowthamShanmugam closed 5 years ago

GowthamShanmugam commented 6 years ago

When a number of bricks are high in a machine then blivet takes huge time to form a device tree. We are using python-blivet in a gluster-integration to fetch device details using mount points When a number of bricks high in the same node then it took a lot of times to collect all devices details and form a device tree. the blivet is collecting very high-level device details but we are using only a few basic device details from that. We have to replace blivet dependency with some other tools to reduce sync time.

GowthamShanmugam commented 5 years ago

This issue is fixed