mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-18 15:51:29 +00:00
volume.fsck: add help text explaining cutoffTimeAgo parameter
This commit is contained in:
@@ -76,9 +76,16 @@ func (c *commandVolumeFsck) Help() string {
|
||||
2. collect all file ids from the filer, as set B
|
||||
3. find out the set B subtract A
|
||||
|
||||
-cutoffTimeAgo is used to only check chunks older than the cutoff time.
|
||||
This is important because:
|
||||
Chunks are uploaded to volume servers before metadata is committed to filer.
|
||||
A newly uploaded chunk may appear as orphan if metadata commit is still pending.
|
||||
The default 5h cutoff provides sufficient buffer for metadata commits.
|
||||
|
||||
`
|
||||
}
|
||||
|
||||
|
||||
func (c *commandVolumeFsck) HasTag(tag CommandTag) bool {
|
||||
return tag == ResourceHeavy
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user