Hide Forgot
Description of problem: create storage domain fails on attribute error. it appears that function is written with spell mistake; for mapping in mappings: if not mappings.startswith(mappingPrefix): continue try: devicemapper.removeMapping(mapping) except Exception: pass where it should be: for mapping in mappings: if not mapping.startswith(mappingPrefix): continue try: devicemapper.removeMapping(mapping) except Exception: pass Thread-20927::ERROR::2011-06-14 19:21:08,202::dispatcher::107::Storage.Dispatcher.Protect::(run) Traceback (most recent call last): File "/usr/share/vdsm/storage/dispatcher.py", line 96, in run result = ctask.prepare(self.func, *args, **kwargs) File "/usr/share/vdsm/storage/task.py", line 1184, in prepare raise self.error AttributeError: 'tuple' object has no attribute 'startswith' repro: 1) create several storage domains
Created attachment 504724 [details] vdsm log
http://gerrit.usersys.redhat.com/#change,587
Repro: Two hosts with access to the same SD. Remove the SD using the spm. Create a new SD using some of the old luns in the other host.
Checked on 4.9-79.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2011-1782.html