mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 06:48:52 +08:00
load volume info from .vif file, use superblock as a backup
This commit is contained in:
@@ -126,6 +126,7 @@ func (ev *EcVolume) Destroy() {
|
||||
}
|
||||
os.Remove(ev.FileName() + ".ecx")
|
||||
os.Remove(ev.FileName() + ".ecj")
|
||||
os.Remove(ev.FileName() + ".vif")
|
||||
}
|
||||
|
||||
func (ev *EcVolume) FileName() string {
|
||||
|
Reference in New Issue
Block a user