Comment 3 for bug 1786298

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: nova-manage delete_archive_logs do not cleanup table instance_id_mappings

I believe the issue is that when the instances table record is deleted (instances.deleted != 0), we don't also delete the instance_id_mappings table record so the archive command never moves those records to shadow tables because they aren't actually marked as deleted != 0. This is a latent bug as far as I know.