diff options
author | Sage Weil <sage@newdream.net> | 2011-09-22 01:28:43 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-09-23 00:08:25 +0200 |
commit | 6f8f140350c91f4d823f7c7cc856d78abb57b22c (patch) | |
tree | 6349d318688a41254a633bd233a97ff5f8a693ca /man/ceph-debugpack.8 | |
parent | mount.ceph: use ":/" instead of just ":" as ip/path delimiter (diff) | |
download | ceph-6f8f140350c91f4d823f7c7cc856d78abb57b22c.tar.xz ceph-6f8f140350c91f4d823f7c7cc856d78abb57b22c.zip |
c* -> ceph-*
Hopefully I didn't miss too much...
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man/ceph-debugpack.8')
-rw-r--r-- | man/ceph-debugpack.8 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/man/ceph-debugpack.8 b/man/ceph-debugpack.8 new file mode 100644 index 00000000000..6aa1c4dfd0b --- /dev/null +++ b/man/ceph-debugpack.8 @@ -0,0 +1,68 @@ +.TH "CDEBUGPACK" "8" "September 09, 2011" "dev" "Ceph" +.SH NAME +cdebugpack \- ceph debug packer utility +. +.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 +.. +.\" Man page generated from reStructeredText. +. +.SH SYNOPSIS +.nf +\fBcdebugpack\fP [ \fIoptions\fP ] \fIfilename.tar.gz\fP +.fi +.sp +.SH DESCRIPTION +.sp +\fBcdebugpack\fP will build a tarball containing various items that are +useful for debugging crashes. The resulting tarball can be shared with +Ceph developers when debugging a problem. +.sp +The tarball will include the binaries for ceph-mds, ceph-osd, and ceph-mon, any +log files, the ceph.conf configuration file, any core files we can +find, and (if the system is running) dumps of the current osd, mds, +and pg maps from the monitor. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-c ceph.conf, \-\-conf=ceph.conf +Use \fIceph.conf\fP configuration file instead of the default +\fB/etc/ceph/ceph.conf\fP to determine monitor addresses during +startup. +.UNINDENT +.SH AVAILABILITY +.sp +\fBcdebugpack\fP is part of the Ceph distributed file system. Please +refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more +information. +.SH SEE ALSO +.sp +\fBceph\fP(8) +.SH COPYRIGHT +2011, New Dream Network +.\" Generated by docutils manpage writer. +.\" +. |