mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge pull request #680 from moqi-ai/master
fix the tool for change replication factor
This commit is contained in:
commit
3db6182181
|
@ -87,7 +87,7 @@ func main() {
|
||||||
|
|
||||||
if hasChange {
|
if hasChange {
|
||||||
|
|
||||||
header = superBlock.Bytes()
|
header := superBlock.Bytes()
|
||||||
|
|
||||||
if n, e := datFile.WriteAt(header, 0); n == 0 || e != nil {
|
if n, e := datFile.WriteAt(header, 0); n == 0 || e != nil {
|
||||||
glog.Fatalf("cannot write super block: %v", e)
|
glog.Fatalf("cannot write super block: %v", e)
|
||||||
|
|
Loading…
Reference in a new issue