
Hi, we observed high count of getVolumeSize() calls in vdsm.log Looking at the logs it seems as if this is done every minute for all disk that are currently running on a node. Is this frequency normal and if yes why? Best regards. Markus Mit freundlichen Grüßen, Markus Stockhausen Head of Software Technology Ubierring 11 · 50678 Köln Telefon: +49 221 33 608 611 Mobil: +49 151 12040606 Mail: markus.stockhausen@collogia.de Web: www.collogia-it-services.de

Hi, Can you please attach the vdsm.log? Also, can you please supply the output of rpm -qa | grep vdsm ? +Nir Soffer <nsoffer@redhat.com> *Regards,* *Shani Leviim* On Fri, Oct 26, 2018 at 10:07 PM Markus Stockhausen <stockhausen@collogia.de> wrote:
Hi,
we observed high count of getVolumeSize() calls in vdsm.log Looking at the logs it seems as if this is done every minute for all disk that are currently running on a node.
Is this frequency normal and if yes why?
Best regards.
Markus
Mit freundlichen Grüßen,
Markus Stockhausen
Head of Software Technology
Ubierring 11 · 50678 Köln
Telefon: +49 221 33 608 611
Mobil: +49 151 12040606
Mail: markus.stockhausen@collogia.de
Web: www.collogia-it-services.de
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/WYPXJYJ6YHNNEU...

On Fri, Oct 26, 2018 at 10:07 PM Markus Stockhausen <stockhausen@collogia.de> wrote:
we observed high count of getVolumeSize() calls in vdsm.log Looking at the logs it seems as if this is done every minute for all disk that are currently running on a node.
Is this frequency normal and if yes why?
Yes, this is expected. Vdsm is monitoring volume size every 60 seconds, based on this configuration: https://github.com/oVirt/vdsm/blob/cbdbee979f0bfc7a7dd447af0d69c5aa9e0f8b8c/... The monitoring is needed to update engine about disk actual size when using thin provisioning. - With block storage, when vdsm detect that a disk is too full, it will extend the disk with help of the SPM host. - With sparse disks on file storage, the disk actual size will grow as the VM writes more data to the disk. Engine show the actual disk size based on the size reported by vdsm, using data collected by these getVolumeSize calls. This check can probably optimized to run only on file based thin provisioned disks instead of any disk. Please file a bug to optimize this is you think it is an issue. Nir
participants (3)
-
Markus Stockhausen
-
Nir Soffer
-
Shani Leviim