[openstack-dev] [nova][cinder] Is there interest in an admin-api to refresh volume connection info?

Arne Wiebalck Arne.Wiebalck at cern.ch
Thu Jun 8 15:17:32 UTC 2017


On 08 Jun 2017, at 15:58, Matt Riedemann <mriedemos at gmail.com<mailto:mriedemos at gmail.com>> wrote:

Nova stores the output of the Cinder os-initialize_connection info API in the Nova block_device_mappings table, and uses that later for making volume connections.

This data can get out of whack or need to be refreshed, like if your ceph server IP changes, or you need to recycle some secret uuid for your ceph cluster.

I think the only ways to do this on the nova side today are via volume detach/re-attach, reboot, migrations, etc - all of which, except live migration, are disruptive to the running guest.

I've kicked around the idea of adding some sort of admin API interface for refreshing the BDM.connection_info on-demand if needed by an operator. Does anyone see value in this? Are operators doing stuff like this already, but maybe via direct DB updates?

We could have something in the compute API which calls down to the compute for an instance and has it refresh the connection_info from Cinder and updates the BDM table in the nova DB. It could be an admin action API, or part of the os-server-external-events API, like what we have for the 'network-changed' event sent from Neutron which nova uses to refresh the network info cache.

Other ideas or feedback here?

I have opened https://bugs.launchpad.net/cinder/+bug/1452641 for this issue some time ago.
Back then I was more thinking of using an alias and not deal with IP addresses directly. From
what I understand, this should work with Ceph. In any case, there is still interest in a fix :-)

Cheers,
 Arne


--
Arne Wiebalck
CERN IT

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170608/7b2a816d/attachment.html>


More information about the OpenStack-dev mailing list