pmdk icon indicating copy to clipboard operation
pmdk copied to clipboard

pool open shouldn't rewrite global config

Open kilobyte opened this issue 6 years ago • 0 comments

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.

API Changes

Implementation details

Meta

kilobyte avatar Aug 26 '19 12:08 kilobyte