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