[pve-devel] [PATCH storage 1/2] pvesm: reformat cmd definitions

2021-09-27 Thread Lorenz Stechauner
Signed-off-by: Lorenz Stechauner --- PVE/CLI/pvesm.pm | 343 ++- 1 file changed, 223 insertions(+), 120 deletions(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index 190de91..7afbe22 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -574,76

[pve-devel] [PATCH storage 2/2] fix #3633: pvesm: use print_api_results

2021-09-27 Thread Lorenz Stechauner
Signed-off-by: Lorenz Stechauner --- PVE/CLI/pvesm.pm | 144 ++- 1 file changed, 18 insertions(+), 126 deletions(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index 7afbe22..7bb363c 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -178,68

Re: [pve-devel] Updating translations

2021-09-27 Thread Claudio Ferreira
Hi Replying to some of my questions: * How can we update our po files (in my case, pt-BR)? You need to install some packages, like make, gettext and any other requirements listed in output, signed as error. After this, you need to run the command: $ make update After some updates, push some git

Re: [pve-devel] [PATCH storage 1/2] pvesm: reformat cmd definitions

2021-09-27 Thread Thomas Lamprecht
On 27.09.21 09:09, Lorenz Stechauner wrote: > Signed-off-by: Lorenz Stechauner > --- > PVE/CLI/pvesm.pm | 343 ++- > 1 file changed, 223 insertions(+), 120 deletions(-) > > diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm > index 190de91..7afbe22 10075

Re: [pve-devel] [PATCH v2 qemu-server 1/1] fix #2429: allow to specify cloud-init vendor snippet via cicustom

2021-09-27 Thread Mira Limbeck
I tested your patch with a Ubuntu 20.04 cloudimg. Works fine The patch looks good except for three small things. See comments inline. On 8/23/21 4:34 PM, Constantin Herold wrote: v2 rebase with master Any updates on this ? Patch has been available since june reference: https://lists.proxmox.c

Re: [pve-devel] building pve-docs - Can't locate PVE/RESTHandler.pm

2021-09-27 Thread Sylvain Faivre
On Sat, Sep 18, 2021 at 1:07 PM Thomas Lamprecht wrote: > Hi, > > On 17.09.21 16:57, Sylvain Faivre wrote: > > I am planning to submit patches for the Proxmox docs, following my post > at > > > https://forum.proxmox.com/threads/some-notes-and-questions-about-proxmox-cluster-networking.96001/ > >

[pve-devel] [PATCH zfsonlinux 0/3] update to 2.1.1

2021-09-27 Thread Stoiko Ivanov
Changes from the RFC sent 20 days ago: * ZFS 2.1.1 was tagged upstream * the abi-tracking changes were ported to 2.1-release, rendering the ported patches superfluous Tested with the upcoming 5.13 kernel on 2 VMs with storage-replication: * created a snapshot before the upgrade on one machine, *

[pve-devel] [PATCH zfsonlinux 1/3] update submodule and patches to ZFS 2.1.1-staging

2021-09-27 Thread Stoiko Ivanov
Signed-off-by: Stoiko Ivanov --- ...ith-d-dev-disk-by-id-in-scan-service.patch | 6 +- .../0006-dont-symlink-zed-scripts.patch | 5 +- .../patches/0007-Use-installed-python3.patch | 4 +- ...-move-manpage-arcstat-1-to-arcstat-8.patch | 61 +-- upstream

[pve-devel] [PATCH zfsonlinux 2/3] buildsys: adapt install paths for zfs 2.1.1

2021-09-27 Thread Stoiko Ivanov
Signed-off-by: Stoiko Ivanov --- debian/zfsutils-linux.install | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install index 4f93aa70..b7501b30 100644 --- a/debian/zfsutils-linux.install +++ b/debian/zfsutil

[pve-devel] [PATCH zfsonlinux 3/3] bump libzpool soname

2021-09-27 Thread Stoiko Ivanov
following commit ec311430e2fd66492498a1559f56ef25e1192266 upstream However since libzfs increased both the current as well as the age the soname of the library remained at libzfs4.so - following https://www.debian.org/doc/debian-policy/ch-sharedlibs.html I left the package name at libzfs4linux Si

[pve-devel] applied-series: [PATCH zfsonlinux 0/3] update to 2.1.1

2021-09-27 Thread Thomas Lamprecht
On 27.09.21 20:07, Stoiko Ivanov wrote: > Changes from the RFC sent 20 days ago: > * ZFS 2.1.1 was tagged upstream > * the abi-tracking changes were ported to 2.1-release, rendering the ported > patches superfluous > > Tested with the upcoming 5.13 kernel on 2 VMs with storage-replication: > * c

[pve-devel] [PATCH v2 storage 1/2] fix #3633: pvesm: use print_api_result

2021-09-27 Thread Lorenz Stechauner
Signed-off-by: Lorenz Stechauner --- PVE/CLI/pvesm.pm | 146 ++- 1 file changed, 18 insertions(+), 128 deletions(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index 190de91..6c0a1b2 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -178,68

[pve-devel] [PATCH v2 storage 2/2] pvesm: using $API instead of PVE::API2::Storage

2021-09-27 Thread Lorenz Stechauner
Signed-off-by: Lorenz Stechauner --- PVE/CLI/pvesm.pm | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index 6c0a1b2..28be91c 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -511,43 +511,45 @@ my $pr