Re: [pve-devel] [PATCH pve-manager v2] ext6migrate: Update our ComboGrid component to work with ExtJS6

2016-01-13 Thread Dietmar Maurer
applied. But the storage selector inside the backup configuration does not work correctly ... ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH v2 qemu-server] Closes #787: add Haswell-noTSX and Broadwell-noTSX cpu types

2016-01-13 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH ha-manager 4/4] TestHardware: call CRM shutdown request and add lock release tests

2016-01-13 Thread Thomas Lamprecht
This is needed for regression testing a master lock release. Adds two tests to check a lock release: * with no active lrm (test-reboot2) * with active lrm and fencing (test-shutdown4) Signed-off-by: Thomas Lamprecht --- src/PVE/HA/Sim/TestHardware.pm | 19 +++ src/test/te

[pve-devel] [PATCH ha-manager 1/4] resource agents: generate parameters inside resource classes

2016-01-13 Thread Thomas Lamprecht
The params of resource methods are normally specific for each resource type. CTs and VMs have the same interfaces in the needed cases so we could generate the params in the exec_resource_agent method. This is not clean because: * resource specific stuff shouldn't be in this method * this can mak

[pve-devel] [PATCH ha-manager 3/4] CRM: release lock on shutdown request

2016-01-13 Thread Thomas Lamprecht
release the manager lock on a shutdown request, so another CRM slave can get it and continue to work without waiting for the lock timeout Signed-off-by: Thomas Lamprecht --- src/PVE/HA/CRM.pm | 8 src/PVE/HA/Env.pm | 9 + src/PVE/HA/Env/PVE2.pm | 9 + src/PVE/H

[pve-devel] [PATCH ha-manager 0/4] fix resource relocation and CRM lock release on shutdown

2016-01-13 Thread Thomas Lamprecht
This series can be split in two parts. The first two fixing the relocation of resources and also the migration from HA managed CTs, as there is no live migration possible we do a relocate, meaning we stop and then start the CT on the other node. The second two commits make updating the ha-manage

[pve-devel] [PATCH ha-manager 2/4] resource agents: fix relocate

2016-01-13 Thread Thomas Lamprecht
Previously a relocate from a running VM wasn't possible as we always tried to migrate online, this patch fixes that. Also only VMs may migrate online for now Container will always get relocated. This avoids also confusion from the 'migrate (running)' log message in case of CTs as the always get r

[pve-devel] [PATCH v2 manager] add Haswell-noTSX and Broadwell-noTSX cpu types

2016-01-13 Thread Wolfgang Bumiller
--- www/manager/form/CPUModelSelector.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/manager/form/CPUModelSelector.js b/www/manager/form/CPUModelSelector.js index 901aab5..6321a9b 100644 --- a/www/manager/form/CPUModelSelector.js +++ b/www/manager/form/CPUModelSelector.js @@ -26,7 +

[pve-devel] [PATCH v2 qemu-server] Closes #787: add Haswell-noTSX and Broadwell-noTSX cpu types

2016-01-13 Thread Wolfgang Bumiller
--- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 3092421..5f9961a 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -353,7 +353,7 @@ EODESCR optional => 1, description => "Emulated CPU type

Re: [pve-devel] [PATCH qemu-server] Closes #787: add Haswell-noTSX cpu type

2016-01-13 Thread Wolfgang Bumiller
> On January 13, 2016 at 12:22 PM Alexandre DERUMIER > wrote: > > Hi, > > they are also an "Broadwell-noTSX" cpu type Ah missed that. Will add them, too. > http://git.qemu.org/?p=qemu.git;a=commit;h=a356850b80b3d13b2ef737dad2acb05e6da03753 > > > - Mail original - > De: "Wolfgang Bum

Re: [pve-devel] Upload and import disk images

2016-01-13 Thread Diaolin
Il 2016-01-13 12:17 Timo Grodzinski ha scritto: Hi, we plan to enable the user to upload and import disk images (qcow2, vmdk, raw, ... ). Is anyone interested in this feature to go upstream in the public pve repos? Any suggestions, hints or feature requests? No, upload could be enough! In

Re: [pve-devel] [PATCH qemu-server] Closes #787: add Haswell-noTSX cpu type

2016-01-13 Thread Alexandre DERUMIER
Hi, they are also an "Broadwell-noTSX" cpu type http://git.qemu.org/?p=qemu.git;a=commit;h=a356850b80b3d13b2ef737dad2acb05e6da03753 - Mail original - De: "Wolfgang Bumiller" À: "pve-devel" Envoyé: Mercredi 13 Janvier 2016 10:45:35 Objet: [pve-devel] [PATCH qemu-server] Closes #787: ad

[pve-devel] Upload and import disk images

2016-01-13 Thread Timo Grodzinski
Hi, we plan to enable the user to upload and import disk images (qcow2, vmdk, raw, ... ). Is anyone interested in this feature to go upstream in the public pve repos? Any suggestions, hints or feature requests? Best regards, Timo Grodzinski ___ pve-de

[pve-devel] [PATCH pve-manager v2] ext6migrate: Update our ComboGrid component to work with ExtJS6

2016-01-13 Thread Emmanuel Kasper
Instead of extending the framework ComboBox, we extend the abstract parent class Picker, so we don't rely on private methods ( and hopefull survive the next ExtJS upgrade ) Usability improvement: The selection model is now a checkboxmodel, which makes more clear to the user that we can select mo

Re: [pve-devel] [stable-3 kvm] fix CVE-2016-1714 - fw_cfg oob r/w access

2016-01-13 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH manager] add Haswell-noTSX cpu type

2016-01-13 Thread Wolfgang Bumiller
--- www/manager/form/CPUModelSelector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager/form/CPUModelSelector.js b/www/manager/form/CPUModelSelector.js index 901aab5..201b041 100644 --- a/www/manager/form/CPUModelSelector.js +++ b/www/manager/form/CPUModelSelector.js @@ -26,6 +26

[pve-devel] [PATCH qemu-server] Closes #787: add Haswell-noTSX cpu type

2016-01-13 Thread Wolfgang Bumiller
--- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 3092421..595f365 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -353,7 +353,7 @@ EODESCR optional => 1, description => "Emulated CPU type

[pve-devel] [stable-3 kvm] fix CVE-2016-1714 - fw_cfg oob r/w access

2016-01-13 Thread Wolfgang Bumiller
--- ...w_cfg-add-check-to-validate-current-entry.patch | 50 ++ debian/patches/series | 1 + 2 files changed, 51 insertions(+) create mode 100644 debian/patches/CVE-2016-1714-fw_cfg-add-check-to-validate-current-entry.patch diff --git a/debian/