Sat, 27 Apr 2024 00:31:54 UTC | login

Information for build mom-0.6.2-1.el9

ID37927
Package Namemom
Version0.6.2
Release1.el9
Epoch
Sourcemom-0.6.2-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 bysbonazzo
State complete
Volume DEFAULT
StartedThu, 03 Mar 2022 10:00:05 UTC
CompletedThu, 03 Mar 2022 10:01:08 UTC
Taskbuild (virt9s-ovirt-45-el9s, mom-0.6.2-1.el9.src.rpm)
Extra{'source': {'original_url': 'mom-0.6.2-1.el9.src.rpm'}}
Tags
virt9s-ovirt-45-candidate
virt9s-ovirt-45-release
virt9s-ovirt-45-testing
RPMs
src
mom-0.6.2-1.el9.src.rpm (info) (download)
noarch
mom-0.6.2-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 * 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