Thu, 25 Apr 2024 11:14:17 UTC | login

Information for build mom-0.6.4-1.el9

ID41706
Package Namemom
Version0.6.4
Release1.el9
Epoch
Sourcemom-0.6.4-1.el9.src.rpm
SummaryDynamically manage system resources on virtualization hosts
DescriptionMOM is a policy-driven tool that can be used to manage overcommitment on KVM hosts. Using libvirt, MOM keeps track of active virtual machines on a host. At a regular collection interval, data is gathered about the host and guests. Data can come from multiple sources (eg. the /proc interface, libvirt API calls, a client program connected to a guest, etc). Once collected, the data is organized for use by the policy evaluation engine. When started, MOM accepts a user-supplied overcommitment policy. This policy is regularly evaluated using the latest collected data. In response to certain conditions, the policy may trigger reconfiguration of the system’s overcommitment mechanisms. Currently MOM supports control of memory ballooning and KSM but the architecture is designed to accommodate new mechanisms such as cgroups.
Built bymperina
State complete
Volume DEFAULT
StartedWed, 26 Oct 2022 08:53:51 UTC
CompletedWed, 26 Oct 2022 08:54:58 UTC
Taskbuild (virt9s-ovirt-45-el9s, mom-0.6.4-1.el9.src.rpm)
Extra{'source': {'original_url': 'mom-0.6.4-1.el9.src.rpm'}}
Tags
virt9s-ovirt-45-candidate
virt9s-ovirt-45-release
virt9s-ovirt-45-testing
RPMs
src
mom-0.6.4-1.el9.src.rpm (info) (download)
noarch
mom-0.6.4-1.el9.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Tue Oct 25 2022 Tomáš Golembiovský <tgolembi@redhat.com> - 0.6.4-1 - Add a missing argument to GenericScanner.t_default Resolves: rhbz#2137532 * Tue Jul 19 2022 Tomáš Golembiovský <tgolembi@redhat.com> - 0.6.3-1 - Increase cache expiration time for IO tune Resolves: rhbz#1720976 - Build fixes and improved compatibility with Python 3 * Wed Mar 02 2022 Sandro Bonazzola <sbonazzo@redhat.com> - 0.6.2-1 - use ConfigParser instead of SafeConfigParser Resolves: rhbz#2001789 - test: move from nose to unittest Resolves: rhbz#2001759 * Tue Apr 27 2021 Andrej Krejcir <akrejcir@redhat.com> - 0.6.1-1 - Python 3 compatibility fix for libvirt interface and GuestNetworkDaemon collector - Fix in KSM Controller