nova.task_log database records are never deleted
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Wishlist
|
melanie witt | ||
Train |
New
|
Undecided
|
Unassigned | ||
Ussuri |
New
|
Undecided
|
Unassigned | ||
Victoria |
New
|
Undecided
|
Unassigned | ||
Wallaby |
In Progress
|
Undecided
|
Unassigned |
Bug Description
nova.task_log database records are related to the server usage audit log API [1] which is dependent on the [DEFAULT]
I started a ML thread about the server usage audit log API awhile back [2] and the conclusion was that deprecating or removing the API isn't practical as there are systems in the wild still using it, so the best action to take for now is to create a nova-manage command for cleaning up old nova.task_log records.
I brought up the proposal in a nova meeting [3] and in the nova channel [4] and the consensus was to treat it as a Wishlist bug so that it can be backported upstream.
So this is a bug for the work to add a new 'nova-manage db purge_task_log' command that offers a --before <datetime> option.
[1] http://
[2] http://
[3] http://
[4] http://
Changed in nova: | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
https:/ /review. opendev. org/c/openstack /nova/+ /780395 has been proposed