On 2012年07月11日 15:03, Christoph Hellwig wrote: > Maybe I'm missing something, but peer_remove_obj removes each object > from the objlist cache, and when deleting a VDI we should remove > all objects. At least now, as fairly recently we'd only remove one > copy due to a bug. > No, it's not a bug I think, after recovery, some objects are moved from the old node to the new one, but the objlist cache entris stay in the old node, then while deleting a VDI, remove_obj will route the deletion event to the new node, not the old one, leaving the objlist cache undeleted. thanks, levin |