yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24353
[Bug 1390115] [NEW] Instance actions not deleted
Public bug reported:
When deleting an instance, the corresponding row in the instance_actions
table is not marked as deleted..
nova boot foo...
nova delete foo
go into mysql, select deleted from instance_actions....
deleted=0
This creates a foreign key constraint when using archive_deleted_rows,
or the proposed purge_deleted_rows
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1390115
Title:
Instance actions not deleted
Status in OpenStack Compute (Nova):
New
Bug description:
When deleting an instance, the corresponding row in the
instance_actions table is not marked as deleted..
nova boot foo...
nova delete foo
go into mysql, select deleted from instance_actions....
deleted=0
This creates a foreign key constraint when using archive_deleted_rows,
or the proposed purge_deleted_rows
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1390115/+subscriptions
Follow ups
References