mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* add warning for when MAP_POPULATE mmap flag not set * Make mmap flags method handle any flags, where MAP_POPULATE is just one of them * Only have the log print out on restores * Add test, make logic more consistent * Add changelog * Add godoc for test * Make test less dangerous
3 lines
125 B
Plaintext
3 lines
125 B
Plaintext
```release-note:improvement
|
|
physical/raft: Log when the MAP_POPULATE mmap flag gets disabled before opening the database.
|
|
``` |