KVM Notes

From MikroTik Wiki
Revision as of 09:51, 9 March 2010 by Janisk (talk | contribs) (→‎Notes)
Jump to navigation Jump to search

Summary

This document contains useful notes from user experience.

Notes

Winbox

All KVM configuration is done through CLI (ssh, telnet or Terminal in Winbox). Winbox support is planned but not yet implemented.

Choosing hardware

When selecting hardware check if it really supports virtualization as that is required for KVM to work. Double check corresponding settings in BIOS, if it is enabled, if it still does not work - check weather motherboard BIOS upgrade is available.

list of CPUs supporting virtualization: Wikipedia about virtualization support on x86 CPUs

In short: If buying Intel CPU double-check if you are getting correct model, if AMD, all new CPUs will support virtualization.

KVM guest multi CPU

When using RouterOS os primary OS on the router changing /system hardware settings will change kernel that is loaded at boot time effectively enabling or disabling SMP support in RouterOS. But using this setting in KVM guest does not work as intended, because in KVM guest configuration user can explicitly point what kernel to use, default setting is kernel="/boot/vmlinuz" that loads guest with non-SMP kernel.

Migrating from XEN to KVM

Correct setting for multi CPU support is kernel="/boot/vmlinuz-smp"

Packet flow

from one RouterOS KVM guest to another packets will always go through RouterOS host system.

Performance considerations

When planning using KVM guests, consider that host system will have to handle all the packets that are passing through, so still, host systems packets per second is important.

XEN and KVM on same host

See also

Kvm