mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add comments
This commit is contained in:
parent
8047ec2f51
commit
bb9b97e2b4
|
@ -38,7 +38,14 @@ func (c *commandFsMetaSave) Help() string {
|
||||||
The meta data will be saved into a local <filer_host>-<port>-<time>.meta file.
|
The meta data will be saved into a local <filer_host>-<port>-<time>.meta file.
|
||||||
These meta data can be later loaded by fs.meta.load command,
|
These meta data can be later loaded by fs.meta.load command,
|
||||||
|
|
||||||
This assumes there are no deletions, so this is different from taking a snapshot.
|
Another usage is to export all data chunk file ids used by the files.
|
||||||
|
|
||||||
|
fs.meta.save -chunks <filer.chunks>
|
||||||
|
|
||||||
|
The output chunks file will contain lines as:
|
||||||
|
<file key> <tab> <volumeId, fileKey, cookie> <tab> <file name>
|
||||||
|
|
||||||
|
This output chunks can be used to find out missing chunks or files.
|
||||||
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue