mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 10:37:58 +08:00
ask for the ec volume version
This commit is contained in:
@@ -24,6 +24,7 @@ type EcVolume struct {
|
||||
ShardLocations map[ShardId][]string
|
||||
ShardLocationsRefreshTime time.Time
|
||||
ShardLocationsLock sync.RWMutex
|
||||
Version needle.Version
|
||||
}
|
||||
|
||||
func NewEcVolume(dir string, collection string, vid needle.VolumeId) (ev *EcVolume, err error) {
|
||||
|
Reference in New Issue
Block a user