document new chunk logfiles
This commit is contained in:
parent
9e472c9c59
commit
4bbc629cb0
1 changed files with 15 additions and 0 deletions
|
@ -219,6 +219,21 @@ reasonably short. If the value contains any whitespace
|
||||||
(including \r or \r), it will be base64 encoded. Base64 encoded values
|
(including \r or \r), it will be base64 encoded. Base64 encoded values
|
||||||
are indicated by prefixing them with "!"
|
are indicated by prefixing them with "!"
|
||||||
|
|
||||||
|
## `aaa/bbb/*.log.cnk`
|
||||||
|
|
||||||
|
These log files are used when objects are stored in chunked form on
|
||||||
|
remotes. They record the size(s) of the chunks, and the number of chunks.
|
||||||
|
|
||||||
|
For example, this logs that a remote has an object stored using 9 chunks
|
||||||
|
of 1 mb size:
|
||||||
|
|
||||||
|
1287290776.765152s e605dca6-446a-11e0-8b2a-002170d25c55 10240 9
|
||||||
|
|
||||||
|
(When those chunks are removed from the remote, the 9 is changed to 0.)
|
||||||
|
|
||||||
|
For future expansion, additional fields may be present following the
|
||||||
|
number of chunks.
|
||||||
|
|
||||||
## `schedule.log`
|
## `schedule.log`
|
||||||
|
|
||||||
Used to record scheduled events, such as periodic fscks.
|
Used to record scheduled events, such as periodic fscks.
|
||||||
|
|
Loading…
Reference in a new issue