mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-19 06:53:32 +08:00
issue 49: unwritable volume become writable after compacting
This commit is contained in:
parent
3f5f8657d2
commit
030905714b
@ -72,9 +72,9 @@ func batchVacuumVolumeCommit(vl *VolumeLayout, vid storage.VolumeId, locationlis
|
|||||||
} else {
|
} else {
|
||||||
glog.V(0).Infoln("Complete Commiting vacuum", vid, "on", dn.Url())
|
glog.V(0).Infoln("Complete Commiting vacuum", vid, "on", dn.Url())
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if isCommitSuccess {
|
if isCommitSuccess {
|
||||||
vl.setVolumeWritable(vid)
|
vl.SetVolumeAvailable(dn, vid)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return isCommitSuccess
|
return isCommitSuccess
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user