Bug 234595
| Summary: | xendomains init script fails to save a domain with name > 17 characters | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark McLoughlin <markmc> | ||||
| Component: | xen | Assignee: | Mark McLoughlin <markmc> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | bstein, katzj, xen-maint | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-06-19 15:57:50 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Mark McLoughlin
2007-03-30 13:54:11 UTC
Yep, confirmed. The weirdness comes from the fact that "xm list" used to only allow 16 characters for the domain name. Best fix is probably to use "xm list -l" instead of "xm list" ... that way we'll get the full name. Created attachment 154140 [details]
xen-xendomains-17chars.patch
Okay, I suggest something like this (untested) patch ... it's not a bug many
people are going to hit, though, so let's delay this until after Fedora 7
Fixed upstream by: changeset: 15384:865c4ae59be3 user: kfraser date: Tue Jun 19 16:29:22 2007 +0100 files: tools/examples/init.d/xendomains description: tools: Allow xendomains to handle domain names >16 characters Closing as UPSTREAM, not really worth backporting. |