gdeploy
gdeploy copied to clipboard
Backend-setup feature for creating gluster bricks should create bricks parallelly
If we try to create bricks on multiple nodes using backend setup feature of gdeploy, the bricks get created serially even though there are disks from different nodes. If we are trying to create many bricks it takes a lot of time to finish. we tried creating 40 bricks on 4 different nodes(10 disks/node) It took around 1 hour to finish this.
Backend-setup should create bricks in parallel.