Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Lack of distributed volume support #72

Closed
atinmu opened this issue Jul 13, 2015 · 1 comment
Closed

Lack of distributed volume support #72

atinmu opened this issue Jul 13, 2015 · 1 comment

Comments

@atinmu
Copy link

atinmu commented Jul 13, 2015

I see in create volume API, replica string is optional and the default nature is to create a 2 way replica volume which limits an user to have a plain distributed volume.

@lpabon
Copy link
Contributor

lpabon commented Jul 13, 2015

Hi Atin, the goal of Heketi is for users not to worry about volume characteristics. Replica is used because it is not something which can be figured out automatically. Distribution of bricks is automatically determined and therefore is no need to ask the user. Please take a look at the prototype to see how Heketi was able to determine the number of bricks to distribute:

https://github.com/heketi/heketi/blob/prototype/plugins/glusterfs/handler_volume.go#L147

  • Luis

@lpabon lpabon closed this as completed Jul 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants