mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Vault 2176 snapshot config issue (#12317)
* removing redirect line from handler.go * adding changelog entry * adding changes
This commit is contained in:
3
changelog/12317.txt
Normal file
3
changelog/12317.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note: bug
|
||||||
|
core (enterprise): Fixes reading raft auto-snapshot configuration from performance standby node
|
||||||
|
```
|
||||||
@@ -109,6 +109,7 @@ func init() {
|
|||||||
alwaysRedirectPaths.AddPaths([]string{
|
alwaysRedirectPaths.AddPaths([]string{
|
||||||
"sys/storage/raft/snapshot",
|
"sys/storage/raft/snapshot",
|
||||||
"sys/storage/raft/snapshot-force",
|
"sys/storage/raft/snapshot-force",
|
||||||
|
"!sys/storage/raft/snapshot-auto/config",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user