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

mgr[Bug]: Node deletion does not happen after volume has been transferred to new pool #250

Closed vatsa287 closed 1 year ago

vatsa287 commented 2 years ago

The .info/ file contains pool_name which is set to old pool. Fix: After every successful volume transfer to new pool. Update the pool_name details in .info by sending a node_action to every participating nodes.

aravindavk commented 1 year ago

Is this fixed in the above PR?

vatsa287 commented 1 year ago

Yes I think it has been resolved with https://github.com/kadalu/moana/pull/237/ and tests have been added too.