|
@ -56,7 +56,7 @@ func (c *commandVolumeFixReplication) Help() string { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (c *commandVolumeFixReplication) HasTag(tag CommandTag) bool { |
|
|
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) { |
|
|
func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) { |
|
|