1 Migration from nova-volumes to cinder-volumes:
3 1. upgrade your nova install to folsom
4 2. upgrade your nova database using nova-manage db sync
5 3. install the folsom version of cinder
6 4. create a cinder database using cinder-manage db sync
7 5. copy data from nova database using cinder-manage migrate import_db --src=$NOVA_SQL_CONN --dest=$CINDER_SQL_CONN
8 6. disable the nova-volume-api in enabled apis in /etc/nova/nova.conf sed -i "s/osapi_volume,// /etc/nova/nova.conf"