Bug 1328236
Summary: | RFE: Provide hostname's acceptable format | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Fabiano Fidêncio <fidencio> |
Component: | libosinfo | Assignee: | Fabiano Fidêncio <fidencio> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | berrange, cfergeau, crobinso, fidencio |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-03-29 00:06:04 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
Fabiano Fidêncio
2016-04-18 19:21:02 UTC
When I read 'hostname' I'm thinking of some URL-like think (ie what you get from the 'hostname' command on a linux machine). Of the forbidden characters you listed, I think only '.' would be valid for such a hostname. Maybe it's enough to document which characters are valid for 'hostname'? Or does it have a different meaning in libosinfo? (In reply to Christophe Fergeau from comment #1) > When I read 'hostname' I'm thinking of some URL-like think (ie what you get > from the 'hostname' command on a linux machine). Of the forbidden characters > you listed, I think only '.' would be valid for such a hostname. Maybe it's > enough to document which characters are valid for 'hostname'? Or does it > have a different meaning in libosinfo? hostname is the name you give to your computer. Windows is used to call it ComputerName. All these characters are invalid for Windows (according to the Windows 8.1 installer). I have moved this to the upstream tracker: https://gitlab.com/libosinfo/libosinfo/issues/21 |