DescriptionMeital Bourvine
2014-01-06 07:18:01 UTC
Created attachment 845937[details]
vdsm log
Description of problem:
AttributeError: 'NoneType' object has no attribute 'name'
Version-Release number of selected component (if applicable):
IS29
How reproducible:
100%
Steps to Reproduce:
1. Create a new storage domain (I tried with 1.1T, but I don't think that it's relevant)
Actual results:
The following error in vdsm.log:
Thread-3407::ERROR::2014-01-02 17:52:42,533::task::850::TaskManager.Task::(_setError) Task=`4f72357c-e36f-4941-aaeb-e80a02441c3a`::Unexpected error
Traceback (most recent call last):
File "/usr/share/vdsm/storage/task.py", line 857, in _run
return fn(*args, **kargs)
File "/usr/share/vdsm/logUtils.py", line 45, in wrapper
res = f(*args, **kwargs)
File "/usr/share/vdsm/storage/hsm.py", line 2617, in createStorageDomain
domVersion)
File "/usr/share/vdsm/storage/blockSD.py", line 516, in create
mapping = cls.getMetaDataMapping(vgName)
File "/usr/share/vdsm/storage/blockSD.py", line 655, in getMetaDataMapping
pvInfo["guid"] = os.path.basename(pv.name)
AttributeError: 'NoneType' object has no attribute 'name'
Expected results:
No error
Additional info:
See attached log
(In reply to Allon Mureinik from comment #1)
> What is the impact?
> Is the domain created and this is just a log ugliness, or is the domain not
> created?
Talked to Meital, and verbally asserted this is just a log issue.
Created attachment 845937 [details] vdsm log Description of problem: AttributeError: 'NoneType' object has no attribute 'name' Version-Release number of selected component (if applicable): IS29 How reproducible: 100% Steps to Reproduce: 1. Create a new storage domain (I tried with 1.1T, but I don't think that it's relevant) Actual results: The following error in vdsm.log: Thread-3407::ERROR::2014-01-02 17:52:42,533::task::850::TaskManager.Task::(_setError) Task=`4f72357c-e36f-4941-aaeb-e80a02441c3a`::Unexpected error Traceback (most recent call last): File "/usr/share/vdsm/storage/task.py", line 857, in _run return fn(*args, **kargs) File "/usr/share/vdsm/logUtils.py", line 45, in wrapper res = f(*args, **kwargs) File "/usr/share/vdsm/storage/hsm.py", line 2617, in createStorageDomain domVersion) File "/usr/share/vdsm/storage/blockSD.py", line 516, in create mapping = cls.getMetaDataMapping(vgName) File "/usr/share/vdsm/storage/blockSD.py", line 655, in getMetaDataMapping pvInfo["guid"] = os.path.basename(pv.name) AttributeError: 'NoneType' object has no attribute 'name' Expected results: No error Additional info: See attached log