Mailing List Archive

No state for a domu in the output of "xl li"
Hi everyone,

I monitor the state of my domU and sometimes some states are empty.

```
# xl li
Name ID Mem VCPUs State
Time(s)
Domain-0 0 779 8 r-----
500000.0
domu.example.com 100 1000 2 ------
25000.0
```

I think you can sometimes reproduce this with :

```
for i in {1..500}
do
xl li | grep '\-\-\-\-\-\-'
done
```

```
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
```

Why, sometimes, the state of a domU can be empty ("------") in `xl li` ?

Best regards,


Guillaume

_______________________________________________
Xen-users mailing list
Xen-users@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-users