Advertisement
Guest User

/etc/conf.d/xencommons

a guest
Apr 18th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ## Path: System/Virtualization
  2. ## Type: string
  3. ## Default: "none"
  4. #
  5. # Log xenconsoled messages (cf xl dmesg)
  6. #XENCONSOLED_TRACE=[none|guest|hv|all]
  7.  
  8. ## Type: string
  9. ## Default: daemon
  10. #
  11. # Select type of xentore service.
  12. #
  13. # This can be either of:
  14. # * daemon
  15. # * domain
  16. #
  17. # Changing this requires a reboot to take effect.
  18. #
  19. #XENSTORETYPE=daemon
  20.  
  21. ## Type: string
  22. ## Default: xenstored
  23. #
  24. # Select xenstore implementation, this can be either
  25. # of these below.
  26. # Only evaluated if XENSTORETYPE is "daemon".
  27. #
  28. # This can be either of:
  29. # * /usr/bin/oxenstored
  30. # * /usr/bin/xenstored
  31. #
  32. # Changing this requires a reboot to take effect.
  33. #XENSTORED=/usr/bin/oxenstored
  34.  
  35. ## Type: string
  36. ## Default: ""
  37. #
  38. # Additional commandline arguments to start xenstored,
  39. # like "--trace-file /var/log/xen/xenstored-trace.log"
  40. # See "/usr/bin/xenstored --help" for possible options.
  41. # Only evaluated if XENSTORETYPE is "daemon".
  42. XENSTORED_ARGS=
  43.  
  44. ## Type: string
  45. ## Default: Not defined, tracing off
  46. #
  47. # Log xenstored messages
  48. # Only evaluated if XENSTORETYPE is "daemon".
  49. #XENSTORED_TRACE=[yes|on|1]
  50.  
  51. ## Type: string
  52. ## Default: "/var/lib/xenstored"
  53. #
  54. # Running xenstored on XENSTORED_ROOTDIR
  55. # Only evaluated if XENSTORETYPE is "daemon".
  56. #XENSTORED_ROOTDIR=/var/lib/xenstored
  57.  
  58. ## Type: string
  59. ## Default: /usr/lib/xen/boot/xenstore-stubdom.gz
  60. #
  61. # xenstore domain kernel.
  62. # Only evaluated if XENSTORETYPE is "domain".
  63. #XENSTORE_DOMAIN_KERNEL=/usr/lib/xen/boot/xenstore-stubdom.gz
  64.  
  65. ## Type: integer
  66. ## Default: 8
  67. #
  68. # xenstore domain memory size in MiB.
  69. # Only evaluated if XENSTORETYPE is "domain".
  70. #XENSTORE_DOMAIN_SIZE=8
  71.  
  72. ## Type: string
  73. ## Default: not set, no autoballooning of xenstore domain
  74. #
  75. # Maximum xenstore domain memory size. Can be specified as:
  76. # - plain integer value for max size in MiB
  77. # - fraction of host memory, e.g. 1/100
  78. # - combination of both in form of <val>:<frac> (e.g. 8:1/100), resulting
  79. # value will be the higher of both specifications
  80. # Only evaluated if XENSTORETYPE is "domain".
  81. #XENSTORE_MAX_DOMAIN_SIZE=
  82.  
  83. ## Type: string
  84. ## Default: ""
  85. #
  86. # Additional arguments for starting the xenstore domain.
  87. # Only evaluated if XENSTORETYPE is "domain".
  88. XENSTORE_DOMAIN_ARGS=
  89.  
  90. ## Type: string
  91. ## Default: Not defined, xenbackendd debug mode off
  92. #
  93. # Running xenbackendd in debug mode
  94. #XENBACKENDD_DEBUG=[yes|on|1]
  95.  
  96. # qemu path
  97. #QEMU_XEN=/usr/lib/xen/bin/qemu-system-i386
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement