summaryrefslogtreecommitdiffstats
path: root/dmraid.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-01-30 22:11:59 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-01-30 22:11:59 +0000
commitc70fb5d426a0838cf62c2df35b3ddf71250497db (patch)
treed86cd77e541747e3444c0187dbde5e0aaa10c2b5 /dmraid.py
parent66bb73196cc8a5f39b144f3691f6fd48c9349f09 (diff)
downloadanaconda-c70fb5d426a0838cf62c2df35b3ddf71250497db.tar.gz
anaconda-c70fb5d426a0838cf62c2df35b3ddf71250497db.tar.xz
anaconda-c70fb5d426a0838cf62c2df35b3ddf71250497db.zip
Just kidding! Hahaha!
Diffstat (limited to 'dmraid.py')
-rw-r--r--dmraid.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/dmraid.py b/dmraid.py
index d892acd2c..bf0fe3f12 100644
--- a/dmraid.py
+++ b/dmraid.py
@@ -106,10 +106,6 @@ def scanForRaid(drives, degradedOk=False):
log.debug("got raidset %s (%s)" % (rs, string.join(rs.member_devpaths)))
log.debug(" valid: %s found_devs: %s total_devs: %s" % (rs.valid, rs.rs.found_devs, rs.rs.total_devs))
- if rs.rs.found_devs < rs.rs.total_devs:
- log.debug(" found_devs less than total_devs, weird")
- return False
-
if not rs.valid and not degradedOk:
log.warning("raid %s (%s) is degraded" % (rs, rs.name))
#raise DegradedRaidWarning, rs