Commit 03aa5c1c authored by Neil Brown's avatar Neil Brown Committed by Trond Myklebust

[PATCH] MD - Remove concept of 'spare' drive for multipath.

Remove concept of 'spare' drive for multipath.

Multipath now treats all working devices as
active and does io to to first working one.
parent 999a2029
This diff is collapsed.
...@@ -13,7 +13,6 @@ struct multipath_info { ...@@ -13,7 +13,6 @@ struct multipath_info {
* State bits: * State bits:
*/ */
int operational; int operational;
int spare;
int used_slot; int used_slot;
}; };
......
Markdown is supported
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