Bug 971188
| Summary: | Console log lacks dashes. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jaroslav Henner <jhenner> |
| Component: | openstack-nova | Assignee: | Xavier Queralt <xqueralt> |
| Status: | CLOSED ERRATA | QA Contact: | Ami Jeain <ajeain> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0 | CC: | ajeain, apevec, dallan, jkt, ndipanov, xqueralt, yeylon |
| Target Milestone: | z2 | Keywords: | ZStream |
| Target Release: | 3.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-2013.1.3-1.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-03 20:19:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 993100 | ||
| Bug Blocks: | |||
|
Description
Jaroslav Henner
2013-06-06 00:18:58 UTC
The problem is a small typo in the regular expression used in console-log to filter the characters and caused the dash to be introduced in that list. I've just proposed the fix upstream that fixes that. Fixed in havanna and grizzly Will be included in stable/grizzly 2013.1.3 release. after doing # echo 'ěščřž\|-' > /dev/ttyS0 on guest, I can see nova console-log foo --length 1024 ... (other lines) ?????\|- So I like dashes are left unchanged. This was the topic of this bug so I think I can set it to VERIFIED. Verified NVR: openstack-nova-common-2013.1.3-1.el6ost.noarch Verification Steps: =================== 1. Launched a rhel based instance. 2. as root: echo abc-def /dev/ttyS0 Result: ======= abc-def appears with the dashes in console log 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/RHSA-2013-1199.html |