Where is KVM guest configuration (xml) located in proxmox?

12,724

The configuration files for guests is located at /etc/pve/qemu-server

Share:
12,724

Related videos on Youtube

Maya
Author by

Maya

Updated on September 18, 2022

Comments

  • Maya
    Maya over 1 year

    I wanted to check if my Proxmox instance uses LVM for KVM guests to achieve better performance

    so Where is KVM guest configuration (xml) located in proxmox?

  • Maya
    Maya over 11 years
    +1 Thanks, but is there any KVM XML file for guests? because I think these files belongs to Proxmox itself.
  • ptman
    ptman over 11 years
    There is no such thing as KVM XML file. There exist libvirt XML files, but not KVM.
  • Zim3r
    Zim3r over 11 years
    Thank you, can you locate those XML files please?
  • Hex
    Hex over 11 years
    There is no XML config for proxmox. All the configs are at /etc/pve/nodes/guest-name/qemu-server and they are .conf not xml :)