diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-17 09:43:57 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-17 09:43:57 -0700 |
| commit | c3cb6fa1d75916dc463c258ccdd91ba7a0dbd5da (patch) | |
| tree | 5aa61dee8341501b74a85a77d061a03da0b0f33e /weed/pb/volume_server.proto | |
| parent | 12df236defbc537ad12bc43e8c437f888b4eb5e6 (diff) | |
| download | seaweedfs-c3cb6fa1d75916dc463c258ccdd91ba7a0dbd5da.tar.xz seaweedfs-c3cb6fa1d75916dc463c258ccdd91ba7a0dbd5da.zip | |
volume: compaction can cause readonly volumes
address https://github.com/chrislusf/seaweedfs/issues/1233
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 ce53fdc96..683181e4f 100644 --- a/weed/pb/volume_server.proto +++ b/weed/pb/volume_server.proto @@ -144,6 +144,7 @@ message VacuumVolumeCommitRequest { uint32 volume_id = 1; } message VacuumVolumeCommitResponse { + bool is_read_only = 1; } message VacuumVolumeCleanupRequest { |
