persist readonly state to volume info (#5977)

This commit is contained in:
Bruce
2024-09-05 22:58:24 +08:00
committed by GitHub
parent 310d41998d
commit f9e141a412
5 changed files with 525 additions and 499 deletions

View File

@@ -480,6 +480,7 @@ message VolumeInfo {
uint32 BytesOffset = 4;
int64 dat_file_size = 5; // used for EC encoded volumes to store the original file size
uint64 DestroyTime = 6; // used to record the destruction time of ec volume
bool read_only = 7;
}
// tiered storage

File diff suppressed because it is too large Load Diff