[sheepdog] [PATCH v2 0/3] object list cache reclaim after deleting a VDI

levin li levin108 at gmail.com
Wed Jul 11 09:07:29 CEST 2012


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




More information about the sheepdog mailing list