aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-06-15 11:39:48 -0700
committerchrislu <chris.lu@gmail.com>2024-06-15 11:39:48 -0700
commit464611f6143a3eb88f838a183205281a0b3fe177 (patch)
tree81da24ab22d6f73012d0396212691a446c2c3d77 /other
parent64fd233a59b9447394f46c16691921ad596a31b1 (diff)
downloadseaweedfs-464611f6143a3eb88f838a183205281a0b3fe177.tar.xz
seaweedfs-464611f6143a3eb88f838a183205281a0b3fe177.zip
optionally skip deleting file chunks
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 807430c5d..b0829163c 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -426,6 +426,7 @@ message FilerConf {
string rack = 10;
string data_node = 11;
uint32 max_file_name_length = 12;
+ bool disable_chunk_deletion = 13;
}
repeated PathConf locations = 2;
}