---
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/kunpengcephoe_02_0022.html
sourcePath: /source/zh/kunpengsdss/ecosystemEnable/Ceph/kunpengcephoe_02_0022.html
indexId: baed2586b21bcb1eda4240aee0f9722f03e53093f535b330efca4d24a503b44c70
---
# 提示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集群相关操作命令同理。
