---
title: 提示Error initializing cluster client: InvalidArgumentError('RADOS invalid argument (error calling conf_read_file)')的解决方法
description: "执行ceph -s提示Error initializing cluster client: InvalidArgumentError('RADOS invalid argument (error calling conf_read_file)')。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengsdss/ecosystemEnable/Ceph/kunpengcephobject_DG_04_0039.html
sourcePath: /source/zh/kunpengsdss/ecosystemEnable/Ceph/kunpengcephobject_DG_04_0039.html
indexId: 7c623f38ef0e1935ffc94cf5a6a44e6fa769df38fd32503aa97bbda0f1fa052677
---
# 提示Error initializing cluster client: InvalidArgumentError('RADOS invalid argument (error calling conf_read_file)')的解决方法

#### 问题现象描述

执行ceph -s提示Error initializing cluster client: InvalidArgumentError('RADOS invalid argument (error calling conf_read_file)')。


#### 关键过程、根本原因分析

无


#### 结论、解决方案及效果

确认在正确的用户和正确的ceph集群目录下运行ceph -s命令。如假设以root用户，ceph集群目录为"/root/ceph-mycluster/"，则应该以"root"用户进入"/root/ceph-mycluster/"用户，再执行ceph -s命令，其他ceph集群相关操作命令同理。
