From 5fb6a5ea494cf98d2d76b1166bcf35f25b99e54b Mon Sep 17 00:00:00 2001 From: fling Date: Mon, 18 Oct 2010 15:05:07 +0800 Subject: [PATCH] modified: ri_data.py --- interface/ri_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/ri_data.py b/interface/ri_data.py index c69bc6c..978f549 100644 --- a/interface/ri_data.py +++ b/interface/ri_data.py @@ -220,7 +220,7 @@ class Raid: else: act_cmpts.append(ss[:ss.index('[')]) - Raid(raid_dev, "yes", raid_level, raid_size, act_cmpts, spr_cmpts) + Raid(raid_dev, "yes", raid_level, act_cmpts, spr_cmpts) @staticmethod def add_component(node, l):