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
applied
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
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
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
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
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
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
---
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/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
> 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
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
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
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
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
applied, thanks!
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
---
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/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
---
...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/
18 matches
Mail list logo