[pve-devel] [PATCH qemu-server] fix #5543: pci: don't use pci devices when starting templates

2024-06-18 Thread Dominik Csapak
templates can only be started in context of a pbs backup, and there we don't need or want to use the configured pci devices, since they cannot be started normally anyway. Without this, users can get into a situation where the template cannot be backed up when the pci device is not available, even

[pve-devel] applied: [PATCH docs v2] acme: add note about validation delay

2024-06-18 Thread Thomas Lamprecht
Am 18/06/2024 um 16:15 schrieb Folke Gleumes: > The effect and unit of the validation delay was unclear from our > documentation, and the link to the acme.sh documentation didn't explain > it either > > Signed-off-by: Folke Gleumes > --- > > since v1: > * slight rewording suggested by Alex > >

[pve-devel] [PATCH docs v2] acme: add note about validation delay

2024-06-18 Thread Folke Gleumes
The effect and unit of the validation delay was unclear from our documentation, and the link to the acme.sh documentation didn't explain it either Signed-off-by: Folke Gleumes --- since v1: * slight rewording suggested by Alex certificate-management.adoc | 4 +++- 1 file changed, 3 insertions(

[pve-devel] [PATCH docs] acme: add note about validation delay

2024-06-18 Thread Folke Gleumes
The effect and unit of the validation delay was unclear from our documentation, and the link to the acme.sh documentation didn't explain it either Signed-off-by: Folke Gleumes --- certificate-management.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/certificate-manag

Re: [pve-devel] [PATCH docs v3] pveceph: document cluster shutdown

2024-06-18 Thread Alexander Zeidler
On Tue, 2024-05-28 at 13:54 +0200, Aaron Lauterer wrote: > Signed-off-by: Aaron Lauterer > --- > changes: > incorporated additional feedback regarding phrasing, structure and > spelling Reviewed-by: Alexander Zeidler ___ pve-devel mailing list pve-de

[pve-devel] applied: [PATCH docs] asciidoc: add clickable anchor link to all headings

2024-06-18 Thread Aaron Lauterer
On 2024-05-10 15:16, Christoph Heiss wrote: Works the same as in our PBS documentation and is generally common for documentations. Very useful for linking specific sections of the documentation in other places. Previously, this always had to be done by getting the correct anchor from the HT

[pve-devel] [PATCH qemu-server 1/2] vma restore: improve timeout error messages

2024-06-18 Thread Fiona Ebner
The generic "got timeout" message cannot be associated to a certain code path and also isn't very user-friendly. Use dedicated messages for each stage and also suggest why the timeout for reading the header might have happened, i.e. because it was corrupted. Suggested-by: Thomas Lamprecht Signed-

[pve-devel] [PATCH qemu-server 2/2] vma restore: bump timeout for reading header

2024-06-18 Thread Fiona Ebner
With high IO pressure, 5 seconds might not be enough, even if the request is small. Suggested-by: Thomas Lamprecht Signed-off-by: Fiona Ebner --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 85e8d74b..5e2f5e2a