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.

Bug 798139

Summary: ballooning still works after stop or pause balloon service via blnsvr
Product: Red Hat Enterprise Linux 6 Reporter: Mike Cao <bcao>
Component: virtio-winAssignee: Vadim Rozenfeld <vrozenfe>
Status: CLOSED NOTABUG QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3CC: acathrow, bcao, bsarathy, dawu, mdeng, michen
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-01 06:06:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike Cao 2012-02-28 07:01:18 UTC
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:

Comment 1 Vadim Rozenfeld 2012-02-28 11:11:02 UTC
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.

Comment 2 Mike Cao 2012-02-29 03:25:46 UTC
(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

Comment 3 Vadim Rozenfeld 2012-02-29 13:21:53 UTC
(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

Comment 4 Mike Cao 2012-03-01 06:06:58 UTC
-#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