美文网首页Ceph分布式存储cephSecurity
Ceph对象存储·服务搭建及使用

Ceph对象存储·服务搭建及使用

作者: 技术老男孩 | 来源:发表于2022-11-27 08:53 被阅读0次

一、对象存储介绍

  • 需要专门的客户端访问
  • 键值对存储方式
  • 对象存储需要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

相关文章

网友评论

    本文标题:Ceph对象存储·服务搭建及使用

    本文链接:https://www.haomeiwen.com/subject/ljxcfdtx.html