Re: [pve-devel] [PATCH v2 qemu-server] fix 4493: cloud-init: fix generated Windows config

2024-07-30 Thread Mira Limbeck
On 7/29/24 19:22, Thomas Lamprecht wrote: > Am 29/07/2024 um 17:19 schrieb Mira Limbeck: >> cloudbase-init, a cloud-init reimplementation for Windows, supports only >> a subset of the configuration options of cloud-init. Some features >> depend on support by the Metadata Service (ConfigDrive2 here)

Re: [pve-devel] [PATCH storage] api: upload: correctly test for result of unlink

2024-07-30 Thread Fiona Ebner
Am 29.07.24 um 18:50 schrieb Thomas Lamprecht: > Am 29/07/2024 um 16:29 schrieb Fiona Ebner: >> It's not enough to check whether $! is set. From "perldoc perlvar": >> >>> Many system or library calls set "errno" if they fail, to >>> indicate the cause of failure. They usually do not set "errno" >>>

[pve-devel] [PATCH qemu-server] d/control: add liburi-perl dependency

2024-07-30 Thread Mira Limbeck
URI is used in multiple files: PVE/API2/Qemu.pm PVE/CLI/qm.pm PVE/QemuServer.pm PVE/QemuServer/Cloudinit.pm Dependencies of qemu-server already have it as dependency, but there's no explicit dependency in qemu-server yet. Signed-off-by: Mira Limbeck --- debian/control | 2 ++ 1 file changed, 2

[pve-devel] SPAM: [PATCH manager] ui: dc summary: fix calculation of shared storage size

2024-07-30 Thread Igor Thaller via pve-devel
--- Begin Message --- The issue is related to the 'Summary' tab under 'Datacenter' inside a cluster. To get a steady reading of the storage size data, the frontend requests the '/api2/json/cluster/resources' every three seconds to retrieve the necessary data to calculate the used and total storage

[pve-devel] [PATCH v3 qemu-server] fix 4493: cloud-init: fix generated Windows config

2024-07-30 Thread Mira Limbeck
Cloudbase-Init, a cloud-init reimplementation for Windows, supports only a subset of the configuration options of cloud-init. Some features depend on support by the Metadata Service (ConfigDrive2 here) and have further limitations [0]. To support a basic setup the following changes were made: - p

[pve-devel] [PATCH v3 docs] cloudinit: add Windows cloudbase-init section

2024-07-30 Thread Mira Limbeck
Signed-off-by: Mira Limbeck --- v3: - fixed list continuity/indentation v2: - added metadata_services config option - added Sysprep section - fixed typos and clarified some parts qm-cloud-init.adoc | 154 + 1 file changed, 154 insertions(+) diff -

[pve-devel] applied: [PATCH qemu-server] d/control: add liburi-perl dependency

2024-07-30 Thread Thomas Lamprecht
Am 30/07/2024 um 16:27 schrieb Mira Limbeck: > URI is used in multiple files: > PVE/API2/Qemu.pm > PVE/CLI/qm.pm > PVE/QemuServer.pm > PVE/QemuServer/Cloudinit.pm > > Dependencies of qemu-server already have it as dependency, but there's > no explicit dependency in qemu-server yet. > > Signed-off

[pve-devel] applied: [PATCH pve-manager] www: backup: clarify experimental change detection modes

2024-07-30 Thread Thomas Lamprecht
Am 26/06/2024 um 09:00 schrieb Christian Ebner: > Currently, the whole mode selector is labeled as experimental, this > does however give the impression that also the default legacy mode is > an experimental mode. > To clarify that only the `data` and `metadata` change detection modes > are experim

[pve-devel] applied: [PATCH pve-manager] sdn: vnets: Hide irrelevant fields depending on zone type

2024-07-30 Thread Thomas Lamprecht
Am 22/12/2023 um 11:43 schrieb Stefan Hanreich: > Not all fields in the VnetEdit dialog are necessary for every zone > type. This lead to confusion for some users. Hide fields in the > VNetEdit dialog depending on which kind of zone is selected in order > to prevent potential confusion. > > Signed

[pve-devel] applied: [PATCH v3 qemu-server] fix 4493: cloud-init: fix generated Windows config

2024-07-30 Thread Thomas Lamprecht
Am 30/07/2024 um 17:15 schrieb Mira Limbeck: > Cloudbase-Init, a cloud-init reimplementation for Windows, supports only > a subset of the configuration options of cloud-init. Some features > depend on support by the Metadata Service (ConfigDrive2 here) and have > further limitations [0]. > > To su

[pve-devel] applied: [PATCH v3 docs] cloudinit: add Windows cloudbase-init section

2024-07-30 Thread Thomas Lamprecht
Am 30/07/2024 um 17:15 schrieb Mira Limbeck: > Signed-off-by: Mira Limbeck > --- > v3: > - fixed list continuity/indentation > v2: > - added metadata_services config option > - added Sysprep section > - fixed typos and clarified some parts > > qm-cloud-init.adoc | 154 +++

[pve-devel] applied: [PATCH qemu-server] drive mirror: prevent wrongly logging success when completion fails differently

2024-07-30 Thread Thomas Lamprecht
Am 23/07/2024 um 14:07 schrieb Fiona Ebner: > Currently, when completing a drive mirror job, only errors matching > "cannot be completed" will be handled. Other errors are ignored and > a wrong message that the job was completed successfully will be > printed to the log. An instance of this popped

[pve-devel] applied-series: [PATCH v3 qemu-server 1/2] migration: avoid crash with heavy IO on local VM disk

2024-07-30 Thread Thomas Lamprecht
Am 04/07/2024 um 11:32 schrieb Fiona Ebner: > There is a possibility that the drive-mirror job is not yet done when > the migration wants to inactivate the source's blockdrives: > >> bdrv_co_write_req_prepare: Assertion `!(bs->open_flags & BDRV_O_INACTIVE)' >> failed. > > This can be prevented b