[pve-devel] applied: [PATCH common] tests: run with static TZ value

2021-05-19 Thread Thomas Lamprecht
On 19.05.21 11:49, Fabian Grünbichler wrote: > else tests may randomly fail depending on which local TZ is set.. > > Signed-off-by: Fabian Grünbichler > --- > test/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks! __

[pve-devel] applied-series: [PATCH manager 1/5] ui: panel/ConfigPanel: eslint fixes

2021-05-19 Thread Thomas Lamprecht
On 19.05.21 12:56, Dominic Jäger wrote: > Signed-off-by: Dominic Jäger > --- > www/manager6/panel/ConfigPanel.js | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > applied all 5 patches, much thanks! ___ pve-devel mailing li

[pve-devel] [PATCH manager 1/5] ui: panel/ConfigPanel: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- www/manager6/panel/ConfigPanel.js | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/www/manager6/panel/ConfigPanel.js b/www/manager6/panel/ConfigPanel.js index 23a6ee58..788615aa 100644 --- a/www/manager6/panel/ConfigPanel.js +++

[pve-devel] [PATCH manager 2/5] ui: panel/IPSet: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- www/manager6/panel/IPSet.js | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/manager6/panel/IPSet.js b/www/manager6/panel/IPSet.js index 303e518a..94117789 100644 --- a/www/manager6/panel/IPSet.js +++ b/www/manager6/panel/IPSet.js @@

[pve-devel] [PATCH manager 4/5] ui: panel/RunningChart: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- www/manager6/panel/RunningChart.js | 43 +++--- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/www/manager6/panel/RunningChart.js b/www/manager6/panel/RunningChart.js index ab4c9039..19db8b50 100644 --- a/www/manager6/pane

[pve-devel] [PATCH manager 5/5] ui: panel/StatusPanel: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- www/manager6/panel/StatusPanel.js | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/manager6/panel/StatusPanel.js b/www/manager6/panel/StatusPanel.js index f7bb4a91..f9e3537b 100644 --- a/www/manager6/panel/StatusPanel.js +++ b/ww

[pve-devel] [PATCH manager 3/5] ui: panel/NotesView: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- www/manager6/panel/NotesView.js | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/manager6/panel/NotesView.js b/www/manager6/panel/NotesView.js index 18dd8876..a40cb7d5 100644 --- a/www/manager6/panel/NotesView.js +++ b/www/manager6/p

[pve-devel] applied: [PATCH manager 1/2] ui: qemu: eslint fixes

2021-05-19 Thread Thomas Lamprecht
On 19.05.21 11:14, Dominic Jäger wrote: > Signed-off-by: Dominic Jäger > --- > These 2 patches fix the remaining errors for manager6/qemu and > manager6/storage > (manager6/lxc is already OK) > > www/manager6/qemu/CmdMenu.js | 2 +- > www/manager6/qemu/PCIEdit.js | 7 +-- > 2 files changed,

[pve-devel] [PATCH qemu-server] d/control: add pve-ha-manager to B-D

2021-05-19 Thread Fabian Grünbichler
it's needed for migration tests which mock PVE::HA::Config::vm_is_ha_managed(). Signed-off-by: Fabian Grünbichler --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 039e124..caccff4 100644 --- a/debian/control +++ b/debian/control @@ -19,

[pve-devel] [PATCH common] tests: run with static TZ value

2021-05-19 Thread Fabian Grünbichler
else tests may randomly fail depending on which local TZ is set.. Signed-off-by: Fabian Grünbichler --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 85ecac5..27489de 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,7 +

[pve-devel] [PATCH v2 pve-container 1/1] add ipam support

2021-05-19 Thread Alexandre Derumier
This add ipam support for nic using sdn vnets. - if ips are specified manally, we verify that subnet exist on vnet, and we register ip in ipam - if nic is on a vnet, but no ip is specified, we auto find the next available ips in this vnet subnet - if a gateway is defined on the subnet, we overri

[pve-devel] [PATCH manager 2/2] ui: storage/PBS edit: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- www/manager6/storage/PBSEdit.js | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js index 2479304a..773d41e8 100644 --- a/www/manager6/storage/PBSEdit.js +++ b/www/

[pve-devel] [PATCH manager 1/2] ui: qemu: eslint fixes

2021-05-19 Thread Dominic Jäger
Signed-off-by: Dominic Jäger --- These 2 patches fix the remaining errors for manager6/qemu and manager6/storage (manager6/lxc is already OK) www/manager6/qemu/CmdMenu.js | 2 +- www/manager6/qemu/PCIEdit.js | 7 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/www/manager6

[pve-devel] [PATCH v2 pve-container 0/1] add ipam support

2021-05-19 Thread Alexandre Derumier
Changelog v2: - refactor code - move code from PVE::LXC::Config to PVE::LXC - add update_net_ip tests - fix bugs when changing from vnet ipam to vnet without ipam/ without subnets / classic vmbr - add support for snasphot rollback - add support for backup restore Alexandre Derumier (1): add ip