下面是测试验证环节

1. 创建一个 pool

rbd create foo --size 4 --image-format 2 --image-feature layering


2. 挂载和格式化

rbd map foo
sudo mkfs.ext4 -m0 /dev/rbd0
mkdir ~/foo
mount /dev/rbd0 ~/foo
 
不错的文档:https://cloud.tencent.com/developer/article/1159507
“网红架构师”解决你的Ceph 运维难题-Part1

 

https://blog.csdn.net/aixiaoyang168/article/details/78788703
初试 Centos7 上 Ceph 存储集群搭建
https://blog.csdn.net/aixiaoyang168/article/details/78825850

 

相关文章:

  • 2021-09-02
  • 2021-06-27
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-07-31
  • 2021-06-03
  • 2022-12-23
  • 2021-05-23
相关资源
相似解决方案