Hi All, We have got some patches that allows a near live upgrade of Cinder from Juno -> Kilo. It allows juno cinder-volumes to live with kilo API and schedulers.
You basically need to ensure your juno hosts all have the patch Run the kilo DB migrations then upgrade api and scheduler to kilo. Then you can upgrade your cinder-volumes one by one (which is handy if you have lots of them like we do) Patch for juno is https://github.com/NeCTAR-RC/cinder/commit/e70ad0bcf7f1932e6bea6c893e886a293d973bf5 <https://github.com/NeCTAR-RC/cinder/commit/e70ad0bcf7f1932e6bea6c893e886a293d973bf5> You also need a minor patch to kilo to stop it deleting certain columns. https://github.com/NeCTAR-RC/cinder/commit/e49ca7d95b5fffa58dc7a2d17f347e550d29f6a0 <https://github.com/NeCTAR-RC/cinder/commit/e49ca7d95b5fffa58dc7a2d17f347e550d29f6a0> These have worked for us but I stress we haven’t tested all functionality. We have tested: create delete attach detach snapshot-create snapshot-delete Cheers, Sam
_______________________________________________ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators