[pve-devel] [Patch V2 pve-manager] fix #146 add name to backup log.

2016-06-14 Thread Wolfgang Link
--- PVE/VZDump.pm | 4 1 file changed, 4 insertions(+) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 1e00c2d..302da0c 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -853,6 +853,10 @@ sub exec_backup_task { # lock VM (prevent config changes) $plugin->lock_vm ($vmid);

Re: [pve-devel] [PATCH kernel 2/2] drop dependency on pve-kernel-xx for pve-header-xx

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

Re: [pve-devel] [PATCH kernel 1/2] add pve-headers meta-package

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

Re: [pve-devel] [PATCH kernel] use correct git urls for SOURCE

2016-06-14 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] add hugepages option v7

2016-06-14 Thread Alexandre Derumier
changelog : - cleanup typos - pre_dellocate_hugepages on memoryhotplug vm configuration hugepages: (any|2|1024) any: we'll try to allocate 1GB hugepage if possible, if not we use 2MB hugepage 2: we want to use 2MB hugepage 1024: we want to use 1GB hugepage. (memory need to be

Re: [pve-devel] [PATCH v2 docs] ha-manager: clarify start failure policy

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

Re: [pve-devel] [PATCH docs 3/3] ha-manager: add section for recovery after fencing

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

Re: [pve-devel] [PATCH docs 1/3] ha-manager: clarifications and various fixes

2016-06-14 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 v2 docs] ha-manager: clarify start failure policy

2016-06-14 Thread Thomas Lamprecht
Rename to 'start failure policy' as else it may be confused with recovery after fencing, also derscribe its intend. Signed-off-by: Thomas Lamprecht --- Yes, much better title for what it is, thanks! changes since v1: * s/Start Recovery Policy/Start Failure Policy/ *

Re: [pve-devel] [PATCH docs 2/3] ha-manager: clarify recovery policy

2016-06-14 Thread Dietmar Maurer
> -Recovery Policy > > - > -There are two service recover policy settings which can be configured > +Start Recovery Policy > +- or maybe "Start Failure Policy"? ___ pve-devel mailing list pve-devel@pve.proxmox.com

[pve-devel] [PATCH docs 3/3] ha-manager: add section for recovery after fencing

2016-06-14 Thread Thomas Lamprecht
Describe how and why nodes get selected on a recovery of a fenced service Signed-off-by: Thomas Lamprecht --- ha-manager.adoc | 18 ++ 1 file changed, 18 insertions(+) diff --git a/ha-manager.adoc b/ha-manager.adoc index 6c19ffc..0071b98 100644 ---

[pve-devel] [PATCH docs 1/3] ha-manager: clarifications and various fixes

2016-06-14 Thread Thomas Lamprecht
Explain that nodes in groups may have priorities and fix also some spelling and clarifications. Signed-off-by: Thomas Lamprecht --- ha-manager.adoc | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/ha-manager.adoc

[pve-devel] [PATCH docs 2/3] ha-manager: clarify recovery policy

2016-06-14 Thread Thomas Lamprecht
Rename to 'start recovery policy' as else it may be confused with recovery after fencing, also derscribe its intend. Signed-off-by: Thomas Lamprecht --- ha-manager.adoc | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git

Re: [pve-devel] [PATCH] add hugepages option v6

2016-06-14 Thread Wolfgang Bumiller
Looks good so far. One missing cleanup call and some typos marked inline. On Fri, Jun 10, 2016 at 12:37:45PM +0200, Alexandre Derumier wrote: > changelog : > - rebase on last git > - check if numa hostnodes is defined when hugepages is enabled >when using manual numa nodes definition > -

Re: [pve-devel] [PATCH] fix #146 add name and vm notes to backup log.

2016-06-14 Thread Dietmar Maurer
> On June 14, 2016 at 8:14 AM Wolfgang Link wrote: > > > --- > PVE/VZDump.pm | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm > index 1e00c2d..0280568 100644 > --- a/PVE/VZDump.pm > +++ b/PVE/VZDump.pm > @@ -853,6

Re: [pve-devel] [PATCH] fix #1022 correct typo

2016-06-14 Thread Dietmar Maurer
applied both patches ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] fix use as source source

2016-06-14 Thread Dietmar Maurer
The commit message looks strange (source source?) > On June 14, 2016 at 11:30 AM Wolfgang Link wrote: > > > --- > pve-zsync | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pve-zsync b/pve-zsync > index ff9ee8f..b0abf3c 100644 > --- a/pve-zsync >

[pve-devel] [PATCH kernel] use correct git urls for SOURCE

2016-06-14 Thread Fabian Grünbichler
--- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 46312e0..e783751 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ ${PVE_DEB} pve: proxmox-ve/control proxmox-ve/postinst sed -e 's/@KVNAME@/${KVNAME}/'

Re: [pve-devel] [RFC pve-manager 1/2] Add Help buttons for three more Qemu Panels

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

Re: [pve-devel] [RFC pve-manager 2/2] Add a toplevel pointer to the PVE admin guide

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

Re: [pve-devel] [PATCH pve-docs] Move Multiqueue and IO Threads description at bottom of each chapter

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

Re: [pve-devel] [PATCH storage] use correct ceph version command

2016-06-14 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] [RFC pve-manager 2/2] Add a toplevel pointer to the PVE admin guide

2016-06-14 Thread Emmanuel Kasper
Since the Admin Guide is now delivered with each standard PVE installation, link it from the support tab Initial idea was to include the chapters list in the panel itself but a simple link renders better because: * linking to toplevel allows to show that pdf and epub are also available * the

[pve-devel] [RFC pve-manager 1/2] Add Help buttons for three more Qemu Panels

2016-06-14 Thread Emmanuel Kasper
--- www/manager6/qemu/MemoryEdit.js| 1 + www/manager6/qemu/NetworkEdit.js | 1 + www/manager6/qemu/ProcessorEdit.js | 1 + 3 files changed, 3 insertions(+) diff --git a/www/manager6/qemu/MemoryEdit.js b/www/manager6/qemu/MemoryEdit.js index 1bddeb9..7b57959 100644 ---

[pve-devel] [PATCH] fix use as source source

2016-06-14 Thread Wolfgang Link
--- pve-zsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-zsync b/pve-zsync index ff9ee8f..b0abf3c 100644 --- a/pve-zsync +++ b/pve-zsync @@ -476,7 +476,7 @@ sub init { die "Pool $dest->{all} does not exists\n" if check_pool_exists($dest); -my $check =

[pve-devel] [PATCH qemu-server 1/7] refactor PCI into own file

2016-06-14 Thread Dominik Csapak
to reduce QemuServer.pm size also move the $device hash out of any function Signed-off-by: Dominik Csapak --- PVE/QemuServer.pm | 139 + PVE/QemuServer/Makefile | 1 + PVE/QemuServer/PCI.pm | 146

[pve-devel] [PATCH qemu-server 5/7] add qemu_usb_hotplug

2016-06-14 Thread Dominik Csapak
this adds a function for hotplugging usb devices Signed-off-by: Dominik Csapak --- this function has to be in here, since i did not refactor the monitor functions yet PVE/QemuServer.pm | 25 + 1 file changed, 25 insertions(+) diff --git

[pve-devel] [PATCH qemu-server 2/7] refactor usb functions out of QemuServer.pm

2016-06-14 Thread Dominik Csapak
this moves most of the usb functionality into its own module, making the QemuServer.pm smaller Signed-off-by: Dominik Csapak --- PVE/QemuServer/Makefile | 1 + PVE/QemuServer/USB.pm | 124 2 files changed, 125

[pve-devel] [PATCH qemu-server 3/7] use the refactored usb functions

2016-06-14 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- PVE/QemuServer.pm | 83 --- 1 file changed, 6 insertions(+), 77 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 6147016..5ba46c9 100644 --- a/PVE/QemuServer.pm +++

[pve-devel] [PATCH qemu-server 4/7] get usbdevices in vm_devices_list

2016-06-14 Thread Dominik Csapak
since usb devices do not have their own "query" command in qmp, we have to use qom-list /machines/peripheral which essentially gets a list of peripheral devices of the vm there we only get the usb devices Signed-off-by: Dominik Csapak --- this will only work with usb

[pve-devel] [PATCH qemu-server 0/7] refactors and usb hotplug

2016-06-14 Thread Dominik Csapak
this series does 3 things: it refactors some functions from QemuServer.pm in its own modules, namely the print_pci(e) functions and the usb configuration functions, mainly to reduce the monolithic qemuserver.pm but also to avoid cyclic use clauses in the perl modules then i implemented usb

[pve-devel] [PATCH qemu-server 7/7] fix syntax in pve-q35.cfg

2016-06-14 Thread Dominik Csapak
there was a wrong } instead of a ] either it worked or nobody noticed, but this patch fixes it Signed-off-by: Dominik Csapak --- pve-q35.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-q35.cfg b/pve-q35.cfg index f9f72fc..05f85f0 100644 ---

[pve-devel] [PATCH qemu-server 6/7] implement usb hotplug

2016-06-14 Thread Dominik Csapak
this patch introduces working usb hotplugging you can now add a usb device while a vm is running this does not work with spice at the moment, only with usb passthrough Signed-off-by: Dominik Csapak --- PVE/QemuServer.pm | 17 + 1 file changed, 17

Re: [pve-devel] [PATCH] Fix command line arguments when creating the ssl private key

2016-06-14 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 pve-docs] Move Multiqueue and IO Threads description at bottom of each chapter

2016-06-14 Thread Emmanuel Kasper
Also rename Multiqueues to Multiqueue, to match upstream description --- qm.adoc | 38 -- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/qm.adoc b/qm.adoc index e8dc3ba..375cc39 100644 --- a/qm.adoc +++ b/qm.adoc @@ -169,6 +169,7 @@ when the

[pve-devel] [PATCH] fix #1022 correct typo

2016-06-14 Thread Wolfgang Link
--- pve-storage-dir.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc index f664465..088473c 100644 --- a/pve-storage-dir.adoc +++ b/pve-storage-dir.adoc @@ -113,7 +113,7 @@ Please use the following command to allocate a 4GB image

[pve-devel] [PATCH] fix #1022 correct typo

2016-06-14 Thread Wolfgang Link
--- PVE/CLI/pvesm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index f5ae277..e3b4570 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -151,7 +151,7 @@ our $cmddef = { alloc => [ "PVE::API2::Storage::Content", 'create',

Re: [pve-devel] [PATCH] fix #1022 correct typo

2016-06-14 Thread Wolfgang Bumiller
On Tue, Jun 14, 2016 at 09:17:10AM +0200, Wolfgang Link wrote: > --- > pve-storage-dir.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc > index f664465..c8dbffb 100644 > --- a/pve-storage-dir.adoc > +++

[pve-devel] [PATCH] fix #1022 correct typo

2016-06-14 Thread Wolfgang Link
--- PVE/CLI/pvesm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index f5ae277..1a83c66 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -151,7 +151,7 @@ our $cmddef = { alloc => [ "PVE::API2::Storage::Content", 'create',

[pve-devel] [PATCH] fix #1022 correct typo

2016-06-14 Thread Wolfgang Link
--- pve-storage-dir.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc index f664465..c8dbffb 100644 --- a/pve-storage-dir.adoc +++ b/pve-storage-dir.adoc @@ -113,7 +113,7 @@ Please use the following command to allocate a 4GB image

[pve-devel] [PATCH] fix #146 add name and vm notes to backup log.

2016-06-14 Thread Wolfgang Link
--- PVE/VZDump.pm | 11 +++ 1 file changed, 11 insertions(+) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 1e00c2d..0280568 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -853,6 +853,17 @@ sub exec_backup_task { # lock VM (prevent config changes) $plugin->lock_vm