
23 Aug
2021
23 Aug
'21
11:44 a.m.
On 8/23/21 1:19 PM, liuyd.fnst@fujitsu.com wrote:
Hi all.
I'm curious about the output order of virsh guestinfo --filesystem. Is the output random?
virsh guestinfo output. It is not sorted by name or total-bytes/used-bytes
It's in whatever order the guest agent reported. And looking into the guest agent source code it's parsing /proc/self/mountinfo. So there's no order guaranteed. Michal