mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add some notes
This commit is contained in:
parent
107a4884a8
commit
15c01d8b7f
|
@ -27,7 +27,7 @@ func (c *commandVolumeCheckDisk) Name() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *commandVolumeCheckDisk) Help() string {
|
func (c *commandVolumeCheckDisk) Help() string {
|
||||||
return `check all replicated volumes to find and fix inconsistencies
|
return `check all replicated volumes to find and fix inconsistencies. It is optional and resource intensive.
|
||||||
|
|
||||||
How it works:
|
How it works:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue