diff options
| author | Bruce <half-life@jibudata.com> | 2024-09-05 22:58:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 07:58:24 -0700 |
| commit | f9e141a4126c3e243edb46b84bc3649a7e790bc8 (patch) | |
| tree | c093eb3d7a5b016cad90e44e3f116d78ae09a386 /weed/pb/volume_server.proto | |
| parent | 310d41998d0292654f8d05e02fea2a5fd90d8bc3 (diff) | |
| download | seaweedfs-f9e141a4126c3e243edb46b84bc3649a7e790bc8.tar.xz seaweedfs-f9e141a4126c3e243edb46b84bc3649a7e790bc8.zip | |
persist readonly state to volume info (#5977)
Diffstat (limited to 'weed/pb/volume_server.proto')
| -rw-r--r-- | weed/pb/volume_server.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/pb/volume_server.proto b/weed/pb/volume_server.proto index df2135423..d937c94cc 100644 --- a/weed/pb/volume_server.proto +++ b/weed/pb/volume_server.proto @@ -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 |
