nerdexam
LPI

305-300 · Question #25

Which of the following values are valid in the type attribute of a <domain> element in a libvirt domain definition? (Choose two.)

The correct answer is C. kvm E. Ixc. The type attribute of a <domain> element in a libvirt domain definition specifies the hypervisor used for running the domain. The allowed values are driver specific, but include "xen", "kvm", "hvf" (since 8.1.0 and QEMU 2.12), "qemu" and "lxc". Therefore, the valid values among…

Virtualization

Question

Which of the following values are valid in the type attribute of a <domain> element in a libvirt domain definition? (Choose two.)

Options

  • Aproc
  • Bnamespace
  • Ckvm
  • Dcgroup
  • EIxc

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    74% (23)
  • D
    16% (5)

Explanation

The type attribute of a <domain> element in a libvirt domain definition specifies the hypervisor used for running the domain. The allowed values are driver specific, but include "xen", "kvm", "hvf" (since 8.1.0 and QEMU 2.12), "qemu" and "lxc". Therefore, the valid values among the options are C. kvm and E. lxc. KVM stands for Kernel-based Virtual Machine, which is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). LXC stands for Linux Containers, which is an operating system-level virtualization method for running multiple isolated Linux systems (containers) on a single control host.

Topics

#libvirt domain type#KVM#LXC#domain XML attribute

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice