Bug 1195660
| Summary: | unable to set SATA serial with a spaces | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Alan Latteri <alan> |
| Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | mprivozn, rbalakri |
| Target Milestone: | --- | Keywords: | Upstream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 12:58:15 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: | |||
|
Description
Alan Latteri
2015-02-24 09:47:42 UTC
Patch proposed upstream: https://www.redhat.com/archives/libvir-list/2015-February/msg00947.html wondering the status of this bug and patch roll into libvirt release. this bug prevents me from using any software that utilizes Libvirt, e.g. overt. Thanks. I've just pushed the patch upstream:
commit 5aee81a0cb60308b8614ee37c0b69c1dde1f00d8
Author: Michal Privoznik <mprivozn>
AuthorDate: Mon Feb 23 12:34:23 2015 +0100
Commit: Michal Privoznik <mprivozn>
CommitDate: Thu Mar 5 13:35:55 2015 +0100
qemu: Allow spaces in disk serial
https://bugzilla.redhat.com/show_bug.cgi?id=1195660
There's been a bug report appearing on the qemu-devel list, that
libvirt is unable to pass spaces in disk serial number [1]. Not only
our RNG schema forbids that, the code is not prepared either. However,
with a bit of escaping (if needed) we can allow spaces there.
1: https://lists.gnu.org/archive/html/qemu-devel/2015-02/msg04041.html
Signed-off-by: Michal Privoznik <mprivozn>
v1.2.13-60-g5aee81a
|