
分布式存储系统
Komorebi_Liao
被卷死的那个CS学生。
展开
-
【ceph】理解Ceph的三种存储接口:块设备、文件系统、对象存储
Ceph是一个开源的、统一的、分布式的存储系统”,这是我们宣传Ceph时常说的一句话,其中“统一”是说Ceph可以一套存储系统同时提供块设备存储、文件系统存储和对象存储三种存储功能。一听这句话,具有一定存储基础的用户应该已经大致了解了Ceph的存储接口,而没有存储基础的小白用户则 一脸懵逼。本文旨在让小白用户理解Ceph的块存储、文件系统存储和对象存储接口。发现一篇关于Ceph三种不同存储接口写的比较清晰的文章,特此记录,链接如下。转载 2023-02-16 15:24:11 · 375 阅读 · 0 评论 -
s3操作ceph 创建bucket 报错 命名 错误 botocore.exceptions.ClientError: An error occurred (InvalidBucketName)
botocore.exceptions.ClientError: An error occurred (InvalidBucketName) when calling the CreateBucket operation: Unknown原创 2022-05-03 10:45:52 · 2854 阅读 · 0 评论 -
radosrgw admin 命令
commands: user create create a new user user modify modify user user info get user info user rename rename user user rm remove user user suspend susp原创 2022-03-22 16:03:52 · 1559 阅读 · 0 评论 -
使用Amazon S3 Python版本 连接ceph 基本操作
参考自官方文档https://docs.ceph.com/en/pacific/radosgw/s3/python/环境背景Win10下搭建三台Ubuntu20虚拟机形成的ceph集群创建连接import boto.s3.connection# 账户access_key = 'xxxx'secret_key = 'xxxx'#创建连接conn = boto.connect_s3( aws_access_key_id = access_key, aws_se原创 2022-02-28 15:39:51 · 1419 阅读 · 0 评论 -
使用s3cmd 连接ceph 创建bucket报错 ERROR: [Errno -2] Name or service not known
创建桶语句报错s3cmd rb s3://bucket报错内容:ERROR: [Errno -2] Name or service not knownERROR: Connection Error: Error resolving a server hostname.Please check the servers address specified in 'host_base', 'host_bucket', 'cloudfront_host', 'website_endpoint'解决方原创 2022-02-25 19:08:46 · 1611 阅读 · 0 评论 -
【从0开始 分布式存储】Win10环境 使用 VirtualBox 搭建Ubuntu20.04虚拟机 使用cephadm 搭建ceph小集群 运行对象存储服务 使用s3cmd进行测试
本文摘要:【从0开始 分布式存储】Win10环境 使用 VirtualBox 搭建Ubuntu20.04虚拟机 使用cephadm 搭建ceph小集群 运行对象存储服务 使用s3cmd进行测试原创 2022-01-13 20:15:12 · 1760 阅读 · 0 评论