[pve-devel] Proxmox VE 6.4 released

2021-04-28 Thread Martin Maurer
Hi all, We are proud to announce the general availability of Proxmox Virtual Environment 6.4, our open-source virtualization platform. This version brings unified single-file restore for virtual machine (VM) and container (CT) backup archives stored on a Proxmox Backup Server as well as live r

[pve-devel] [PATCH docs] pveproxy: improve LISTEN_IP doc

2021-04-28 Thread Oguz Bektas
* fix small typo * add details for link-local addresses * mention that pveproxy needs to be restarted Signed-off-by: Oguz Bektas --- pveproxy.adoc | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pveproxy.adoc b/pveproxy.adoc index 08c5f63..b9f8ade 100644 --- a/pvepr

Re: [pve-devel] [PATCH docs] pveproxy: improve LISTEN_IP doc

2021-04-28 Thread Thomas Lamprecht
On 28.04.21 13:16, Oguz Bektas wrote: > * fix small typo > * add details for link-local addresses > * mention that pveproxy needs to be restarted > > Signed-off-by: Oguz Bektas > --- > pveproxy.adoc | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/pveproxy.adoc

Re: [pve-devel] [PATCH docs] pveproxy: improve LISTEN_IP doc

2021-04-28 Thread Thomas Lamprecht
On 28.04.21 13:42, Oguz Bektas wrote: >>> + >>> + LISTEN_IP="fe80::d8ee:34ff:fe37:4579%vmbr0" >>> + >>> +After the change you have to restart `pveproxy` for it to take effect: >> >> I'd specifically state that a reload is not enough and then add a small >> warning that >> a restart can stop some e

Re: [pve-devel] [PATCH docs] pveproxy: improve LISTEN_IP doc

2021-04-28 Thread Oguz Bektas
hi, thanks for checking. On Wed, Apr 28, 2021 at 01:35:40PM +0200, Thomas Lamprecht wrote: > On 28.04.21 13:16, Oguz Bektas wrote: > > * fix small typo > > * add details for link-local addresses > > * mention that pveproxy needs to be restarted > > > > Signed-off-by: Oguz Bektas > > --- > > pv

Re: [pve-devel] [PATCH docs] pveproxy: improve LISTEN_IP doc

2021-04-28 Thread Oguz Bektas
On Wed, Apr 28, 2021 at 01:51:51PM +0200, Thomas Lamprecht wrote: > On 28.04.21 13:42, Oguz Bektas wrote: > >>> + > >>> + LISTEN_IP="fe80::d8ee:34ff:fe37:4579%vmbr0" > >>> + > >>> +After the change you have to restart `pveproxy` for it to take effect: > >> > >> I'd specifically state that a reload

Re: [pve-devel] [PATCH docs] pveproxy: improve LISTEN_IP doc

2021-04-28 Thread Thomas Lamprecht
On 28.04.21 14:20, Oguz Bektas wrote: > On Wed, Apr 28, 2021 at 01:51:51PM +0200, Thomas Lamprecht wrote: >> On 28.04.21 13:42, Oguz Bektas wrote: > + > + LISTEN_IP="fe80::d8ee:34ff:fe37:4579%vmbr0" > + > +After the change you have to restart `pveproxy` for it to take effect: >

[pve-devel] [PATCH storage 1/1] fix #1710: add retrieve method for storage

2021-04-28 Thread Lorenz Stechauner
Users are now able to download/retrieve any .iso/... file onto their storages and verify file integrity with checksums. Signed-off-by: Lorenz Stechauner --- PVE/API2/Storage/Status.pm | 244 + 1 file changed, 244 insertions(+) diff --git a/PVE/API2/Storage/St

[pve-devel] [PATCH widget-toolkit 1/1] window: add upidFieldName option

2021-04-28 Thread Lorenz Stechauner
Signed-off-by: Lorenz Stechauner --- src/window/Edit.js | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/window/Edit.js b/src/window/Edit.js index 53d0e73..867ba9b 100644 --- a/src/window/Edit.js +++ b/src/window/Edit.js @@ -53,6 +53,10 @@ Ext.define('Proxmox.wi

[pve-devel] [PATCH manager 1/1] fix #1710: add retrieve from url button for storage

2021-04-28 Thread Lorenz Stechauner
Add PVE.storage.Retrieve window and PVE.form.hashAlgorithmSelector. Users are now able to download/retrieve any .iso/... file onto their storages and verify file integrity with checksums. Signed-off-by: Lorenz Stechauner --- www/manager6/Makefile | 1 + www/manager6/form/H