skydive-project / skydive

An open source real-time network topology and protocols analyzer

Home Page:https://skydive.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not find Libvirt metadata and edges on v0.27.0

stardom3645 opened this issue · comments

Hello

I'm running cloud with KVM and libvirt.
but I can't find libvirt metadata fully on v0.27.0 and latest
For this reason, also there are no edges (relation type = vlayer) between domain and tuntap

So only I can find libvirt domains and vnets without edges

but On v0.26.0, I can check libvirt metadata and edges.

Env:

Host: Centos8
angent: Host
analyzer: VM(kvm)
libvirtd: 6.0.0

My config is---skydive.yaml

  topology:
    probes:
        - socketinfo
        - lldp
        - libvirt

    libvirt:
        # url: qemu:///system

v0.26.0

image

v0.27.0

image

What am I doing wrong?

@stardom3645 What is the value of the Type attribute of the interface ? On my machine, the type was tuntap and the probe only looks for interface of type tap. I pushed this PR to address the problem : #2380

Thank you for your comment and fixes.

As you said, the probe only looked for interface of type tap. (In my case, it was tuntap)

it's solved clearly.

Thanks for your quick feedback ! Closing the issue