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

Add feature to support transfer of volume from one pool to another #235

Closed vatsa287 closed 2 years ago

vatsa287 commented 2 years ago

The existing(https://github.com/kadalu/moana/pull/233) support to rename a volume can used to add this feature. Note: There should not be a volume already present in that volume in a pool which is being transferred to.

aravindavk commented 2 years ago

After adding comment, I realized that this is very tricky since nodes are part of the first pool and those needs to be migrated.

Validations required are:

After Validation,

vatsa287 commented 2 years ago

Ack thanks for update. Will add these extra steps as well!