HomeStore icon indicating copy to clipboard operation
HomeStore copied to clipboard

Fix chunk in memory store in vdev and device manager with rcu locks

Open sanebay opened this issue 1 year ago • 0 comments

Current chunk list stored in sisl::sparse vector. Because of dynamic creation and removal of chunks, we can get race conditions , so use RCU protected maps or vector.

sanebay avatar Jan 26 '24 00:01 sanebay