when a member is moved out of a pg, we should clean up the pg and reclaim the resource allocated to this pg, including:
1 reset all the chunk allocator and return the chunks to chunk selector so that they can be assigned to other pg
2 remove indextable of this pg
3 remove this pg from pg map
4 delete pg and related shard super blk
when a member is moved out of a pg, we should clean up the pg and reclaim the resource allocated to this pg, including: 1 reset all the chunk allocator and return the chunks to chunk selector so that they can be assigned to other pg 2 remove indextable of this pg 3 remove this pg from pg map 4 delete pg and related shard super blk