Implement in-use volume migrate to the rbd backend
So far ,the openstack only support volume's cold-migrate for RBD (e.g. an available LVM volume to an RBD backend)
At present, volume's online-migrate does not support for RBD backend
the in-use volume's migration is calling the blockRebase function of libvirt to achieve (/nova/
domain.
Parameter description:
disk_path: The source volume's drive letter in the virtual machine, for example:'vdb'
new_path: The new volume's path on the physical nodes, for example: 'dev/disk/
ipsan volume:
call connect_volume function (in nova.virt.
rbd volume:
nova.
This bp is aim to implement in-use volume migrate to the rbd backend.
Blueprint information
- Status:
- Not started
- Approver:
- Sean McGinnis
- Priority:
- Low
- Drafter:
- xianming mao
- Direction:
- Approved
- Assignee:
- xianming mao
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add support for live-migrate to backend ceph