Marty, this might be caused by a mismatch between create/delete or add/remove events on the object. these are unfortunately hard to debug as it requires going through the event table. Fortunately you (should) have the uuid of the entity that is causing this. In my experience it might be that a remove and destroy (or even a create and delete) event are in the same millisecond.
good hunting, On 2025/09/16 18:23:14 Marty Godsey wrote: > Hello, > > I have never seen this error and was wondering what it is generated from? > > Error: Found 9034 volume usage records which are created after volume is > removed > Error: Found 479 snapshot usage records which are created after it is removed > > Its a Usage Sanity Check. > > I am trying to think about what happened, and the only thing I can think of > is that we created a manual snapshot on the hypervisor of a VM and then > deleted it after a couple hours. Would this have caused this? It looks like > it relates to a snapshot. >
