一、对象存储介绍
- 需要专门的客户端访问
- 键值对存储方式
- 对象存储需要rgw组件
二、安装部署流程:
- 安装软件
# ssh指定的节点
[root@node1 ceph-cluster]# ssh node3
# 给指定的节点安装软件
[root@node3 ~]# yum install -y ceph-radosgw
- 配置rgw
# 进入主节点工作目录
[root@node1 ~]# cd ceph-cluster/
# 给对应节点进行配置rgw
[root@node1 ceph-cluster]# ceph-deploy rgw create node3
网友评论