filer.conf: add inode_index path option

Claude-Session: https://claude.ai/code/session_01AQDAwEYZsGsmGZKo3myZxB
This commit is contained in:
Chris Lu
2026-07-08 16:41:02 -07:00
parent 1c61790aab
commit 32fc599c95
3 changed files with 15 additions and 3 deletions
@@ -732,6 +732,7 @@ message FilerConf {
bool worm = 14;
uint64 worm_grace_period_seconds = 15;
uint64 worm_retention_time_seconds = 16;
bool inode_index = 17;
}
repeated PathConf locations = 2;
}