ceph-scluster:id:da54ea6a-111a-434c-b78e-adad1ac66abbhealth:HEALTH_WARNtoofewPGsperOSD(10<min30)services:mon:3daemons,quorummaster1,master2,master3mgr:master1(active),standbys:master2osd: 3 osds:3up,3indata:pools:1pools,10pgsobjects:17objects,24MiBusage:3.0GiBused,24GiB/27GiBavailpg...
40 2022 from node0 # 宕掉node1 节点的 mon 服务 [root@node1 ~]# systemctl stop ceph-mon@node1 # 查看集群状态 (需要登陆一段时间,登陆集群检查 node1 mon 服务异常) # ceph -s 会组塞住,无法访问 [root@node0 ceph-deploy]# ceph -s ^CCluster connection aborted [root@node0 ceph-deploy]...
2023-11-08T19:14:07.958+0000 7f0dde30b700 1 mds.ocs-storagecluster-cephfilesystem-a asok_command: status {prefix=status} (starting...) 2023-11-08T19:14:14.083+0000 7f0dd62fb700 -1 /builddir/build/BUILD/ceph-16.2.10/src/mds/SimpleLock.h: In function 'void SimpleLock::put_xlock(...
$ kubectl -n rook-ceph exec -it ... -- ceph status cluster: id: 3cedbf9c-82a4-4ce8-988b-9e64b1b3d97a health: HEALTH_ERR Module 'rook' has failed: HTTPSConnectionPool(host='10.233.0.1', port=443): Max retries exceeded with url: /api/v1/namespaces/rook-ceph/pods (Caused by P...
[root@node123 ~]# ceph daemon osd.1 connection dump cluster { "established connections": [ { "conn": "0x7fa98dd8e000", "peer_type": "osd", "peer_name": "osd.18", "peer_addr": "192.168.156.124:6814/2011059", "state": "STATE_OPEN", ...
The old ‘ceph stop_cluster’ command has been removed. The sysvinit script now uses the ceph.conf file on the remote host when starting remote daemons via the ‘-a’ option. Note that if ‘-a’ is used in conjunction with ‘-c path’, the path must also be present on the remote ...
ConnectionRef connection;//链接 uint32_t magic; bi::list_member_hook<> dispatch_q;//boost::intrusive list 的 member} ceph_msg_header 主要是封装数据相关信息: struct ceph_msg_header { __le64 seq; /* message seq# for this session ## 当前session内 消息的唯一 序号*/__le64 tid; /* tr...
1. Ceph IO流程及数据分布rados_io_1.png1.1 正常IO流程图ceph_io_2.png步骤:client 创建cluster handler。client 读取配置文件。client 连接上monitor,获取集群map信息。client 读写io 根据crshmap 算法请求对应的主osd数据节点。主osd数据节... Ceph IO流程 【ceph】CEPH源码解析:读写流程 一、OSD模块简介1.1...
I1129 13:44:54.962508 1 connection.go:183] GRPC request: {"capacity_range":{"required_bytes":107374182400},"name":"pvc-da9f89a1-a433-4bde-8ee9-5a5dd9adc3f1","parameters":{"clusterID":"rook-ceph","fsName":"ceph-filesystem","pool":"ceph-filesystem-data0"},"secrets":"***stri...
File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/helper.py", line 223, in setUpClass cls.mds_cluster.mds_stop() teuthology.exceptions.MaxWhileTries: Timed out waiting for daemon mds.a Contributor Author JonBailey1993 commented Sep 30, 2024 jenkins test api Contributor...