Guo Lei
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
weed/shell/command_volume_vacuum_disable.go
-
weed/shell/command_volume_vacuum_enable.go
|
|
@ -19,7 +19,7 @@ func (c *commandDisableVacuum) Name() string { |
|
|
|
} |
|
|
|
|
|
|
|
func (c *commandDisableVacuum) Help() string { |
|
|
|
return `disable vacuuming |
|
|
|
return `disable vacuuming request from Master, however volume.vacuum still works. |
|
|
|
|
|
|
|
volume.vacuum.disable |
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ func (c *commandEnableVacuum) Name() string { |
|
|
|
} |
|
|
|
|
|
|
|
func (c *commandEnableVacuum) Help() string { |
|
|
|
return `enable vacuuming |
|
|
|
return `enable vacuuming request from Master |
|
|
|
|
|
|
|
volume.vacuum.enable |
|
|
|
|
|
|
|