[pve-devel] applied-series: [PATCH proxmox-offline-mirror 0/3] --dry-run / create-all additions

2022-09-16 Thread Thomas Lamprecht
Am 16/09/2022 um 12:35 schrieb Fabian Grünbichler: > this series adds a new `--dry-run` parameter to `mirror snapshot > create`, and a new `mirror snapshot create-all` command. > > it's based on top of my other series: > > misc improvements - 20220915130918.727902-1-f.gruenbich...@proxmox.com >

[pve-devel] applied-series: [PATCH proxmox-apt/proxmox-offline-mirror 0/7] misc improvements

2022-09-16 Thread Thomas Lamprecht
Am 15/09/2022 um 15:09 schrieb Fabian Grünbichler: > this series adds some features and fixes some issues that pop up when > attempting to mirror Ubuntu repositories, and should also improve > resilience with other third-party repositories. > > tested with Ubuntu Jammy (main, security and updates

Re: [pve-devel] [PATCH manager] fix #2435: GUI: LXC summary: Add privileged status and os type

2022-09-16 Thread Matthias Heiserer
On 09.09.2022 08:20, Thomas Lamprecht wrote: Can you please split this into two commits, first the unpriv one and then the OS type one? Am 08/08/2022 um 13:48 schrieb Matthias Heiserer: --- I'm a bit unsure about the icons, there are probably better ones, but I couldn't think of/find any. One

[pve-devel] [PATCH qemu-server] fix #4249: make qemu_img_convert respect bwlimit

2022-09-16 Thread Leo Nunner
Previously, cloning a stopped VM didn't respect bwlimit. Passing the -r (ratelimit) parameter to qemu-img convert fixes this issue. Signed-off-by: Leo Nunner --- With qemu_img_convert getting a parameter for bwlimit, would it maybe also make sense to apply the migration limit inside ImportDisk? I

[pve-devel] applied-series: [PATCH qemu-server 1/2] vzdump: tpmstate: escape drive string

2022-09-16 Thread Thomas Lamprecht
Am 14/09/2022 um 15:07 schrieb Fabian Grünbichler: > the volume path could contain escaped ":" or ",", which means their '\' > needs to be escaped another time for passing to HMP. > > the same approach is used for hotplugging regular drives in > PVE::QemuServer, and is needed (at least) for RBD st

[pve-devel] applied: [PATCH manager] ui: eslint: fix undefined check

2022-09-16 Thread Thomas Lamprecht
Am 15/09/2022 um 11:48 schrieb Dominik Csapak: > 'typeof' cannot return 'undefined' only the string '"undefined"', newer > eslint versions detect that as error > > to fix it, directly check it for undefined instead of using typeof > > Signed-off-by: Dominik Csapak > --- > www/manager6/storage/P

[pve-devel] applied: [PATCH docs] zfs: special device: update maximum for special_small_blocks

2022-09-16 Thread Thomas Lamprecht
Am 16/09/2022 um 09:21 schrieb Fiona Ebner: > In ZFS 0.8.3, the limit was increased to 1M [0][1]. > > [0] https://github.com/openzfs/zfs/releases/tag/zfs-0.8.3 > [1] https://github.com/openzfs/zfs/pull/9355 > > Signed-off-by: Fiona Ebner > --- > local-zfs.adoc | 2 +- > 1 file changed, 1 insert

[pve-devel] [PATCH proxmox-offline-mirror 3/3] cli: add `mirror snapshot create-all` command

2022-09-16 Thread Fabian Grünbichler
that creates a new snapshot for each configured mirror, collecting the results and printing a summary at the end. this should be suitable for usage in a cron job or timer-triggered unit, with no output on stderr for 100% OK execution runs. Signed-off-by: Fabian Grünbichler --- src/bin/proxmox_of

[pve-devel] [PATCH proxmox-offline-mirror 0/3] --dry-run / create-all additions

2022-09-16 Thread Fabian Grünbichler
this series adds a new `--dry-run` parameter to `mirror snapshot create`, and a new `mirror snapshot create-all` command. it's based on top of my other series: misc improvements - 20220915130918.727902-1-f.gruenbich...@proxmox.com Fabian Grünbichler (3): mirror: add --dry-run parameter cli:

[pve-devel] [PATCH proxmox-offline-mirror 1/3] mirror: add --dry-run parameter

2022-09-16 Thread Fabian Grünbichler
in dry-run mode, creating a snapshot will download (but not persist) the Release files and any indices referenced within, but not download the package files themselves. instead, any URLs that would still need to be fetched are printed, and the statistics about to-be-fetched files and bytes is updat

[pve-devel] [PATCH proxmox-offline-mirror 2/3] cli: extract subscription key helper

2022-09-16 Thread Fabian Grünbichler
for re-use in the (not-yet-created) create-all command. Signed-off-by: Fabian Grünbichler --- src/bin/proxmox_offline_mirror_cmds/mirror.rs | 51 +++ 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/src/bin/proxmox_offline_mirror_cmds/mirror.rs b/src/bin/proxmox_o

Re: [pve-devel] [PATCH common/cluster/qemu/container/wt/manager v7] add tags to ui

2022-09-16 Thread Dominik Csapak
On 9/16/22 09:19, Thomas Lamprecht wrote: Am 21/06/2022 um 11:19 schrieb Dominik Csapak: this series brings the already existing 'tags' for ct/vms to the gui: * tags can be edited in the status toolbar of the guest * existing tags will be shown in the tree/global search/resource grids * when edi

[pve-devel] [PATCH docs] zfs: special device: update maximum for special_small_blocks

2022-09-16 Thread Fiona Ebner
In ZFS 0.8.3, the limit was increased to 1M [0][1]. [0] https://github.com/openzfs/zfs/releases/tag/zfs-0.8.3 [1] https://github.com/openzfs/zfs/pull/9355 Signed-off-by: Fiona Ebner --- local-zfs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-zfs.adoc b/local-zfs

Re: [pve-devel] [PATCH common/cluster/qemu/container/wt/manager v7] add tags to ui

2022-09-16 Thread Thomas Lamprecht
Am 21/06/2022 um 11:19 schrieb Dominik Csapak: > this series brings the already existing 'tags' for ct/vms to the gui: > * tags can be edited in the status toolbar of the guest > * existing tags will be shown in the tree/global search/resource grids > * when editing a tag, a list of existing tags w