Skip to content
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

[BUG] SUSE: Valid values for DHCLIENT_HOSTNAME_OPTION can get clobbered #2614

Closed
FladoToo opened this issue Jun 15, 2022 · 3 comments
Closed
Assignees

Comments

@FladoToo
Copy link

wicked accepts AUTO, 'AUTO', and "AUTO" as valid values for DHCLIENT_HOSTNAME_OPTION in /etc/sysconfig/network/dhcp. However, when the agent detects a hostname change, it recognizes only one of these values (the newest version in the SLES repository python-azure-agent-2.2.49.2-150100.3.23.1 recognizes only AUTO, the version here on GitHub - only "AUTO") and replaces any of the other with the actual host name, thus breaking the AUTO functionality.

See #2607 for exact location of the bug and further impact details.

@nagworld9
Copy link
Contributor

@FladoToo you mean agent should support all three types ("AUTO", 'AUTO', and AUTO). If it matches, agent shouldn't the update the hostname.

@FladoToo
Copy link
Author

@nagworld9 yes, exactly.

@nagworld9
Copy link
Contributor

Address the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants