[pve-devel] [PATCH pve-network] api2: zones: fix update

2021-08-26 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/API2/Network/SDN/Zones.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PVE/API2/Network/SDN/Zones.pm b/PVE/API2/Network/SDN/Zones.pm index 9485590..6e53240 100644 --- a/PVE/API2/Network/SDN/Zones.pm +++ b/PVE/API2/Network/SDN/Zon

Re: [pve-devel] [PATCH v2 storage 2/2] Ceph: add keyring parameter for external clusters

2021-08-26 Thread Thomas Lamprecht
On 03/08/2021 13:45, Aaron Lauterer wrote: patch does not applies.. > diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm > index a8d1243..4bd43d5 100644 > --- a/PVE/Storage/RBDPlugin.pm > +++ b/PVE/Storage/RBDPlugin.pm .. snip > @@ -327,20 +332,29 @@ sub options { diff # do not

[pve-devel] [PATCH v3 storage 1/2] CephConfig: add optional $secret parameter

2021-08-26 Thread Aaron Lauterer
This allows us to manually pass the used RBD keyring or CephFS secret. Useful mostly when adding external Ceph clusters where we have no other means to fetch them. I renamed the previous $secret to $cephfs_secret to be able to use $secret as parameter. Signed-off-by: Aaron Lauterer --- changes

[pve-devel] [PATCH v3 storage 0/2] RBD/Cephfs: new keyring parameter

2021-08-26 Thread Aaron Lauterer
This new parameter allows to set the RBD keyring or CephFS secret for an external Ceph Cluster right when creating the storage. Up until now, they had to be manually placed in /etc/pve/priv/ceph/$file. In order to reuse as much code as possible, I had to adjust the PVE::CephConfig::ceph_create_key

[pve-devel] [PATCH v3 storage 2/2] Ceph: add keyring parameter for external clusters

2021-08-26 Thread Aaron Lauterer
By adding the keyring for RBD storage or the secret for CephFS ones, it is possible to add an external Ceph cluster with only one API call. Previously the keyring / secret file needed to be placed in /etc/pve/priv/ceph/$storeID.{keyring,secret} manually. Signed-off-by: Aaron Lauterer --- changes

[pve-devel] [PATCH i18n 0/1] Update for pt-BR Translation

2021-08-26 Thread Claudio Ferreira
First update for Brazilian Portuguese using Weblate.org. Claudio Ferreira (1): Currently translated at 98.2% (1800 of 1832 strings) pt_BR.po | 3684 +++--- 1 file changed, 1568 insertions(+), 2116 deletions(-) -- 2.33.0 __

[pve-devel] [PATCH pve-docs] include chrony in time synchronisation section

2021-08-26 Thread Dylan Whyte
This patch mentions our switch to chrony and provides additional server configuration instructions for it. Also fixes up language, where appropriate Signed-off-by: Dylan Whyte --- system-timesync.adoc | 64 +--- 1 file changed, 49 insertions(+), 15 deleti

[pve-devel] applied: Re: [PATCH pve-docs] include chrony in time synchronisation section

2021-08-26 Thread Thomas Lamprecht
On 26/08/2021 14:39, Dylan Whyte wrote: > This patch mentions our switch to chrony and provides additional > server configuration instructions for it. > > Also fixes up language, where appropriate > > Signed-off-by: Dylan Whyte > --- > system-timesync.adoc | 64 +

Re: [pve-devel] [PATCH i18n 1/1] Currently translated at 98.2% (1800 of 1832 strings)

2021-08-26 Thread Thomas Lamprecht
On 26/08/2021 13:33, Claudio Ferreira wrote: > Translation: Proxmox/i18n > Translate-URL: https://hosted.weblate.org/projects/proxmox/i18n/pt_BR/ Much thanks for your contribution here, appreciated! For applying them I'd require a `Signed-off-by: ...` git trailer though. It would be great if you

[pve-devel] applied-series: Re: [PATCH v3 storage 0/2] RBD/Cephfs: new keyring parameter

2021-08-26 Thread Thomas Lamprecht
On 26/08/2021 12:03, Aaron Lauterer wrote: > This new parameter allows to set the RBD keyring or CephFS secret for an > external Ceph Cluster right when creating the storage. > Up until now, they had to be manually placed in > /etc/pve/priv/ceph/$file. > > In order to reuse as much code as possibl

[pve-devel] applied: Re: [PATCH kernel] fix #3552: cherry-pick PCI probe fixes

2021-08-26 Thread Thomas Lamprecht
On 12/08/2021 14:50, Fabian Grünbichler wrote: > breaking some NVME setups. these should be picked up by one of the next > Ubuntu kernel releases, since both the breaking change and the fix are > authored by Canonical devs. > > Signed-off-by: Fabian Grünbichler > --- > apply before pulling in nex

Re: [pve-devel] [PATCH v3 storage 1/3] status: move unlink from http-server to enpoint

2021-08-26 Thread Thomas Lamprecht
On 03/08/2021 14:16, Lorenz Stechauner wrote: > this is the first step in which not the http server removes the > temporary file, but the worker itself. > > Signed-off-by: Lorenz Stechauner > --- > PVE/API2/Storage/Status.pm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/PVE/API2/Stor