avoid load volume file with BytesOffset mismatch (#3841)
* avoid load volume file with BytesOffset mismatch https://github.com/seaweedfs/seaweedfs/issues/2966 * set BytesOffset if has not VolumeInfoFile * typos fail => failed * exit if bytesOffset mismatch
This commit is contained in:
committed by
GitHub
parent
f19c9e3d9d
commit
2f72103c83
@@ -465,6 +465,7 @@ message VolumeInfo {
|
||||
repeated RemoteFile files = 1;
|
||||
uint32 version = 2;
|
||||
string replication = 3;
|
||||
uint32 BytesOffset = 4;
|
||||
}
|
||||
|
||||
// tiered storage
|
||||
|
||||
Reference in New Issue
Block a user