]> git.proxmox.com Git - pve-docs.git/blob - pct.conf.5-opts.adoc
add vxlan l3 routing
[pve-docs.git] / pct.conf.5-opts.adoc
1 `arch`: `<amd64 | i386>` ('default =' `amd64`)::
2
3 OS architecture type.
4
5 `cmode`: `<console | shell | tty>` ('default =' `tty`)::
6
7 Console mode. By default, the console command tries to open a connection to one of the available tty devices. By setting cmode to 'console' it tries to attach to /dev/console instead. If you set cmode to 'shell', it simply invokes a shell inside the container (no login).
8
9 `console`: `<boolean>` ('default =' `1`)::
10
11 Attach a console device (/dev/console) to the container.
12
13 `cores`: `<integer> (1 - 128)` ::
14
15 The number of cores assigned to the container. A container can use all available cores by default.
16
17 `cpulimit`: `<number> (0 - 128)` ('default =' `0`)::
18
19 Limit of CPU usage.
20 +
21 NOTE: If the computer has 2 CPUs, it has a total of '2' CPU time. Value '0' indicates no CPU limit.
22
23 `cpuunits`: `<integer> (0 - 500000)` ('default =' `1024`)::
24
25 CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to the weights of all the other running VMs.
26 +
27 NOTE: You can disable fair-scheduler configuration by setting this to 0.
28
29 `description`: `<string>` ::
30
31 Container description. Only used on the configuration web interface.
32
33 `hostname`: `<string>` ::
34
35 Set a host name for the container.
36
37 `lock`: `<backup | migrate | rollback | snapshot>` ::
38
39 Lock/unlock the VM.
40
41 `memory`: `<integer> (16 - N)` ('default =' `512`)::
42
43 Amount of RAM for the VM in MB.
44
45 `mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
46
47 Use volume as container mount point.
48
49 `acl`=`<boolean>` ;;
50
51 Explicitly enable or disable ACL support.
52
53 `backup`=`<boolean>` ;;
54
55 Whether to include the mount point in backups (only used for volume mount points).
56
57 `mp`=`<Path>` ;;
58
59 Path to the mount point as seen from inside the container.
60 +
61 NOTE: Must not contain any symlinks for security reasons.
62
63 `quota`=`<boolean>` ;;
64
65 Enable user quotas inside the container (not supported with zfs subvolumes)
66
67 `replicate`=`<boolean>` ('default =' `1`);;
68
69 Will include this volume to a storage replica job.
70
71 `ro`=`<boolean>` ;;
72
73 Read-only mount point
74
75 `shared`=`<boolean>` ('default =' `0`);;
76
77 Mark this non-volume mount point as available on all nodes.
78 +
79 WARNING: This option does not share the mount point automatically, it assumes it is shared already!
80
81 `size`=`<DiskSize>` ;;
82
83 Volume size (read only value).
84
85 `volume`=`<volume>` ;;
86
87 Volume, device or directory to mount into the container.
88
89 `nameserver`: `<string>` ::
90
91 Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
92
93 `net[n]`: `name=<string> [,bridge=<bridge>] [,firewall=<1|0>] [,gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,hwaddr=<XX:XX:XX:XX:XX:XX>] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=<integer>] [,rate=<mbps>] [,tag=<integer>] [,trunks=<vlanid[;vlanid...]>] [,type=<veth>]` ::
94
95 Specifies network interfaces for the container.
96
97 `bridge`=`<bridge>` ;;
98
99 Bridge to attach the network device to.
100
101 `firewall`=`<boolean>` ;;
102
103 Controls whether this interface's firewall rules should be used.
104
105 `gw`=`<GatewayIPv4>` ;;
106
107 Default gateway for IPv4 traffic.
108
109 `gw6`=`<GatewayIPv6>` ;;
110
111 Default gateway for IPv6 traffic.
112
113 `hwaddr`=`<XX:XX:XX:XX:XX:XX>` ;;
114
115 The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr)
116
117 `ip`=`<(IPv4/CIDR|dhcp|manual)>` ;;
118
119 IPv4 address in CIDR format.
120
121 `ip6`=`<(IPv6/CIDR|auto|dhcp|manual)>` ;;
122
123 IPv6 address in CIDR format.
124
125 `mtu`=`<integer> (64 - N)` ;;
126
127 Maximum transfer unit of the interface. (lxc.network.mtu)
128
129 `name`=`<string>` ;;
130
131 Name of the network device as seen from inside the container. (lxc.network.name)
132
133 `rate`=`<mbps>` ;;
134
135 Apply rate limiting to the interface
136
137 `tag`=`<integer> (1 - 4094)` ;;
138
139 VLAN tag for this interface.
140
141 `trunks`=`<vlanid[;vlanid...]>` ;;
142
143 VLAN ids to pass through the interface
144
145 `type`=`<veth>` ;;
146
147 Network interface type.
148
149 `onboot`: `<boolean>` ('default =' `0`)::
150
151 Specifies whether a VM will be started during system bootup.
152
153 `ostype`: `<alpine | archlinux | centos | debian | fedora | gentoo | opensuse | ubuntu | unmanaged>` ::
154
155 OS type. This is used to setup configuration inside the container, and corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to skip and OS specific setup.
156
157 `protection`: `<boolean>` ('default =' `0`)::
158
159 Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation.
160
161 `rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=<DiskSize>]` ::
162
163 Use volume as container root.
164
165 `acl`=`<boolean>` ;;
166
167 Explicitly enable or disable ACL support.
168
169 `quota`=`<boolean>` ;;
170
171 Enable user quotas inside the container (not supported with zfs subvolumes)
172
173 `replicate`=`<boolean>` ('default =' `1`);;
174
175 Will include this volume to a storage replica job.
176
177 `ro`=`<boolean>` ;;
178
179 Read-only mount point
180
181 `shared`=`<boolean>` ('default =' `0`);;
182
183 Mark this non-volume mount point as available on all nodes.
184 +
185 WARNING: This option does not share the mount point automatically, it assumes it is shared already!
186
187 `size`=`<DiskSize>` ;;
188
189 Volume size (read only value).
190
191 `volume`=`<volume>` ;;
192
193 Volume, device or directory to mount into the container.
194
195 `searchdomain`: `<string>` ::
196
197 Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.
198
199 `startup`: `[[order=]\d+] [,up=\d+] [,down=\d+] ` ::
200
201 Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.
202
203 `swap`: `<integer> (0 - N)` ('default =' `512`)::
204
205 Amount of SWAP for the VM in MB.
206
207 `template`: `<boolean>` ('default =' `0`)::
208
209 Enable/disable Template.
210
211 `tty`: `<integer> (0 - 6)` ('default =' `2`)::
212
213 Specify the number of tty available to the container
214
215 `unprivileged`: `<boolean>` ('default =' `0`)::
216
217 Makes the container run as unprivileged user. (Should not be modified manually.)
218
219 `unused[n]`: `<string>` ::
220
221 Reference to unused volumes. This is used internally, and should not be modified manually.
222