Bug 532070
Summary: | Updated vhostmd.conf | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frank Danapfel <fdanapfe> | ||||||
Component: | vhostmd | Assignee: | Richard W.M. Jones <rjones> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | rawhide | CC: | rjones, vedran | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 0.4-0.6.gite9db007b.fc12.1 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-12-04 18:33:26 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: | |||||||||
Attachments: |
|
I don't see any problems with this file. I will add it to the F-11, F-12, EL-5 and Rawhide branches shortly. vhostmd-0.4-0.6.gite9db007b.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/vhostmd-0.4-0.6.gite9db007b.fc11 F-12 request: https://fedorahosted.org/rel-eng/ticket/2983 EL-5 builds of this package are still broken: https://fedorahosted.org/rel-eng/ticket/2982 vhostmd-0.4-0.6.gite9db007b.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vhostmd'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-10996 New package with updated vhostmd.conf works as expected. Created attachment 369704 [details]
vhostmd.conf without typo
I just noticed a small typo in the updated vhostmd.conf submitted by SAP:
$ diff vhostmd_old.conf vhostmd.conf
62c62
< <action>virsh -r CONNECT nodeinfo | grep 'Memory size:' | gawk -F' +' '{ printf "%d\n" $3/1024 }'</action>
---
> <action>virsh -r CONNECT nodeinfo | grep 'Memory size:' | gawk -F' +' '{ printf "%d\n", $3/1024 }'</action>
The vhostmd.conf file I just attached fixes this error which prevented the "MemoryAllocatedToVirtualServers" metric from being displayed.
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Built for F-13: http://koji.fedoraproject.org/koji/taskinfo?taskID=1811237 Built for F-12: http://koji.fedoraproject.org/koji/taskinfo?taskID=1811251 As usual this fails on EL-5: http://koji.fedoraproject.org/koji/taskinfo?taskID=1811249 because of: https://fedorahosted.org/rel-eng/ticket/2982 vhostmd-0.4-0.6.gite9db007b.fc12.1 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/vhostmd-0.4-0.6.gite9db007b.fc12.1 vhostmd-0.4-0.6.gite9db007b.fc12.1 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update vhostmd'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-11642 The VERIFIED, FAILS_QA and RELEASE_PENDING bug states are not used by Fedora (they are used in the RHEL process). --- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers vhostmd-0.4-0.6.gite9db007b.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. vhostmd-0.4-0.6.gite9db007b.fc12.1 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 366803 [details] updated vhstmd.conf file SAP has requested some changes to the vhostmd.conf file. Some additional metrics that SAP would like to see have been added. And the name of some of the metrics has been changed to make it easier for the SAP tools to parse the output. The attached version of the vhostmd.conf file should be included as the default version in the vhostmd package.