mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
83405f92a9
This commit includes new test cases to cover LXC version 3.0 and higher. This LXC version rebased some settings entries and deprecated other ones. As we support both, we should include tests to minimize problems with integration between them. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
lxc.rootfs.path = /var/lib/lxc/migrate_test/rootfs
|
|
lxc.uts.name = migrate_test
|
|
lxc.autodev=1
|
|
|
|
lxc.cgroup.blkio.weight = 500
|
|
lxc.cgroup.blkio.device_weight = 8:16 1000
|
|
lxc.cgroup.blkio.device_weight = 8:0 300
|
|
lxc.cgroup.blkio.throttle.read_bps_device = 8:16 1234
|
|
lxc.cgroup.blkio.throttle.write_bps_device = 8:16 5678
|
|
lxc.cgroup.blkio.throttle.read_iops_device = 8:16 4321
|
|
lxc.cgroup.blkio.throttle.write_iops_device = 8:16 8765
|