mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 03:33:34 +08:00
rename UUID file
fix typo move locationUUID into DiskLocation
This commit is contained in:
@@ -36,7 +36,7 @@ func (ms *MasterServer) RegisterUUIDs(heartbeat *master_pb.Heartbeat) error {
|
||||
index := sort.SearchStrings(v, id)
|
||||
if index < len(v) && v[index] == id {
|
||||
glog.Error("directory of ", id, " on ", k, " has been loaded")
|
||||
return errors.New("volume: Duplicated volume directory was been loaded")
|
||||
return errors.New("volume: Duplicated volume directories were loaded")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user