fix #5087: qm: formatting of start/shutdown order list

drop the stray '*' and reflow.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-11-29 14:39:53 +01:00
parent 3a175eaa3b
commit 5afa9371b0

View File

@ -1112,11 +1112,10 @@ to other guest systems. For this you can use the following
parameters: parameters:
* *Start/Shutdown order*: Defines the start order priority. For example, set it * *Start/Shutdown order*: Defines the start order priority. For example, set it
* to 1 if to 1 if you want the VM to be the first to be started. (We use the reverse
you want the VM to be the first to be started. (We use the reverse startup startup order for shutdown, so a machine with a start order of 1 would be the
order for shutdown, so a machine with a start order of 1 would be the last to last to be shut down). If multiple VMs have the same order defined on a host,
be shut down). If multiple VMs have the same order defined on a host, they will they will additionally be ordered by 'VMID' in ascending order.
additionally be ordered by 'VMID' in ascending order.
* *Startup delay*: Defines the interval between this VM start and subsequent * *Startup delay*: Defines the interval between this VM start and subsequent
VMs starts. For example, set it to 240 if you want to wait 240 seconds before VMs starts. For example, set it to 240 if you want to wait 240 seconds before
starting other VMs. starting other VMs.