]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clean up base Volume Driver
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 9 Jul 2014 21:34:50 +0000 (21:34 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Thu, 10 Jul 2014 19:03:29 +0000 (13:03 -0600)
commitbe7ce0ef5ffffa17fb14be71c42e498159f14b42
tree34848e8c62506bf3e6b3ad3808fa382f6f022642
parentc72e8670dd0d49da1787c66e835bbe5a7aee9f79
Clean up base Volume Driver

This is a preliminary cleanup of the base
Volume Driver to prepare for adding new
architecture which keeps the Control calls
and connection portions of the drivers
seperated from each other.

This doesn't break existing compatability or drivers
but just makes some of the necessary tweaks and additions
to enable implementation of decoupled Control and Data
sides of the Volume drivers.

POC for this proposal is here:
https://review.openstack.org/#/c/104701/

FYI check-up2-date is going to be the death of us all!

Change-Id: Ifc844c49ee9ff1580d5da0879e7d499bed72dac1
cinder/volume/driver.py