adjust resource heavy for volume.fix.replication

This commit is contained in:
chrislu
2024-09-29 11:32:18 -07:00
parent 6564ceda91
commit 20929f2a57
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ func (c *commandVolumeFixReplication) Help() string {
}
func (c *commandVolumeFixReplication) HasTag(tag CommandTag) bool {
return tag == ResourceHeavy
return false && tag == ResourceHeavy // resource intensive only when deleting and checking with replicas.
}
func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {