Error in the logs after the update to 5.8.1

Hello.
OS: Ubuntu 18.04.2 LTS
After the update to 5.8.1 the following error appeared in the oned logs.

    Tue Jul 30 16:55:33 2019 [Z0][ONE][E]: Error parsing host 1 information: syntax error, unexpected VARIABLE, expecting EQUAL or EQUAL_EMPTY at line 0, columns 8:15. Monitoring information: 
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    error: unknown command: 'domstats'
    ARCH=x86_64
    MODELNAME="Intel(R) Xeon(R) CPU E5-2640 v3 @ 2.60GHz"
    HYPERVISOR=kvm
    TOTALCPU=3200
    CPUSPEED=1313
    TOTALMEMORY=98890444
    USEDMEMORY=47577552
    FREEMEMORY=51312892
    FREECPU=2944
    USEDCPU=256
    NETRX=119664289478381
    NETTX=71280602746631
    KVM_MACHINES="pc pc-1.3 pc-0.12 pc-q35-1.6 pc-1.0-precise pc-q35-1.5 xenpv pc-i440fx-1.6 pc-i440fx-1.5-saucy pc-i440fx-1.7 pc-0.11 pc-1.2 pc-0.10 isapc pc-q35-1.4 xenfv pc-0.15 pc-0.14 pc-i440fx-1.5 pc-i440fx-1.4 q35 pc-1.1 pc-q35-1.7 pc-1.0-qemu-kvm pc-i440fx-2.0 pc-0.13"
    KVM_CPU_MODELS="486 pentium pentium2 pentium3 pentiumpro coreduo n270 core2duo qemu32 kvm32 cpu64-rhel5 cpu64-rhel6 kvm64 qemu64 Conroe Penryn Nehalem Westmere SandyBridge Haswell athlon phenom Opteron_G1 Opteron_G2 Opteron_G3 Opteron_G4 Opteron_G5"
    DS_LOCATION_USED_MB=468564
    DS_LOCATION_TOTAL_MB=1068957
    DS_LOCATION_FREE_MB=548235
    DS = [
      ID = 0,
      USED_MB = 468564,
      TOTAL_MB = 1068957,
      FREE_MB = 548235
    ]

I have 56 hosts in the cloud. 14 hosts are monitored with an error.
The number of lines “error: unknown command: ‘domstats’” is equal to the number of VMs on host

I did sync.

onehost sync --force

In 5.8.1 the file /var/lib/one/remotes/vmm/kvm/pool was changed
In the file in the place of the domifstat and domblkstat commands, the domstats command is used

I have a part of hosts with a version of libvirt that does not have a domstats command.