pmdk
pmdk copied to clipboard
pool open shouldn't rewrite global config
FEAT: pool open shouldn't rewrite global config
Rationale
Needed for pmem/pmdk#4169, discovered by a test to-be-added by pull #3846
Description
When a pool is created/opened, config gets re-parsed, and written to global variables. This obviously affects concurrent opens.