open-vault/changelog/17801.txt
Jason O'Donnell 4e122214f7
core: fix start up policy loading race condition on perf standbys (#17801)
* core: fix start up policy loading race condition on perf standbys

* Use correct bool for perf standby

* changelog
2022-11-03 13:01:39 -04:00

5 lines
176 B
Plaintext

```release-note:bug
core: fix a start up race condition where performance standbys could go into a
mount loop if default policies are not yet synced from the active node.
```