mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 10:09:24 +08:00
fix master maintenance logic
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
This commit is contained in:
@@ -26,9 +26,9 @@ type VolumeFileScanner4SeeDat struct {
|
||||
version needle.Version
|
||||
block storage.SuperBlock
|
||||
|
||||
dir string
|
||||
hashes map[string]bool
|
||||
dat *os.File
|
||||
dir string
|
||||
hashes map[string]bool
|
||||
dat *os.File
|
||||
datBackend backend.DataStorageBackend
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user