libxl.conf 834 B

12345678910111213141516171819202122
  1. # Master configuration file for the libxl driver.
  2. # All settings described here are optional. If omitted, sensible
  3. # defaults are used.
  4. # Enable autoballooning of domain0
  5. #
  6. # By default, autoballooning of domain0 is enabled unless its memory
  7. # is already limited with Xen's "dom0_mem=" parameter, in which case
  8. # autoballooning is disabled. Override the default behavior with the
  9. # autoballoon setting.
  10. #
  11. #autoballoon = 1
  12. # In order to prevent accidentally starting two domains that
  13. # share one writable disk, libvirt offers two approaches for
  14. # locking files: sanlock and virtlockd. sanlock is an external
  15. # project which libvirt integrates with via the libvirt-lock-sanlock
  16. # package. virtlockd is a libvirt implementation that is enabled with
  17. # "lockd". Accepted values are "sanlock" and "lockd".
  18. #
  19. #lock_manager = "lockd"