Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / man / 8 / ceph-debugpack.rst
1 :orphan:
2
3 =============================================
4  ceph-debugpack -- ceph debug packer utility
5 =============================================
6
7 .. program:: ceph-debugpack
8
9 Synopsis
10 ========
11
12 | **ceph-debugpack** [ *options* ] *filename.tar.gz*
13
14
15 Description
16 ===========
17
18 **ceph-debugpack** will build a tarball containing various items that are
19 useful for debugging crashes. The resulting tarball can be shared with
20 Ceph developers when debugging a problem.
21
22 The tarball will include the binaries for ceph-mds, ceph-osd, and ceph-mon, radosgw, any
23 log files, the ceph.conf configuration file, any core files we can
24 find, and (if the system is running) dumps of the current cluster state
25 as reported by 'ceph report'.
26
27
28 Options
29 =======
30
31 .. option:: -c ceph.conf, --conf=ceph.conf
32
33    Use *ceph.conf* configuration file instead of the default
34    ``/etc/ceph/ceph.conf`` to determine monitor addresses during
35    startup.
36
37
38 Availability
39 ============
40
41 **ceph-debugpack** is part of Ceph, a massively scalable, open-source, distributed storage system. Please
42 refer to the Ceph documentation at http://ceph.com/docs for more
43 information.
44
45
46 See also
47 ========
48
49 :doc:`ceph <ceph>`\(8)
50 :doc:`ceph-post-file <ceph-post-file>`\(8)