centos6.4 ceph安装部署之ceph object storage

本文涉及的产品
对象存储 OSS,20GB 3个月
对象存储 OSS,恶意文件检测 1000次 1年
对象存储 OSS,内容安全 1000次 1年
简介: preface:   ceph-deploy does not provide a rapid installation for Ceph Object Storage install Configuration ceph object storage gateway 1,install ce...

preface:

  ceph-deploy does not provide a rapid installation for Ceph Object Storage

install Configuration ceph object storage gateway

1,install ceph object storage gateway

multiple regions and zones

ins synchronization agent

安装apache fastcgi for centos6.4

sudo yum install httpd mod_fastcgi

ceph object gateway daemon runs on apache and FastCui
for run a ceph object storage service, you must intall apache and fastcgi,ceph object gateway daemon

multiple regions and zones
synchronization agent



rewrite module is enabled: /etc/httpd/conf/httpd.conf
#if not present, add
LoadModule rewrite_module modules/mod_rewrite.so

ensure that the fastcgi module is enabled,the installer should include an /etc/httpd/conf.d/fastcgi.conf
#if not present, add
LoadModule fastcgi_module modules/mod_fastcgi.so

http Enable ssl for centos6.4 archPlatfoorm
some rest clients use https by default,so you should consider enabling ssl for apache
for centos rpm packages:
yum install mod_ssl openssl
ensure the ssl module is enabled
generate a certificate and copy it to the appropriate locations
openssl x509 -rep -days 365 -in ca.csr -signkey ca.key -out ca.crt
cp ca.crt /etc/pki/tls/certs
cp ca.key /etc/pki/tls/private/ca.key
cp ca.csr /etc/pki/tls/private/ca.csr

install ceph object gateway
ceph object storage services use the ceph object gateway  daemon(radosgw) to enable the gateway,for federated architectures,the synchronization agent(radosgw-agent) provides data and metadata synchronization between zones and regions

to install the ceph object gateway daemon ceph object gateway synchronzation agent
yum install ceph-radosgw ceph
yum -y install radosgw-agent

configure the gateway
once you have installled the ceph object gateway packages,the next is to configure your ceph object gateway
two approaches:
1,simple: ceph object gateway configuration implies that you are running a ceph object storage service in a geographically can configure the ceph object gateway without regard to regions and zones

2,federated: federated ceph object gateway configuration implies that you are running a ceph object storage service in a  geoeraphically distributed manner for fault tolerance and failover,this involves configuring your ceph object gateway instances with regions and zones

ceph object gateway daemon(ceph-radosgw) synchronization agent(radosgw-agent)
ceph-object-gateway daemon runs on apache and fastcgi

 

 

 

相关实践学习
借助OSS搭建在线教育视频课程分享网站
本教程介绍如何基于云服务器ECS和对象存储OSS,搭建一个在线教育视频课程分享网站。
目录
相关文章
|
3月前
|
Linux
CentOS7.9服务器一键脚本部署FRP内网穿透服务端与客户端
CentOS7.9服务器一键脚本部署FRP内网穿透服务端与客户端
210 0
|
4月前
|
人工智能 JavaScript Linux
Nuxt.js在centos7上的发布部署
Nuxt.js在centos7上的发布部署
Nuxt.js在centos7上的发布部署
|
2月前
|
JavaScript Java 应用服务中间件
centos部署vue项目(java,tomcat环境的搭建)
centos部署vue项目(java,tomcat环境的搭建)
39 0
|
3月前
|
监控 安全 Linux
CentOS7下部署ARL资产侦察灯塔系统
CentOS7下部署ARL资产侦察灯塔系统
156 3
|
1月前
|
分布式计算 关系型数据库 MySQL
Sqoop【部署 01】CentOS Linux release 7.5 安装配置 sqoop-1.4.7 解决警告并验证(附Sqoop1+Sqoop2最新版安装包+MySQL驱动包资源)
【2月更文挑战第8天】Sqoop CentOS Linux release 7.5 安装配置 sqoop-1.4.7 解决警告并验证(附Sqoop1+Sqoop2最新版安装包+MySQL驱动包资源)
93 1
|
2月前
|
存储 NoSQL Linux
centos7部署redis以及多实例
centos7部署redis以及多实例
54 0
|
4天前
|
JavaScript Linux 数据安全/隐私保护
如何在CentOS7部署Wiki.js知识库并实现分享好友公网远程使用【内网穿透】
如何在CentOS7部署Wiki.js知识库并实现分享好友公网远程使用【内网穿透】
|
10天前
|
存储 Linux Shell
centos 部署docker容器 安装 、基本使用方法(一)
centos 部署docker容器 安装 、基本使用方法(一)
19 0
|
10天前
|
分布式计算 Hadoop Java
centos 部署Hadoop-3.0-高性能集群(一)安装
centos 部署Hadoop-3.0-高性能集群(一)安装
12 0
|
21天前
|
Linux Shell 开发工具
CentOS8中Docker安装及部署
CentOS8中Docker安装及部署
67 0