forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds two new algorithms for selecting pcap directories when pcapDir h…
…as multiple values. (arkime#529) Adds a new config file key "pcapDirAlgorithm." Valid values: - round-robin: uses each directory in sequence and then starts over at the beginning of the list - max-free-percent: chooses the directory on the filesystem with the highest percentage of free disk space - max-free-bytes: chooses the directory on the filesystem with the highest number of available bytes The default is "round-robin."
- Loading branch information
1 parent
29961e7
commit 6867d7e
Showing
3 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters