optionally skip deleting file chunks

This commit is contained in:
chrislu
2024-06-15 11:39:48 -07:00
parent 64fd233a59
commit 464611f614
6 changed files with 231 additions and 214 deletions

View File

@@ -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;
}