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] [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

[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 b/www/manager6/grid/F

[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] 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 im

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] [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 dele

[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.data.ResourceStore.getNodes