Displaying 5 results from an estimated 5 matches for "bb9f75b2caf3435cc507998".
2014 Jul 04
2
Re: memoryStats question
...CentOS 6.5 x86_64
> It has the balloon driver and it is up and running:
>
> # modinfo virtio_balloon
> filename:
> /lib/modules/2.6.32-431.17.1.el6.x86_64/kernel/drivers/virtio/virtio_balloon.ko
> license: GPL
> description: Virtio balloon driver
> srcversion: BB9F75B2CAF3435CC507998
> alias: virtio:d00000005v*
> depends: virtio,virtio_ring
> vermagic: 2.6.32-431.17.1.el6.x86_64 SMP mod_unload modversions
In this case, it's your guest kernel that's too old to support these
stats.
Apparently, reporting statistics in the balloon driver was...
2014 Jul 03
3
Re: memoryStats question
On 07/03/2014 08:29 AM, Gleb Voronich wrote:
>> Eric Blake <mailto:eblake@redhat.com>
>> >
>> > In the case of the memory balloon device, libvirt CAN provide stats from
>> > the guest, because of the way the balloon device works. But if you
>> > aren't using a balloon, or if the guest is not cooperative, this won't
>> > work. Better
2014 Jul 03
0
Re: memoryStats question
...and runnig in
> your guests.
CentOS 6.5 x86_64
It has the balloon driver and it is up and running:
# modinfo virtio_balloon
filename:
/lib/modules/2.6.32-431.17.1.el6.x86_64/kernel/drivers/virtio/virtio_balloon.ko
license: GPL
description: Virtio balloon driver
srcversion: BB9F75B2CAF3435CC507998
alias: virtio:d00000005v*
depends: virtio,virtio_ring
vermagic: 2.6.32-431.17.1.el6.x86_64 SMP mod_unload modversions
2014 Jul 04
0
Re: memoryStats question
...as the balloon driver and it is up and running:
>>
>> # modinfo virtio_balloon
>> filename:
>> /lib/modules/2.6.32-431.17.1.el6.x86_64/kernel/drivers/virtio/virtio_balloon.ko
>> license: GPL
>> description: Virtio balloon driver
>> srcversion: BB9F75B2CAF3435CC507998
>> alias: virtio:d00000005v*
>> depends: virtio,virtio_ring
>> vermagic: 2.6.32-431.17.1.el6.x86_64 SMP mod_unload modversions
>
> In this case, it's your guest kernel that's too old to support these
> stats.
>
> Apparently, reporting...
2014 Jul 08
2
Re: memoryStats question
...and running:
> >>
> >> # modinfo virtio_balloon
> >> filename:
> >> /lib/modules/2.6.32-431.17.1.el6.x86_64/kernel/drivers/virtio/virtio_balloon.ko
> >> license: GPL
> >> description: Virtio balloon driver
> >> srcversion: BB9F75B2CAF3435CC507998
> >> alias: virtio:d00000005v*
> >> depends: virtio,virtio_ring
> >> vermagic: 2.6.32-431.17.1.el6.x86_64 SMP mod_unload modversions
> >
> > In this case, it's your guest kernel that's too old to support these
> > stats.
&g...