Re: [pve-devel] Upgrade to Sheepdog V1.0

2016-09-02 Thread Dietmar Maurer
> Will sheepdog 1.0 make its way to pvetest eventually? There were already patches on the list, but they still needs some cleanup. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] Upgrade to Sheepdog V1.0

2016-09-02 Thread Lindsay Mathieson
Will sheepdog 1.0 make its way to pvetest eventually? -- Lindsay Mathieson ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH docs 2/2] print object format as JSON

2016-09-02 Thread Dominik Csapak
this prints an parameter as JSON if it is an object. this is far from perfect, but better than [object Object] Signed-off-by: Dominik Csapak --- api-viewer/PVEAPI.js | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index a27d6c

[pve-devel] [PATCH docs 1/2] set the first tab of a page active

2016-09-02 Thread Dominik Csapak
else no tab would be selected by default, but the first would still be shown, leading to confusion which tab is active Signed-off-by: Dominik Csapak --- api-viewer/PVEAPI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index 47dbe88..a27d6c4 100

[pve-devel] [PATCH manager] fix #621: allow template download to glusterfs

2016-09-02 Thread Dominik Csapak
removes the check for dir or nfs storage, because a few lines below we check for the content type vztmpl which should only be allowed when we have a location where we put templates, thus we should be able to download them there Signed-off-by: Dominik Csapak --- PVE/API2/Nodes.pm | 3 --- 1 file

[pve-devel] [PATCH manager] fix #586: make notes edit window resizable

2016-09-02 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/window/NotesEdit.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/manager6/window/NotesEdit.js b/www/manager6/window/NotesEdit.js index 9212ae4..65c35c8 100644 --- a/www/manager6/window/NotesEdit.js +++ b/www/manager6/win