查看镜像 [root@node1 ~]# rbd ls images a56330e7-79d7-4639-a68f-366ac344bfe2 eccfee07-c2c9-4e6e-96a2-b4350162ec41 testimage
导出镜像 命令:rbd export -p 池 --image ID/名字 路径和导出镜像名 [root@node1 ~]# rbd export -p images --image testimage /root/wocao.img Exporting image: 100% complete...done.
查看导出镜像大小 [root@node1 ~]# ls -lht total 12K -rw-r--r-- 1 root root 20G Jun 1 16:03 wocao.img -rw-r--r-- 1 root root 0 May 20 09:36 test.raw -rw-r--r-- 1 root root 212 May 10 17:30 1.txt drwxr-xr-x 2 root root 4.0K May 8 17:21 my-cluster -rw-------. 1 root root 1.8K May 7 17:07 anaconda-ks.cfg