You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug: A clear and concise description of what the bug is.
In RHEL-10(python-3.12), enable AutoUpdate, after VM boot up, we can see such logs in waagent.log:
Distro and WALinuxAgent details (please complete the following information):
Distro and Version: RHEL-10
WALinuxAgent version
# waagent -version
WALinuxAgent-2.9.1.1 running on rhel 10.0
Python: 3.12.2
Goal state agent: 2.11.1.4
Additional context
If set AutoUpdate=n, then reboot VM, cannot see such logs.
After the above step, if set AutoUpdate=y and "systemctl restart waagent", then "journalctl -u waagent-network-setup.service -b --utc" doesn't print such logs. Then run "systemctl restart waagent-network-setup.service" and then "journalctl -u waagent-network-setup.service -b --utc", can print these logs.
The text was updated successfully, but these errors were encountered:
A backslash-character pair that is not a valid escape sequence now generates a SyntaxWarning, instead of DeprecationWarning. For example, re.compile("\d+.\d+") now emits a SyntaxWarning ("\d" is an invalid escape sequence, use raw strings for regular expression: re.compile(r"\d+.\d+")). In a future Python version, SyntaxError will eventually be raised, instead of SyntaxWarning. (Contributed by Victor Stinner in gh-98401.)
Describe the bug: A clear and concise description of what the bug is.
In RHEL-10(python-3.12), enable AutoUpdate, after VM boot up, we can see such logs in waagent.log:
Distro and WALinuxAgent details (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: