virt-install: Add --blkiotune option

Enterprise / Virtualization / virt-manager - Chen Hanxiao [cn.fujitsu.com] - 6 February 2014 08:41 UTC

This patch provides the ability to tune Blkio cgroup tunable parameters for the domain.

3be9dd3 virt-install: Add --blkiotune option
man/virt-install.pod | 9 +++++++++
tests/clitest.py | 1 +
tests/xmlparse-xml/change-guest-out.xml | 7 +++++++
tests/xmlparse.py | 5 +++++
virtinst/__init__.py | 1 +
virtinst/cli.py | 14 +++++++++++++
virtinst/domainblkiotune.py | 33 +++++++++++++++++++++++++++++++
virtinst/guest.py | 4 +++-
8 files changed, 73 insertions(+), 1 deletion(-)

Upstream: git.fedorahosted.org


  • Share