[PATCH rhel6-branch] Fix traceback when trying to configure zfcp disks (#572108)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



RHEL-6 branch does not have anaconda.storage, but has anaconda.id.storage.
---
 iw/advanced_storage.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/iw/advanced_storage.py b/iw/advanced_storage.py
index f7d5a07..00906f4 100644
--- a/iw/advanced_storage.py
+++ b/iw/advanced_storage.py
@@ -202,7 +202,7 @@ def addZfcpDrive(anaconda):
         fcplun = dxml.get_widget("fcplunEntry").get_text().strip()
 
         try:
-            anaconda.storage.zfcp.addFCP(devnum, wwpn, fcplun)
+            anaconda.id.storage.zfcp.addFCP(devnum, wwpn, fcplun)
         except ValueError as e:
             anaconda.intf.messageWindow(_("Error"), str(e))
             continue
-- 
1.7.0

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux