Contrib/volume scrub local (#8226)

This commit is contained in:
Lisandro Pin
2026-02-05 23:44:12 +01:00
committed by GitHub
parent 3306abae10
commit 9d751a7b61
5 changed files with 28 additions and 7 deletions

View File

@@ -643,6 +643,7 @@ enum VolumeScrubMode {
UNKNOWN = 0;
INDEX = 1;
FULL = 2;
LOCAL = 3;
}
message ScrubVolumeRequest {