Skip to content
Commit c4ce867f authored by Goldwyn Rodrigues's avatar Goldwyn Rodrigues
Browse files

Introduce md_cluster_info



md_cluster_info stores the cluster information in the MD device.

The join() is called when mddev detects it is a clustered device.
The main responsibilities are:
	1. Setup a DLM lockspace
	2. Setup all initial locks such as super block locks and bitmap lock (will come later)

The leave() clears up the lockspace and all the locks held.

Signed-off-by: default avatarGoldwyn Rodrigues <rgoldwyn@suse.com>
parent edb39c9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment