* [pve-devel] [PATCH docs] pct/qm.conf: fixup reserved ID range
@ 2022-01-28 11:43 Fabian Ebner
2022-01-28 13:15 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2022-01-28 11:43 UTC (permalink / raw)
To: pve-devel
100 is not reserved, and '<=' actually showed up as '(' in the
generated man page.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
Not sure if this is the proper way to write '<' after what happened
to '<='.
pct.conf.adoc | 2 +-
qm.conf.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pct.conf.adoc b/pct.conf.adoc
index d967d79..42a2cee 100644
--- a/pct.conf.adoc
+++ b/pct.conf.adoc
@@ -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
diff --git a/qm.conf.adoc b/qm.conf.adoc
index ddfd65d..2be3b6c 100644
--- a/qm.conf.adoc
+++ b/qm.conf.adoc
@@ -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
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH docs] pct/qm.conf: fixup reserved ID range
2022-01-28 11:43 [pve-devel] [PATCH docs] pct/qm.conf: fixup reserved ID range Fabian Ebner
@ 2022-01-28 13:15 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-01-28 13:15 UTC (permalink / raw)
To: Proxmox VE development discussion, Fabian Ebner
On 28.01.22 12:43, Fabian Ebner wrote:
> 100 is not reserved, and '<=' actually showed up as '(' in the
> generated man page.
>
> Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
> ---
>
> Not sure if this is the proper way to write '<' after what happened
> to '<='.
`<` should be fine as is, <= is normally converted to ⇐ so the ( is a bit
weird...
>
> pct.conf.adoc | 2 +-
> qm.conf.adoc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-28 13:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 11:43 [pve-devel] [PATCH docs] pct/qm.conf: fixup reserved ID range Fabian Ebner
2022-01-28 13:15 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal