Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-17460

[2072794] [RFE] Add kubevirt filesystem usage metric in the dashboard

XMLWordPrintable

    • CNV I/U Operators Sprint 219, CNV I/U Operators Sprint 220, CNV I/U Operators Sprint 221, CNV I/U Operators Sprint 222, CNV I/U Operators Sprint 223, CNV I/U Operators Sprint 225, CNV I/U Operators Sprint 226, CNV I/U Operators Sprint 227, CNV I/U Operators Sprint 228, CNV I/U Operators Sprint 229
    • Important
    • None

      Description of problem:

      Currently in Virtualization -> Overview -> Filesystem usage has a metric about pod filesystem usage, which should be dropped by BZ2072793.

      Please replace it with actual VM filesystem usage collected by guest agent:

      1. oc rsh virt-launcher-rhel8-accepted-panda-m2ghb
        sh-4.4# virsh qemu-agent-command 1 ' {"execute":"guest-get-fsinfo"}

        ' --pretty
        {
        "return": [
        {
        "name": "vda2",
        "total-bytes": 104634368,
        "mountpoint": "/boot/efi",
        "disk": [

        Unknown macro: { "bus-type"}

        ],
        "used-bytes": 6006784,
        "type": "vfat"
        },
        {
        "name": "vda3",
        "total-bytes": 11244908544,
        "mountpoint": "/",
        "disk": [

        Unknown macro: { "bus-type"}

        ],
        "used-bytes": 4077879296,
        "type": "xfs"
        }
        ]
        }

              jvilaca@redhat.com João Vilaça
              rhn-support-gveitmic Germano Veit Michel
              Ahmad Hafi Ahmad Hafi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: