aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_vacuum_disable.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_volume_vacuum_disable.go')
-rw-r--r--weed/shell/command_volume_vacuum_disable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_vacuum_disable.go b/weed/shell/command_volume_vacuum_disable.go
index 87d5ff496..15897ddb0 100644
--- a/weed/shell/command_volume_vacuum_disable.go
+++ b/weed/shell/command_volume_vacuum_disable.go
@@ -26,7 +26,7 @@ func (c *commandDisableVacuum) Help() string {
`
}
-func (c *commandDisableVacuum) IsResourceHeavy() bool {
+func (c *commandDisableVacuum) HasTag(CommandTag) bool {
return false
}