mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-18 06:03:46 +03:00
pct/qm.conf: fixup reserved ID range
100 is not reserved, and '<=' actually showed up as '(' in the generated man page. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
33ccd432b8
commit
9470f7aab6
@ -31,7 +31,7 @@ endif::wiki[]
|
||||
The `/etc/pve/lxc/<CTID>.conf` files stores container configuration,
|
||||
where `CTID` is the numeric ID of the given container.
|
||||
|
||||
NOTE: IDs <= 100 are reserved for internal purposes.
|
||||
NOTE: IDs < 100 are reserved for internal purposes.
|
||||
|
||||
|
||||
File Format
|
||||
|
@ -31,7 +31,7 @@ endif::wiki[]
|
||||
The `/etc/pve/qemu-server/<VMID>.conf` files stores VM configuration,
|
||||
where "VMID" is the numeric ID of the given VM.
|
||||
|
||||
NOTE: IDs <= 100 are reserved for internal purposes.
|
||||
NOTE: IDs < 100 are reserved for internal purposes.
|
||||
|
||||
|
||||
File Format
|
||||
|
Loading…
x
Reference in New Issue
Block a user