Bug 1333232
Summary: | domrename should not allow to use invalid characters in domain name | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Fangge Jin <fjin> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | crobinso, dyuan, dzheng, jcfaracco, pkrempa, rbalakri, yafu |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-05-03 20:26:45 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
Fangge Jin
2016-05-05 03:33:41 UTC
Fixed upstream by: commit 4e1a970 Author: Julio Faracco <jcfaracco> AuthorDate: Tue May 1 12:56:08 2018 -0300 Commit: John Ferlan <jferlan> CommitDate: Thu May 3 11:25:01 2018 -0400 qemu: avoid slash characters to the new domain name. The 'domrename' command needs to check if the new domain name contains the slash character. This character is not accepted by libvirt XML definition because it is an invalid char (see Cole's commit b1fc6a7b7). This commit enhace the 'domrename' command adding this check. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1333232 Signed-off-by: Julio Faracco <jcfaracco> Reviewed-by: John Ferlan <jferlan> $ git describe 4e1a970 v4.3.0-18-g4e1a970 |