7e71a4e0a2
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
7 lines
263 B
YAML
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.
|