Skip to content

[daemon] List/Info: Skip runtime info if no IP - #5239

Merged
xmkg merged 4 commits into
mainfrom
bugfix/skip-runtime-info-when-no-mgmt-ip-present
Sep 14, 2026
Merged

xmkg merged 4 commits into
mainfrom
bugfix/skip-runtime-info-when-no-mgmt-ip-present

Conversation

@xmkg

@xmkg xmkg commented Sep 11, 2026

Copy link
Copy Markdown
Member

Skip attempting to obtain runtime info when no management IP is present
for a VM. This allows commands like list/info to succeed even when
there's a VM with no mgmt IP.

Closes #5061

MULTI-2896

Skip attempting to obtain runtime info when no management IP is present
for a VM. This allows commands like list/info to succeed even when
there's a VM with no mgmt IP.

Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
@xmkg
xmkg requested review from a team, Laefy and ricab and removed request for a team and ricab September 11, 2026 21:59
@xmkg
xmkg marked this pull request as ready for review September 11, 2026 21:59
@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.62%. Comparing base (a58dcf2) to head (8a11cd2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5239      +/-   ##
==========================================
+ Coverage   72.62%   72.62%   +0.01%     
==========================================
  Files         337      337              
  Lines       18190    18189       -1     
==========================================
  Hits        13208    13208              
+ Misses       4982     4981       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread src/daemon/daemon.cpp Outdated
Comment thread src/daemon/daemon.cpp
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
@xmkg
xmkg added this pull request to the merge queue Sep 14, 2026
Merged via the queue into main with commit e8eaa0c Sep 14, 2026
34 checks passed
@xmkg
xmkg deleted the bugfix/skip-runtime-info-when-no-mgmt-ip-present branch September 14, 2026 11:42
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

Successfully merging this pull request may close these issues.

Instance with no IP causes the daemon to fail list and info

2 participants