nova/releasenotes/notes/verbose-online-migrations-bd6f57e43328d554.yaml
Dan Smith 7e71a4e0a2 Make nova-manage online migrations more verbose
This makes the online_data_migrations command for nova-manage a little
more verbose in what it is doing. Each time it is run, it will show you
all the migrations that need running and how many records remain for
each. Basically, you run this until you see all zeroes.

Change-Id: I78c6312ec8e226a6ef9185382b6180f246f8fe84
2016-09-22 07:42:54 -07:00

7 lines
263 B
YAML

---
features:
- The nova-manage online_data_migrations command now prints a
tabular summary of completed and remaining records. The goal
here is to get all your numbers to zero. The previous execution
return code behavior is retained for scripting.