ceph常用操作指令
作者:互联网
安装ceph客户端
apt install ceph -y # ubuntu yum install ceph -y # centos
查看现有的pool
ceph osd lspools
创建pool
ceph osd pool create pool_name pg_num
查看pool列表
ceph osd lspools
创建块存储
rbd create image-name --size megabytes --pool pool_name
标签:常用,name,lspools,create,ceph,指令,osd,pool 来源: https://www.cnblogs.com/navysummer/p/15938728.html