System-config-lvm crashes with 'IndexError: list index out of range' in Red Hat Enterprise Linux 6
Issue
- System-config-lvm crashes with 'IndexError: list index out of range' in Red Hat Enterprise Linux 6
Traceback (most recent call last):
File "/usr/sbin/system-config-lvm", line 183, in <module>
runFullGUI()
File "/usr/sbin/system-config-lvm", line 158, in runFullGUI
blvm = baselvm(glade_xml, app)
File "/usr/sbin/system-config-lvm", line 106, in __init__
self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
File "/usr/share/system-config-lvm/Volume_Tab_", line 136, in __init__
self.prepare_tree()
File "/usr/share/system-config-lvm/Volume_Tab_", line 225, in prepare_tree
self.model_factory.reload()
File "/usr/share/system-config-lvm/lvm_", line 176, in reload
self.__set_LVs_props() # has to come after link_mirrors
File "/usr/share/system-config-lvm/lvm_", line 824, in __set_LVs_props
lv.set_properties(self.__get_data_for_LV(lv))
File "/usr/share/system-config-lvm/lvm_", line 865, in __get_data_for_LV
mount_point = self.getMountPoint(lv.get_path())
File "/usr/share/system-config-lvm/lvm_", line 1060, in getMountPoint
possible_path = words[0]
IndexError: list index out of range
- System-Config-LVM dies while loading
Environment
- Red Hat Enterprise Linux 6
- System-Config-LVM
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.