Leung, Alex (398C)
2016-Oct-06 15:34 UTC
[Gluster-users] How do I increase volume space on a gluster disperse volume
Here is my configuration: [root at raid4 ~]# gluster volume info Volume Name: pdsclust Type: Disperse Volume ID: 02629f52-cfe1-4542-8581-21d25e254d39 Status: Started Number of Bricks: 1 x (4 + 2) = 6 Transport-type: tcp Bricks: Brick1: raid4-gb:/data/gfs Brick2: raid8-gb:/data/gfs Brick3: raid10-gb:/data/gfs Brick4: raid12-gb:/data/gfs Brick5: raid14-gb:/data/gfs Brick6: raid16-gb:/data/gfs Options Reconfigured: performance.readdir-ahead: on [root at raid4 ~]# How do add-bricks to this disperse volume? How do I create a sub volume of (4+2) = 6 to make it Number of Bricks: 2 x (4 + 2) = 12 Alex Leung -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20161006/31763141/attachment.html>
Vijay Bellur
2016-Oct-10 14:17 UTC
[Gluster-users] How do I increase volume space on a gluster disperse volume
On Thu, Oct 6, 2016 at 11:34 AM, Leung, Alex (398C) <alex.leung at jpl.nasa.gov> wrote:> Here is my configuration: > > > > [root at raid4 ~]# gluster volume info > > Volume Name: pdsclust > > Type: Disperse > > Volume ID: 02629f52-cfe1-4542-8581-21d25e254d39 > > Status: Started > > Number of Bricks: 1 x (4 + 2) = 6 > > Transport-type: tcp > > Bricks: > > Brick1: raid4-gb:/data/gfs > > Brick2: raid8-gb:/data/gfs > > Brick3: raid10-gb:/data/gfs > > Brick4: raid12-gb:/data/gfs > > Brick5: raid14-gb:/data/gfs > > Brick6: raid16-gb:/data/gfs > > Options Reconfigured: > > performance.readdir-ahead: on > > [root at raid4 ~]# > > > > > > How do add-bricks to this disperse volume? > > How do I create a sub volume of (4+2) = 6 to make it > > > > Number of Bricks: 2 x (4 + 2) = 12You would need to add 6 more bricks to the volume to get to this state. Regards, Vijay