Closed vatsa287 closed 1 year 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.
.info/
pool_name
.info
Is this fixed in the above PR?
Yes I think it has been resolved with https://github.com/kadalu/moana/pull/237/ and tests have been added too.
The
.info/
file containspool_name
which is set to old pool. Fix: After every successful volume transfer to new pool. Update thepool_name
details in.info
by sending a node_action to every participating nodes.