Bug 970133
Summary: | [TEXT] vdsm passes a bogus character to syslog - Unable to update the volume | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> | ||||
Component: | vdsm | Assignee: | Sergey Gotliv <sgotliv> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | |||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.3.0 | CC: | abaron, amureini, bazulay, hateya, iheim, lpeer, ykaul | ||||
Target Milestone: | --- | ||||||
Target Release: | 3.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | storage | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-06-30 13:51:35 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jiri Belka
2013-06-03 13:53:58 UTC
Created attachment 756317 [details]
vdsm.log
The bug is in Python(2.6) implementation of SysLogHandler, which is used by us to handle sys log messages. The problem is already fixed in Python 2.7, but we unfortunately we are still using 2.6 in RHEL. You can find original Python's bug here: http://bugs.python.org/issue14452 The following link providing more details about the problem: http://bugs.centos.org/view.php?id=6447 By the way, messages that don't need formatting are handled correctly, that's the reason why other examples provided in bug description looking just fine. I backported solution from 2.7 to 2.6 on my machine and verified that it resolves the problem. *** This bug has been marked as a duplicate of bug 845802 *** |