[pve-devel] [RFC manager 1/2] add getNodes function to PVEResource store

2016-09-22 Thread Thomas Lamprecht
Add the getNodes function to the periodically asynchronous updated PVEResource store. This allows a component to get the node data directly, without making an API call and waiting that it's finished, the data is also up to date. A usage example would be: var data =

[pve-devel] [RFC manager 2/2] ha/groups: allow editing node priorities through UI

2016-09-22 Thread Thomas Lamprecht
This allows the setting of node priorities in HA groups. Use a grid panel like in the dc.BackupEdit window with an widget column which adds a number field per row to set and edit the nodes priority. Also fixes the bug where the priorities of an existing group (e.g. set through the CLI) where

Re: [pve-devel] [RFC manager] When adding a new hard disk, use the most used controller as suggested value

2016-09-22 Thread Dietmar Maurer
I would not change the order when displaying the list. Just select the default ... ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] Fwd: corosync satelitte nodes

2016-09-22 Thread Alexandre DERUMIER
Hi, Thanks for your response. I was looking for a way to increase number of nodes for proxmox ve (A qemu-kvm virtulization platform which use a lot corosync of all services) I wasn't aware of pacemaker-remote, I'll try to have a look at it. I'll try to keep you in touch with our progress on

[pve-devel] [PATCH RFC docs] Add style guide to README

2016-09-22 Thread Fabian Grünbichler
--- Note: this is of course up for discussion, especially the part about text styles. I'd like to collect additional input and feedback before finalizing this, and then do a cleanup over the existing docs - at least for section headers and text styles. README.adoc | 165

[pve-devel] [PATCH pve-manager] fix #1108: add copy firewall rule to GUI

2016-09-22 Thread Wolfgang Link
It is now possible to select a firewall rule on the GUI and copy it as template for the new rule. --- www/manager6/grid/FirewallRules.js | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/www/manager6/grid/FirewallRules.js

Re: [pve-devel] [PATCH docs 2/2] pct: extend device mount point section

2016-09-22 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/2] pct: merge wiki content about bind mounts

2016-09-22 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] Fwd: Re: [Qemu-devel] [PATCH] rbd : disable rbd_cache_writethrough_until_flush for cache=unsafe

2016-09-22 Thread Fabian Grünbichler
On Thu, Sep 22, 2016 at 08:30:18AM +0200, Stefan Priebe - Profihost AG wrote: > > Is that one already in PVE? > yes, since pve-qemu-kvm 2.6.1-1 https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commit;h=6e9e99dd1de7f0ea0376c9c16bb49d2cbffe1267 > Weitergeleitete Nachricht >

[pve-devel] [PATCH docs 1/2] pct: merge wiki content about bind mounts

2016-09-22 Thread Fabian Grünbichler
and add some more notes --- Note: IMHO, after this the wiki article could point to this section instead? pct.adoc | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/pct.adoc b/pct.adoc index f596d99..14e2d37 100644 --- a/pct.adoc +++ b/pct.adoc @@

[pve-devel] [PATCH docs 2/2] pct: extend device mount point section

2016-09-22 Thread Fabian Grünbichler
--- pct.adoc | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pct.adoc b/pct.adoc index 14e2d37..a9c90db 100644 --- a/pct.adoc +++ b/pct.adoc @@ -418,8 +418,15 @@ achieve the same result. Device mount points ^^^ -Similar to bind mounts, device

[pve-devel] Fwd: Re: [Qemu-devel] [PATCH] rbd : disable rbd_cache_writethrough_until_flush for cache=unsafe

2016-09-22 Thread Stefan Priebe - Profihost AG
Is that one already in PVE? Weitergeleitete Nachricht Betreff: Re: [Qemu-devel] [PATCH] rbd : disable rbd_cache_writethrough_until_flush for cache=unsafe Datum: Wed, 21 Sep 2016 18:01:44 -0700 Von: Josh Durgin An: Alexandre Derumier ,

[pve-devel] [PATCH kvm] fix CVE-2016-7466

2016-09-22 Thread Fabian Grünbichler
memory leak in usb_xhci_exit --- ...usb-xhci-fix-memory-leak-in-usb_xhci_exit.patch | 32 ++ debian/patches/series | 1 + 2 files changed, 33 insertions(+) create mode 100644