HomeStore
HomeStore copied to clipboard
Fix chunk in memory store in vdev and device manager with rcu locks
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.