-
Notifications
You must be signed in to change notification settings - Fork 257
useLongNames mode includes .local in its allowed TLDs. Also turned on useLongNames #2474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -164,7 +164,7 @@ public DispatchHost createHost(RenderHost rhost) { | |
| @Transactional(propagation = Propagation.REQUIRED) | ||
| public DispatchHost createHost(RenderHost rhost, AllocationEntity alloc) { | ||
|
|
||
| hostDao.insertRenderHost(rhost, alloc, false); | ||
| hostDao.insertRenderHost(rhost, alloc, true); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | 🏗️ Heavy lift Hardcoding Per This affects every deployment on upgrade, not only Bonjour/Avahi Consider making this configurable (e.g., via a property) rather than hardcoding 🤖 Prompt for AI Agents |
||
| DispatchHost host = hostDao.findDispatchHost(rhost.getName()); | ||
|
|
||
| hostDao.tagHost(host, alloc.tag, HostTagType.ALLOC); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is related to avahi
host.localhostnames, but only hostnames likehost.domain.local