Hasan Aliyev

Results 6 comments of Hasan Aliyev

Thank you very much for response. Yes you are right nmap works as expected. But there's a lot of users who are confused with this error. What do you advice...

@blackboxsw correct command is `cloud-init devel hotplug-hook query -s net` must it work also as `cloud-init devel hotplug-hook -s net query` ?

fixed. Thanks for review

Hi. @holmanb datasourceScaleWay actually creates session before calling readurl. Just removing session from parameter to global can cause issues. `global_session = requests.Session() ` What about to create global session object...

@TheRealFalcon What do you think to do? Catch exception?

Hi @aciba90 because of return statement at the end of analyze_boot function. https://github.com/canonical/cloud-init/blob/main/cloudinit/analyze/__init__.py#L200 status_code is set at the beggining. For example in case of success. `kernel_info -> ('successful', 1739889197.1411157, 1739889200.2898357,...