mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
issue 49: unwritable volume become writable after compacting
This commit is contained in:
parent
3f5f8657d2
commit
55380a014d
|
@ -74,7 +74,7 @@ func batchVacuumVolumeCommit(vl *VolumeLayout, vid storage.VolumeId, locationlis
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if isCommitSuccess {
|
if isCommitSuccess {
|
||||||
vl.setVolumeWritable(vid)
|
vl.SetVolumeAvailable(dn,vid)
|
||||||
}
|
}
|
||||||
return isCommitSuccess
|
return isCommitSuccess
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue