Jacek Danecki wrote:
This patch adds new function used by activating md array for isw format.
+def mdadd_no_degraded(device):
+ ### FIXME: this should be merged with mdadd function
+ rc = iutil.execWithRedirect("mdadm",
+ ["--incremental",
+ "--auto=md",
The "auto" option is deprecated since all arrays are now partitionable.