summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--isys/isys.py8
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fffc00ed..b3e325cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-17 Paul Nasrat <pnasrat@redhat.com>
+
+ * isys/isys.py: Ignore ps3 flash (#236481)
+
2007-04-16 Chris Lumens <clumens@redhat.com>
* loader2/usb.c (usbInitialize): Probe PS3 bus for hardware
diff --git a/isys/isys.py b/isys/isys.py
index 551586f15..59b5bb72a 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -302,6 +302,14 @@ def driveDict(klassArg):
del peddev
continue
+ # blacklist PS3 flash
+ if rhpl.getArch() == "ppc" and \
+ model.find("SCEI Flash-5") != -1:
+ log.info("%s looks like PS3 flash, ignoring" % \
+ (device,))
+ del peddev
+ continue
+
# blacklist DGC/EMC LUNs for which we have no ACL.
# We should be ignoring LUN_Z for all vendors, but I
# don't know how (if) other vendors encode this into