I’m installing debian-13 on a VM from the debian Iso to incus (version 7.3) but as it’s installing I notice that incus doesn’t show CPU usage. See incus list below with some data redacted. The VM that’s installing right now is r7-vm and it’s loading from the iso (now at the step “Select and install software”)
+-----------+--------------+---------------+------------------+---------+-----------------------
| CPU USAGE | MEMORY USAGE | MEMORY USAGE% | NAME | STATE | IPV4 | MAC |
+-----------+--------------+---------------+------------------+---------+-----------------------
| 6412s | 319.64MiB | | r1 | RUNNING | redacted | 10:66:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
| 49364s | 449.05MiB | | r2 | RUNNING | redacted | 00:16:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
| 69353s | 928.91MiB | | r3 | RUNNING | redacted | 00:16:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
| 408459s | 6.90GiB | | r4 | RUNNING | redacted | 10:66:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
| 2929833s | 39.08GiB | | r5 | RUNNING | redacted | 10:66:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
| 7335507s | 18.91GiB | 78.8% | r6-vm | RUNNING | redacted | 10:66:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
| | 4.25GiB | 53.1% | r7-vm | RUNNING | | 10:66:redacted |
+-----------+--------------+---------------+------------------+---------+-----------------------
Should this be created as an issue in github?
Here’s the YAML configuration
architecture: x86_64
config:
limits.cpu: '2'
limits.memory: 8GiB
volatile.cloud-init.instance-id: 1924566e-e444-4cdc-a3e4-e62cfaebd262
volatile.eth0.host_name: tap4ec5127b
volatile.eth0.hwaddr: 10:66:redacted
volatile.iso-vol-1.io.bus: usb
volatile.last_state.power: RUNNING
volatile.uuid: 9f-redacted
volatile.uuid.generation: 9f-redacted
volatile.vm.needs_reset: 'true'
volatile.vm.rtc_adjustment: '0'
volatile.vm.rtc_offset: '-1'
volatile.vsock_id: '1607561249'
devices:
iso-vol-1:
boot.priority: '10'
io.bus: usb
pool: default
source: debian-13.6.0-amd64-netinst.iso
type: disk
ephemeral: false
profiles:
- default
- bridge192
- defaultDisk
stateful: false
description: Debian GUI for wine
created_at: '2026-08-11T04:37:54.873103142Z'
name: r7-vm
status: Running
status_code: 103
last_used_at: '2026-08-11T04:58:21.166929362Z'
location: none
type: virtual-machine
project: default
Expanded inherited values
devices:
eth0: # inherited from profile: bridge192
nictype: bridged
parent: br0
type: nic
iso-vol-1:
boot.priority: '10'
io.bus: usb
pool: default
source: debian-13.6.0-amd64-netinst.iso
type: disk
root: # inherited from profile: defaultDisk
path: /
pool: default
type: disk