[openstack-dev] [nova] ops meetup feedback

Dan Smith dms at danplanet.com
Tue Sep 20 14:22:11 UTC 2016


> The current DB online data upgrade model feels *very opaque* to
> ops. They didn't realize the current model Nova was using, and didn't
> feel like it was documented anywhere.

> ACTION: document the DB data lifecycle better for operators

This is on me, so I'll take it. I've just thrown together something that
I think will help a little bit:

  https://review.openstack.org/373361

Which, instead of a blank screen and a return code, gives you something
like this:

+---------------------------+--------------+-----------+
| Migration                 | Total Needed | Completed |
+---------------------------+--------------+-----------+
| migrate_aggregates        |      5       |     4     |
| migrate_instance_keypairs |      6       |     6     |
+---------------------------+--------------+-----------+

I'll also see about writing up some docs about the expected workflow
here. Presumably that needs to go in some fancy docs and not into the
devref, right? Can anyone point me to where that should go?

--Dan



More information about the OpenStack-dev mailing list