Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
100%
win2k8R2
Steps to Reproduce:
1.Start guest with virtio-balloon-pci and -m 4G
2.in the guest install balloon service
#blnsvr -i
3.stop balloon service
#blnsvr -s
4.(qemu)balloon 2024
5.Pause balloon service
#blnsvr -r
#blnsrv -p
6.(qemu)balloon 4096
Actual results:
in steps 4 and steps6 ,guest still can balloon .
Expected results:
guest should not balloon when balloon service is paused or stopped
Additional info:
Hi Mike,
Balloon service is not for managing balloon driver.
The main purpose of blnsvr service is to provide balloon
driver with the memory statistics, like soft and hard
page faults, available memory, etc.
Best regards,
Vadim.
(In reply to comment #1)
> Hi Mike,
> Balloon service is not for managing balloon driver.
> The main purpose of blnsvr service is to provide balloon
> driver with the memory statistics, like soft and hard
> page faults, available memory, etc.
>
> Best regards,
> Vadim.
Hi,Vadim
After install this service
I still can not see the memory statistis both in qemu monitor and in qmp monitor after enable the service .I remember this works for linux guest
Where Can I see the memory statistics ?
Thanks,
Mike
(In reply to comment #2)
> (In reply to comment #1)
> > Hi Mike,
> > Balloon service is not for managing balloon driver.
> > The main purpose of blnsvr service is to provide balloon
> > driver with the memory statistics, like soft and hard
> > page faults, available memory, etc.
> >
> > Best regards,
> > Vadim.
>
> Hi,Vadim
>
> After install this service
> I still can not see the memory statistis both in qemu monitor and in qmp
> monitor after enable the service .I remember this works for linux guest
It probably not.
virtio-balloon.c, lines 35,36
/* Disable guest-provided stats by now (bz#623903, bz#626544) */
#define ENABLE_GUEST_STATS 0
Best regards,
Vadim.
> Where Can I see the memory statistics ?
>
> Thanks,
> Mike
-#define ENABLE_GUEST_STATS 0
+#define ENABLE_GUEST_STATS 1
then compile qemu-kvm .find the memory statistics works .
Thanks a lot Vadim!
Close this as notabug