11 2022 档案

摘要:kubeasz 安装 Kubernetes 集群 kubeasz 为 github 上开源项目,内部使用 ansible 自动安装 k8s 集群 | 服务 | 版本 | | -- | -- | | CentOS | 7.9 | | Docker | 20.10.5 | | Kubernetes | 阅读全文
posted @ 2022-11-22 16:56 evescn 阅读(939) 评论(0) 推荐(0)
摘要:SDK 开发概述 Introduction to librados The Ceph Storage Cluster provides the basic storage service that allows Ceph to uniquely deliver object, block, and 阅读全文
posted @ 2022-11-20 15:50 evescn 阅读(199) 评论(0) 推荐(0)
摘要:Ceph mgr 组件描述 ceph mgr 做为 ceph 12.x 版本之后才开始提供,是负责 ceph 集群管理的组件。 Ceph Manager守护进程(ceph-mgr)负责跟踪运行时指标和Ceph集群的当前状态,包括存储利用率,当前性能指标和系统负载。 Ceph Manager守护进程还 阅读全文
posted @ 2022-11-19 20:06 evescn 阅读(1289) 评论(0) 推荐(0)
摘要:Ceph 与 Kubernetes 集成概述 Kubernetes 和 Ceph 集成提供了三种实现方案: 1 Volumes 存储卷 Ceph 与 Volumes结合 RDB cephfs 2 PV/PVC 持久化卷/持久化卷声明 Ceph 与 PV / PVC结合 3 StorageClass 阅读全文
posted @ 2022-11-08 17:11 evescn 阅读(1474) 评论(0) 推荐(0)
摘要:mon 高可用测试 模拟 mon 节点宕掉 # 首先查看集群状态 [root@node0 ceph-deploy]# ceph -s cluster: id: 97702c43-6cc2-4ef8-bdb5-855cfa90a260 health: HEALTH_OK services: mon: 阅读全文
posted @ 2022-11-03 19:36 evescn 阅读(574) 评论(0) 推荐(0)
摘要:扩展 RGW 集群 node0 node1 节点都需要部署 rgw 当前集群只有一个 rgw 部署在 node0 节点 [root@node0 ceph-deploy]# ceph -s cluster: id: 97702c43-6cc2-4ef8-bdb5-855cfa90a260 health 阅读全文
posted @ 2022-11-03 16:54 evescn 阅读(278) 评论(0) 推荐(0)
摘要:RDB 回收机制 ceph RBD 默认提供回收站机制 trash,也就是我们可以把块数据放在回收站,在回收站中保持一定的存储周期,当我们后期还需要使用的时候可以在回收站在拿回来。 同样,在公有云也有硬盘的回收站,作用和 RBD 回收站类似,当我们后不确定是否后期还会使用,回收站会为我们保留一定时间 阅读全文
posted @ 2022-11-02 14:47 evescn 阅读(402) 评论(0) 推荐(0)