[pve-devel] Two little remarks regarding proxmox [GERMAN]

2018-02-21 Thread Nils Privat
Hallo PVE-DEVEL-Team, ich bin so frei und sende euch zwei kleine Anmerkungen / Änderungswünsche: 1) Unter VM oder CT -> Firewall -> hinzufügen steht als dritter Eintrag "Interface". Sind damit die der VM/CT zugewiesenen Netzwerkkarten gemeint (net0, net1, etc)? Falls ja, wäre es schön, wenn

[pve-devel] [PATCH qemu-server] Fix typo

2018-02-21 Thread Herman van Rink
From: Herman van Rink Signed-off-by: Herman van Rink --- PVE/QemuMigrate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index 937a855..7e01cb2 100644 --- a/PVE/QemuMigrate.pm +++

[pve-devel] [PATCH qemu-server] Fix typo

2018-02-21 Thread Herman van Rink
From: Herman van Rink Fix typo Herman van Rink (1): Fix typo PVE/QemuMigrate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.0 ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] [PATCH manager] tree: prepare for ExtJS 6.2.0

2018-02-21 Thread Dominik Csapak
Tested again on chromium 64.0.3282.119 (debian stretch) and saw the same problem again: if you have selected any item below node level (e.g. a vm) the last element of that group is shown at the root of the tree like this https://imgur.com/Eeklyle also it can happen that you have multiple items

[pve-devel] [PATCH qemu-server 0/1] allow virtio-scsi + iothread controller hot-unplug

2018-02-21 Thread Alexandre Derumier
This as finally been fixed in qemu 2.11. (I have tested around 100 hotplug/unplug , no crash anymore) Alexandre Derumier (1): allow virtio-scsi + iothread controller hot-unplug PVE/QemuServer.pm | 4 1 file changed, 4 deletions(-) -- 2.11.0

[pve-devel] [PATCH qemu-server 1/1] allow virtio-scsi + iothread controller hot-unplug

2018-02-21 Thread Alexandre Derumier
--- PVE/QemuServer.pm | 4 1 file changed, 4 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 53da454..fb36584 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3644,10 +3644,6 @@ sub vm_deviceunplug { } elsif ($deviceid =~ m/^(scsi)(\d+)$/) { -

Re: [pve-devel] Two little remarks regarding proxmox [GERMAN]

2018-02-21 Thread Thomas Lamprecht
Hi, On 2/21/18 10:32 AM, Nils Privat wrote: > Hallo PVE-DEVEL-Team, > > ich bin so frei und sende euch zwei kleine Anmerkungen / Änderungswünsche: > See below for English. Konstruktive Anmerkungen wie deine hier werden natürlich gerne gesehen. Aber das nächste mal hier bitte auf Englisch wenn

[pve-devel] [PATCH manager v2] tree: prepare for ExtJS 6.2.0

2018-02-21 Thread Thomas Lamprecht
On 2/21/18 10:37 AM, Dominik Csapak wrote:> Tested again on chromium 64.0.3282.119 (debian stretch) > and saw the same problem again: > > if you have selected any item below node level (e.g. a vm) > the last element of that group is shown at the root of the tree > like this

[pve-devel] [PATCH manager] ui: declarative LXC Create

2018-02-21 Thread Thomas Lamprecht
add setNodename method to FileSelector and a setUnprivileged to MPEdit, this allows to make those properties bindable Reset MPEdits quota checkbox when it gets disabled Move the loadSSHKeyFromFile helper to the PVE.Utils singleton And then, with all those changes transform the LXC Create wizard

Re: [pve-devel] [PATCH manager 6/7] improve node/lxc/qemu summary pages

2018-02-21 Thread Thomas Lamprecht
On 2/20/18 1:41 PM, Dominik Csapak wrote: > let them use a one/two column layout depending on browser width > optimize stylings/padding values > get rid of the (now long) unecessary lazyitems plugin > (this was necessary for performance when we still used tabpanels instead > of our own configpanel

Re: [pve-devel] [PATCH v2 qemu-server] restore: implement rate limiting

2018-02-21 Thread Dominik Csapak
one comment inline, rest looks ok (only tested with qmrestore --bwlimit, not with storage limits atm) On 02/15/2018 01:41 PM, Wolfgang Bumiller wrote: Signed-off-by: Wolfgang Bumiller --- This version avoids the refactoring and double-reading of the VMA file, thereby