2011-09-23 22:52:49 +00:00
|
|
|
=============================================
|
2011-09-22 22:16:56 +00:00
|
|
|
ceph-debugpack -- ceph debug packer utility
|
2011-09-23 22:52:49 +00:00
|
|
|
=============================================
|
2011-09-09 23:21:52 +00:00
|
|
|
|
2011-09-22 22:16:56 +00:00
|
|
|
.. program:: ceph-debugpack
|
2011-09-09 23:21:52 +00:00
|
|
|
|
|
|
|
Synopsis
|
|
|
|
========
|
|
|
|
|
2011-09-22 22:16:56 +00:00
|
|
|
| **ceph-debugpack** [ *options* ] *filename.tar.gz*
|
2011-09-09 23:21:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2011-09-22 22:16:56 +00:00
|
|
|
**ceph-debugpack** will build a tarball containing various items that are
|
2011-09-09 23:21:52 +00:00
|
|
|
useful for debugging crashes. The resulting tarball can be shared with
|
|
|
|
Ceph developers when debugging a problem.
|
|
|
|
|
2012-10-09 21:10:48 +00:00
|
|
|
The tarball will include the binaries for ceph-mds, ceph-osd, and ceph-mon, radosgw, any
|
2011-09-09 23:21:52 +00:00
|
|
|
log files, the ceph.conf configuration file, any core files we can
|
2012-10-09 21:10:48 +00:00
|
|
|
find, and (if the system is running) dumps of the current cluster state
|
|
|
|
as reported by 'ceph report'.
|
2011-09-09 23:21:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
|
|
|
.. option:: -c ceph.conf, --conf=ceph.conf
|
|
|
|
|
|
|
|
Use *ceph.conf* configuration file instead of the default
|
|
|
|
``/etc/ceph/ceph.conf`` to determine monitor addresses during
|
|
|
|
startup.
|
|
|
|
|
|
|
|
|
|
|
|
Availability
|
|
|
|
============
|
|
|
|
|
2013-12-07 20:52:16 +00:00
|
|
|
**ceph-debugpack** is part of the Ceph distributed storage system. Please
|
2012-06-16 21:50:29 +00:00
|
|
|
refer to the Ceph documentation at http://ceph.com/docs for more
|
2011-09-09 23:21:52 +00:00
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
|
|
|
:doc:`ceph <ceph>`\(8)
|
2013-08-17 00:59:11 +00:00
|
|
|
:doc:`ceph-post-file <ceph-post-file>`\(8)
|