[pve-devel] applied-series: Re: [PATCH V2 ifupdown2 00/10] 3.0.0-1 version

2020-06-03 Thread Thomas Lamprecht
On 6/2/20 10:31 AM, Alexandre Derumier wrote: > Hi, > > This patch series update ifupdown2 to 3.0.0-1. > > Please bump the proxmox git mirror to 3.0.0-1 tag. > applied series, thanks! pushed out the 3.0.0-1 tag but then decided to update to current master as it allows to drop all extra patche

Re: [pve-devel] applied-series: Re: [PATCH V2 ifupdown2 00/10] 3.0.0-1 version

2020-06-03 Thread Alexandre DERUMIER
applied series, thanks! >>pushed out the 3.0.0-1 tag but then decided to update >>to current master as it allows to drop all extra patches and master had >>just one extra commit besides that Ok,no problem. Thanks ! - Mail original - De: "Thomas Lamprecht" À: "pve-devel" , "aderumier" E

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Andreas Steinel
Hello, On Wed, Jun 3, 2020 at 11:23 AM b...@todoo.biz wrote: > I was wondering if there are any plans to integrate the Proxmox FreeNAS > iSCSI initiator patches developped by the TheGrandWazoo and available in > github repository here : https://github.com/TheGrandWazoo/freenas-proxmox > into the

[pve-devel] applied-series: Re: [PATCH V2 pve-network 0/7] vlanaware vnets

2020-06-03 Thread Thomas Lamprecht
On 6/2/20 11:20 AM, Alexandre Derumier wrote: > This ass support for vlan-aware vnets. > patch1 && 2 were already submit on the mailing > > patch3 is a small fix to avoid packet lost on reload > with ovs + qinq|vlan plugins > > changelog v2: > add more fixes for ovs > > Alexandre Derumier (7): >

[pve-devel] [PATCH manager v2] Make PVE6 compatible with supported ceph versions

2020-06-03 Thread Alwin Antreich
Luminous, Nautilus and Octopus. In Octopus the mon_status was dropped. Also the ceph status was cleaned up and doesn't provide the mgrmap and monmap. The rados queries used in the ceph status API endpoints (cluster / node) were factored out and merged to one place. Signed-off-by: Alwin Antreich

[pve-devel] applied-series: Re: [PATCH pve-manager 0/2] sdn: vlanaware + vlan mtu

2020-06-03 Thread Thomas Lamprecht
On 6/2/20 11:48 AM, Alexandre Derumier wrote: > Patch1 is a resend with fix > > Patch2 add missing mtu option to vlan plugin > > Alexandre Derumier (2): > sdn: add vlan aware option to vnet > sdn: vlan : add mtu field > > www/manager6/sdn/VnetEdit.js | 7 +++ > www/manager6/sdn/V

[pve-devel] applied: Re: [PATCH pve-common] network: vlan-aware bridge: fix pvid when trunks is defined

2020-06-03 Thread Thomas Lamprecht
On 5/25/20 1:05 PM, Alexandre Derumier wrote: > Currently, when a trunks is defined, the vlan tag is not used > for pvid with vlan-aware bridge. (It's ok with ovs switch) > > example: > > net0: e1000=BA:90:68:B8:CF:F5,bridge=vmbr1,tag=2,trunks=2-11 > > before > -- > tap100i0 2-11 > >

[pve-devel] applied-series: Re: [PATCH pve-docs 0/3] sdn: improvement

2020-06-03 Thread Thomas Lamprecht
On 5/26/20 5:46 PM, Alexandre Derumier wrote: > Somes fixes, and add description for new vnet vlan-aware option > > Alexandre Derumier (3): > sdn: add a note to add "source /etc/network/interfaces.d/*" > sdn: add vnet vlan-aware option > sdn: fix qinq zone2 example > > pvesdn.adoc | 11 +++

[pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread b...@todoo.biz
Hello, I was wondering if there are any plans to integrate the Proxmox FreeNAS iSCSI initiator patches developped by the TheGrandWazoo and available in github repository here : https://github.com/TheGrandWazoo/freenas-proxmox into the main FreeNAS Enterprise repo. I am not a huge fan of "cus

[pve-devel] [PATCH manager v2 2/2] ceph: extend pveceph pool ls

2020-06-03 Thread Alwin Antreich
to present more data on pools and a nicer formated output on the command line. Signed-off-by: Alwin Antreich --- PVE/API2/Ceph.pm | 14 ++ PVE/CLI/pveceph.pm | 24 ++-- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/PVE/API2/Ceph.pm b/PVE/API2/

[pve-devel] [PATCH manager v2 1/2] ceph: extend the pool view

2020-06-03 Thread Alwin Antreich
to add the pg_autoscale_mode since its activated in Ceph Octopus by default and emmits a waring (ceph status) if a pool has too many PGs. Signed-off-by: Alwin Antreich --- v1 -> v2: split addition of pg_autoscale_mode and pveceph pool output format PVE/API2/Ceph.pm | 13 +

Re: [pve-devel] [PATCH qemu-server] add virtio host_mtu feature.

2020-06-03 Thread Alexandre DERUMIER
Hi, any comment about this patch ? forum users still need it https://forum.proxmox.com/threads/set-mtu-on-guest.45078/page-2 (and it could help too with vxlan and other tunneling where mtu need to be reduce on guest) - Mail original - De: "aderumier" À: "pve-devel" Cc: "aderumier"

[pve-devel] [RFC manager] change permissions for non-network cloudinit settings

2020-06-03 Thread Mira Limbeck
With the introduction of VM.Config.Cloudinit we can set the user, password and an SSH key without VM.Config.Network permission and instead use VM.Config.Cloudinit. Signed-off-by: Mira Limbeck --- www/manager6/qemu/CloudInit.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g

[pve-devel] [RFC access-control] close #2741: introduce VM.Config.Cloudinit permission

2020-06-03 Thread Mira Limbeck
It is added to PVEVMUser by default. Signed-off-by: Mira Limbeck --- PVE/AccessControl.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index f50a510..ae8eaae 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -741,6 +741,7 @@ my $pr

[pve-devel] [RFC qemu-server] close #2741: check for VM.Config.Cloudinit permission

2020-06-03 Thread Mira Limbeck
This allows setting ciuser, cipassword and all other cloudinit settings that are not part of the network without VM.Config.Network permissions. Signed-off-by: Mira Limbeck --- PVE/API2/Qemu.pm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qem

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Michael Rasmussen
On Wed, 3 Jun 2020 11:34:35 +0200 Andreas Steinel wrote: > > If I remember correctly, the problem with the ZFS-over-iSCSI stuff is > that the backend provider in FreeNAS/FreeBSD has changed numerous > times and at least one version did not support online > reconfiguration. That may be solved rig

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Michael Rasmussen
On Wed, 3 Jun 2020 12:03:05 +0200 Michael Rasmussen wrote: > so therefore qualifies Should have read 'so therefore not qualifies' ;-) -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc https://pgp.key-server.io/pks/lookup?search=0xD3C9A00E mir datanom net ht

[pve-devel] applied-series: Re: [PATCH manager v2 1/2] ceph: extend the pool view

2020-06-03 Thread Thomas Lamprecht
On 6/3/20 3:28 PM, Alwin Antreich wrote: > to add the pg_autoscale_mode since its activated in Ceph Octopus by > default and emmits a waring (ceph status) if a pool has too many PGs. > > Signed-off-by: Alwin Antreich > --- > v1 -> v2: split addition of pg_autoscale_mode and pveceph pool >

[pve-devel] applied: Re: [PATCH manager v2] Make PVE6 compatible with supported ceph versions

2020-06-03 Thread Thomas Lamprecht
On 6/3/20 1:39 PM, Alwin Antreich wrote: > Luminous, Nautilus and Octopus. In Octopus the mon_status was dropped. > Also the ceph status was cleaned up and doesn't provide the mgrmap and > monmap. > > The rados queries used in the ceph status API endpoints (cluster / node) > were factored out and

[pve-devel] applied: Re: [PATCH manager] ui: add checkbox for vmid filter for backupview

2020-06-03 Thread Thomas Lamprecht
On 5/29/20 2:28 PM, Dominik Csapak wrote: > instead of hardcoding the text 'type-id-' into the searchbar > to accomodate for the additional size, add an overflowHandler > to the toolbar (for very small display sizes) > > Signed-off-by: Dominik Csapak > --- > www/manager6/grid/BackupView.js | 49

[pve-devel] applied: Re: [PATCH manager] ui: migration: add maxHeight to migration window

2020-06-03 Thread Thomas Lamprecht
On 5/19/20 12:54 PM, Tim Marx wrote: > to prevent indefinite growth in case of e.g. many local disks > > Signed-off-by: Tim Marx > --- > www/manager6/window/Migrate.js | 1 + > 1 file changed, 1 insertion(+) > > applied, thanks! ___ pve-devel mailin

Re: [pve-devel] [PATCH v2 manager 1/2] vzdump: make guest include logic testable

2020-06-03 Thread Thomas Lamprecht
On 5/4/20 4:08 PM, Aaron Lauterer wrote: > As a first step to make the whole guest include logic more testable the > part from the API endpoint has been moved to its own method with as > little changes as possible. > > Everything concerning `all` and `exclude` logic is still in the > PVE::VZDump->

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Thomas Lamprecht
On 6/3/20 6:32 PM, b...@todoo.biz wrote: > Le 3 juin 2020 à 18:25, Michael Rasmussen a écrit : >> >> Signé partie PGP >> On Wed, 3 Jun 2020 18:16:11 +0200 >> "b...@todoo.biz" wrote: >> >>> >>> What is your upper limit for this ? >>> >> I prefer a world without limitations;-) >> BTW. Some years a

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread b...@todoo.biz
> Le 3 juin 2020 à 12:03, Michael Rasmussen a écrit : > > Signé partie PGP > On Wed, 3 Jun 2020 11:34:35 +0200 > Andreas Steinel wrote: > >> >> If I remember correctly, the problem with the ZFS-over-iSCSI stuff is >> that the backend provider in FreeNAS/FreeBSD has changed numerous >> times

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Michael Rasmussen
On Wed, 3 Jun 2020 16:54:17 +0200 "b...@todoo.biz" wrote: > > A lot of time has passed since version 9 of FreeBSD / FreeNAS. Six > years to be precise. > The version numbers was for explanation purposes only. BTW. When FreeNAS soon will vanish an be consumed be TrueNAS what happens then? Will i

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread b...@todoo.biz
> Le 3 juin 2020 à 18:06, Michael Rasmussen a écrit : > > Signé partie PGP > On Wed, 3 Jun 2020 16:54:17 +0200 > "b...@todoo.biz" wrote: > >> >> A lot of time has passed since version 9 of FreeBSD / FreeNAS. Six >> years to be precise. >> > The version numbers was for explanation purposes

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Michael Rasmussen
On Wed, 3 Jun 2020 18:16:11 +0200 "b...@todoo.biz" wrote: > > What is your upper limit for this ? > I prefer a world without limitations;-) BTW. Some years ago I asked phk (Poul Henning Kamp) about this and according to him there was no kernel reason behind the limitation and to the best of hi

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread b...@todoo.biz
Le 3 juin 2020 à 18:25, Michael Rasmussen a écrit : > > Signé partie PGP > On Wed, 3 Jun 2020 18:16:11 +0200 > "b...@todoo.biz" wrote: > >> >> What is your upper limit for this ? >> > I prefer a world without limitations;-) > BTW. Some years ago I asked phk (Poul Henning Kamp) about this and

Re: [pve-devel] Integration of FreeNAS iSCSI target initiator in Proxmox Enterprise repo

2020-06-03 Thread Michael Rasmussen
On Wed, 3 Jun 2020 18:16:11 +0200 "b...@todoo.biz" wrote: > > I'll try to see what can be done… > But I am more involved in firewalling hardcore dev than Proxmox at > this stage ! > This is the file you should copy an adapt to ctld: https://git.proxmox.com/?p=pve-storage.git;a=blob;f=PVE/Stor