0

I'm trying to build a glusterfs network file system on Amazon EC2.

I trying to define EBS Volume size. I'm planning to use 2 x 12Gb volumes at the begining stage and then add extra volumes in the future.

What size should be the new volumes? Should they be 12Gb too? is larger volumes (lets say 100Gb ) allowed to attach to the glusterfs pool?

Kind regards...

zontragon
  • 275
  • 1
  • 4
  • 14

1 Answers1

0

Glusterfs is pretty forgiving about what kind of volume it'll present. The limit is more in the form of inodes than simple size. The largest volume I've heard of presented was in the petabyte range, though what combination of replicas & stripes I couldn't tell you.

Which is to say, this isn't something you need to worry about; you're not big enough yet.

sysadmin1138
  • 131,083
  • 18
  • 173
  • 296
  • I mean all the volumes should be the same size? If I started with 12Gb volume, the future volumes should be 12Gb? – zontragon Feb 17 '13 at 17:10
  • @zontragon Replica-sets need to be identical, but additional members of stripe-sets can be heterogeneous in size. – sysadmin1138 Feb 17 '13 at 17:45