mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-22 22:03:39 +03:00
Feature #4658: Document it in oned.conf
This commit is contained in:
parent
abe78ed0e4
commit
81b5099bdc
@ -42,7 +42,8 @@
|
||||
# VNC_PORTS: VNC port pool for automatic VNC port assignment, if possible the
|
||||
# port will be set to ``START`` + ``VMID``
|
||||
# start : first port to assign
|
||||
# reserved: comma separated list of ports
|
||||
# reserved: comma separated list of ports or ranges. Two numbers separated by
|
||||
# a colon indicate a range.
|
||||
#
|
||||
# LOG: Configuration for the logging system
|
||||
# system: defines the logging system:
|
||||
@ -90,7 +91,7 @@ DB = [ BACKEND = "sqlite" ]
|
||||
|
||||
VNC_PORTS = [
|
||||
START = 5900
|
||||
# RESERVED = "6800, 6801, 9869"
|
||||
# RESERVED = "6800, 6801, 6810:6820, 9869"
|
||||
]
|
||||
|
||||
#VM_SUBMIT_ON_HOLD = "NO"
|
||||
@ -193,7 +194,8 @@ DEFAULT_COST = [
|
||||
# is for 802.1Q networks (Open vSwitch and 802.1Q drivers). The driver
|
||||
# will try first to allocate VLAN_IDS[START] + VNET_ID
|
||||
# start: First VLAN_ID to use
|
||||
# reserved: Comma separated list of VLAN_IDs
|
||||
# reserved: Comma separated list of VLAN_IDs or ranges. Two numbers
|
||||
# separated by a colon indicate a range.
|
||||
#
|
||||
# VXLAN_IDS: Automatic VXLAN Network ID (VNI) assignment. This is used
|
||||
# for vxlan networks.
|
||||
@ -201,7 +203,7 @@ DEFAULT_COST = [
|
||||
# NOTE: reserved is not supported by this pool
|
||||
#
|
||||
# PCI_PASSTHROUGH_BUS: Default bus to attach passthrough devices in the guest,
|
||||
# in hex notation. It may be overwritten in the PCI device using the BUS
|
||||
# in hex notation. It may be overwritten in the PCI device using the BUS
|
||||
# attribute.
|
||||
#*******************************************************************************
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user