cinder/releasenotes/notes/rbd-driver-assisted-migration-2d29788243060f77.yaml
Jon Bernard dd119d5620 RBD: support driver-assisted volume migration
This patch implements the driver function migration_volume() and allows
a user to efficiently migrate a volume from one pool to another as long
as both pools reside in the same cluster.

Change-Id: I84b5ff546726c9eddb46badb48b24ed1905e0aa8
Implements: blueprint ceph-volume-migrate
2017-11-22 14:16:32 -05:00

6 lines
184 B
YAML

---
features:
- Added driver-assisted volume migration to RBD driver. This allows a
volume to be efficiently copied by Ceph from one pool to another
within the same cluster.