[PATCH widget-toolkit 0/1] fixes #4874: Improve VM Name error message
Amin Vakil
info at aminvakil.com
Wed Jul 26 17:36:23 CEST 2023
Currently proxmox VE 7.4-16 does not allow having underscore in vm name, giving this error:
"This is not a valid DNS name".
This is not correct because having underscores in domain names are perfectly valid, although it's not acceptable at host names, so it should be changed to "This is not a valid Host name" IMO.
A couple of links nice to have:
https://stackoverflow.com/a/2183140/3835210
https://www.ietf.org/rfc/rfc1123.txt section 2.1 "Host Names and Numbers"
https://www.rfc-editor.org/rfc/rfc2181#section-11
Amin Vakil (1):
fixes #4874: Improve VM Name error message
src/Toolkit.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.41.0
More information about the pve-devel
mailing list