3.6. 执行实时迁移过程
为实时迁移准备后,您必须将镜像块从源镜像复制到目标镜像。
先决条件
- 一个正在运行的 Red Hat Ceph Storage 集群。
- 两个块设备池。
- 一个块设备镜像。
流程
执行实时迁移:
语法
rbd migration execute TARGET_POOL_NAME/SOURCE_IMAGE_NAME
示例
[ceph: root@rbd-client /]# rbd migration execute targetpool1/sourceimage1 Image migration: 100% complete...done.
您可以检查迁移块 deep-copy 进程的进度的反馈:
语法
rbd status TARGET_POOL_NAME/SOURCE_IMAGE_NAME
示例
[ceph: root@rbd-client /]# rbd status targetpool1/sourceimage1 Watchers: none Migration: source: sourcepool1/testimage1 (adb429cb769a) destination: targetpool1/testimage1 (add299966c63) state: executed