针对您遇到的 "ceph error connecting to the cluster" 错误,可以按照以下步骤进行排查和解决: 检查Ceph集群状态: 首先,您需要检查Ceph集群的整体状态,以确认是否存在明显的问题。可以使用以下命令: bash ceph -s 此命令将显示集群的健康状态、服务状态、数据使用情况和PG状态等信息。如果集群状态显示为不健康(如 ...
除了ceph01之外,在ceph02、ceph03节点上执行ceph相关命令时,会出现如下错误 “[errno 2] error connecting to the cluster”, 3.问题原因 发现/etc/ceph/文件夹下无“*.keyring”相关文件,也就是在配置文件目录下不存在密钥环,导致执行命令错误。 4.解决办法 将ceph01配置文件夹下的"*.keyring"拷贝至其他节点...
To update deepsea, on the admin node run: salt-run state.orch ceph.stage.0 Followed by: salt-run state.orch ceph.stage.2 salt-run state.orch ceph.stage.3 Stage.3 will create "ceph.client.crash.keyring" and distribute to all the nodes in the cluster ...
[errno 1] error connecting to the cluster 解决方法 root@ceph-admin:~/my-cluster# ceph-deploy install ceph-client root@ceph-admin:~/my-cluster# ceph-deploy --overwrite-conf admin ceph-client root@ceph-client:~# ceph -s cluster: id: 135bca7f-4582-4d35-a1fa-aa9b86b9c730 health: HEALTH...
error connecting to the cluster client.bootstrap-osd: unexpected key ---> bootstrap 的kingring不正确,将/var/lib/ceph/bootstrap-osd的配置文件,改为my-cluster/ceph.bootstrap-osd.keyring ---> 这个问题是第二次安装时出现的,原因可能上一次清理不完整导致的 missing required protocol features missing...
I am now trying to create OSDs on the first node - however, I get a RADOS object not found error - error connecting to the cluster: Code: # ceph-volume lvm batch --osds-per-device 4 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 /dev/nvme5n1 /dev/...
[root@ceph-node01 ceph-deploy]# ceph -s[errno 2] error connecting to the cluster [root@ceph-node01 ceph-deploy]## 原因,没有admin 文件,下面通过 admin 命令进行 copy[root@ceph-node01 ceph-deploy]# ceph-deploy mon create-initial # 这一步先不执行,若有下面的报错信息再执行[root@ceph-node...
By mistake corrupted client.admin keyring CAPS and getting 'Error connecting to cluster: PermissionDeniedError' on Red Hat Ceph Storage. Locked the Cluster unable to run any commands. After running theceph auth import -i /etc/ceph/ceph.client.admin.keyringcommand, I am unable to run any fur...
[errno2] error connecting to the cluster 4.1 Ceph授权 Ceph把数据以对象的形式存于个存储池中,Ceph用户必须具有访问存储池的权限能够读写数据 Ceph用caps来描述给用户的授权,这样才能使用Mon,OSD和MDS的功能 caps也用于限制对某一存储池内的数据或某个命名空间的访问 ...
Error connecting to cluster:ObjectNotFound 从报错信息我们可以看出一点,因为我们使用了默认用户client.admin,Ceph 就会以下四个默认路径去寻找client.admin这个用户的密码: */etc/ceph/ceph.client.admin.keyring: 实际上命名格式为:/etc/ceph/<$cluster>.<$type>.<$id>.keyring。