1CEPH-POST-FILE(8) Ceph CEPH-POST-FILE(8)
2
3
4
6 ceph-post-file - post files for ceph developers
7
9 ceph-post-file [-d description] [-u *user] file or dir ...
10
11
13 ceph-post-file will upload files or directories to ceph.com for later
14 analysis by Ceph developers.
15
16 Each invocation uploads files or directories to a separate directory
17 with a unique tag. That tag can be passed to a developer or referenced
18 in a bug report (http://tracker.ceph.com/). Once the upload completes,
19 the directory is marked non-readable and non-writeable to prevent
20 access or modification by other users.
21
23 Basic measures are taken to make posted data be visible only to devel‐
24 opers with access to ceph.com infrastructure. However, users should
25 think twice and/or take appropriate precautions before posting poten‐
26 tially sensitive data (for example, logs or data directories that con‐
27 tain Ceph secrets).
28
30 -d *description*, --description *description*
31 Add a short description for the upload. This is a good opportu‐
32 nity to reference a bug number. There is no default value.
33
34 -u *user*
35 Set the user metadata for the upload. This defaults to
36 whoami`@`hostname -f.
37
39 To upload a single log:
40
41 ceph-post-file /var/log/ceph/ceph-mon.`hostname`.log
42
43 To upload several directories:
44
45 ceph-post-file -d 'mon data directories' /var/log/ceph/mon/*
46
48 ceph-post-file is part of Ceph, a massively scalable, open-source, dis‐
49 tributed storage system. Please refer to the Ceph documentation at
50 http://ceph.com/docs for more information.
51
53 ceph(8), ceph-debugpack(8),
54
56 2010-2014, Inktank Storage, Inc. and contributors. Licensed under Cre‐
57 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
58
59
60
61
62dev Apr 29, 2019 CEPH-POST-FILE(8)