sureshanaparti commented on issue #12150:
URL: https://github.com/apache/cloudstack/issues/12150#issuecomment-4022840430
Tested with latest 4.22, and couldn't reproduce. I'm able to see the disk
stats for the volumes.
```
(localcloud) 🐱 > list volumes
filter=name,diskioread,diskiowrite,diskkbsread,diskkbswrite,virtualmachineid,vmname,vmstate,vmtype,storageid,storage,state
{
"count": 2,
"volume": [
{
"diskioread": 3900,
"diskiowrite": 1394,
"diskkbsread": 142772,
"diskkbswrite": 13390,
"name": "ROOT-3",
"state": "Ready",
"storage": "ref-trl-11267-k-Mol8-suresh-anaparti-kvm-pri2",
"storageid": "d84eb8bb-6c8d-33ec-97ca-2937e17f72aa",
"virtualmachineid": "d51d4086-ba6c-49d3-9e40-d4d587f28ee0",
"vmname": "testvm01",
"vmstate": "Running",
"vmtype": "User"
},
{
"diskioread": 86,
"diskiowrite": 2797,
"diskkbsread": 895,
"diskkbswrite": 218614,
"name": "DATA-3",
"state": "Ready",
"storage": "ref-trl-11267-k-Mol8-suresh-anaparti-kvm-pri2",
"storageid": "d84eb8bb-6c8d-33ec-97ca-2937e17f72aa",
"virtualmachineid": "d51d4086-ba6c-49d3-9e40-d4d587f28ee0",
"vmname": "testvm01",
"vmstate": "Running",
"vmtype": "User"
}
]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]