OpenStack Cinder Volumes 对接 Ceph RBD 存储
创建存储池
ceph osd pool create volumes 64
ceph osd pool create vms 64
rbd pool init volumes
rbd pool init vms配置 OPENSTACK 的 CEPH 客户端
ssh {your-openstack-server} sudo tee /etc/ceph/ceph.conf </etc/ceph/ceph.conf安装 CEPH 客户端软件包
yum install ceph配置 CEPH 客户端认证
ceph auth get-or-create client.cinder mon 'profile rbd' osd 'profile rbd pool=volumes, profile rbd pool=vms, profile rbd-read-only pool=images'配置 OPENSTACK 使用 CEPH
重启服务
最后更新于