.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "CEPH-CONF" "8" "Oct 24, 2023" "dev" "Ceph" .SH NAME ceph-conf \- ceph conf file tool .SH SYNOPSIS .nf \fBceph\-conf\fP \-c \fIconffile\fP \-\-list\-all\-sections \fBceph\-conf\fP \-c \fIconffile\fP \-L \fBceph\-conf\fP \-c \fIconffile\fP \-l \fIprefix\fP \fBceph\-conf\fP \fIkey\fP \-s \fIsection1\fP ... \fBceph\-conf\fP [\-s \fIsection\fP ] [\-r] \-\-lookup \fIkey\fP \fBceph\-conf\fP [\-s \fIsection\fP ] \fIkey\fP .fi .sp .SH DESCRIPTION .sp \fBceph\-conf\fP is a utility for getting information from a ceph configuration file. As with most Ceph programs, you can specify which Ceph configuration file to use with the \fB\-c\fP flag. .sp Note that unlike other ceph tools, \fBceph\-conf\fP will \fIonly\fP read from config files (or return compiled\-in default values)\-\-it will \fInot\fP fetch config values from the monitor cluster. For this reason it is recommended that \fBceph\-conf\fP only be used in legacy environments that are strictly config\-file based. New deployments and tools should instead rely on either querying the monitor explicitly for configuration (e.g., \fBceph config get