kadalu / moana

Moana is a frontend for the Kadalu Storage / GlusterFS. Moana provides tools for setting up and managing the Kadalu Storage / Gluster pools.
GNU General Public License v3.0
18 stars 7 forks source link

Change volume -> pool #315

Closed aravindavk closed 1 year ago

vatsa287 commented 1 year ago

Going by this PR, now we would have to implement subdir mounts to carve out volumes from this pool. And Rebalance feature would only be used when pools are made of type --distribute or would cease to exist?

aravindavk commented 1 year ago

Going by this PR, now we would have to implement subdir mounts to carve out volumes from this pool. And Rebalance feature would only be used when pools are made of type --distribute or would cease to exist?

Yes. Rebalance is applicable only for distributed Pools or when an existing Pool is expanded by running pool expand command. --distribute flag is to avoid confusion to users and prevent creating distributed pools unknowingly.

aravindavk commented 1 year ago

Changes updated.