Bug 920692
| Summary: | VDSM attribute error exception when trying to write to vdsm log (AttributeError: 'functools.partial' object has no attribute 'func_name'_) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Leonid Natapov <lnatapov> |
| Component: | vdsm | Assignee: | Barak <bazulay> |
| Status: | CLOSED DUPLICATE | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.2.0 | CC: | bazulay, hateya, iheim, lpeer, smizrahi, ykaul |
| Target Milestone: | --- | ||
| Target Release: | 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | infra | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-16 21:30:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 920688 *** |
vdsm attribute error exception when trying to write to log. Here is the exception: -------------------- Thread-311651::DEBUG::2013-03-10 23:25:38,437::misc::1161::Event.Storage.DomainMonitor.onDomainConnectivityStateChange::(_emit) Emitting event Thread-311651::WARNING::2013-03-10 23:25:38,437::misc::1179::Event.Storage.DomainMonitor.onDomainConnectivityStateChange::(_emit) Could not run registered method because of an exception Traceback (most recent call last): File "/usr/share/vdsm/storage/misc.py", line 1171, in _emit logUtils.funcName(func)) File "/usr/share/vdsm/logUtils.py", line 30, in funcName return func.func_name AttributeError: 'functools.partial' object has no attribute 'func_name' full vdsm log attached.