mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-05 14:17:50 +08:00
add comments
This commit is contained in:
parent
a7d8d46306
commit
9bde067f16
@ -53,7 +53,7 @@ func (v *Volume) maybeWriteSuperBlock() {
|
||||
stat, _ := v.dataFile.Stat()
|
||||
if stat.Size() == 0 {
|
||||
header := make([]byte, SuperBlockSize)
|
||||
header[0] = 1
|
||||
header[0] = 1 //number of copies
|
||||
v.dataFile.Write(header)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user