mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08:00
return nil if no need to do anything
This commit is contained in:
parent
64a621bcc8
commit
d1b816212f
@ -97,7 +97,7 @@ func (c *commandVolumeFixReplication) Do(args []string, commandEnv *CommandEnv,
|
||||
}
|
||||
|
||||
if len(underReplicatedVolumeIds) == 0 {
|
||||
return fmt.Errorf("no under replicated volumes")
|
||||
return nil
|
||||
}
|
||||
|
||||
if len(allLocations) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user