[pve-devel] applied: [PATCH docs] fix #1466: fix typos in gui docs

2017-08-10 Thread Wolfgang Bumiller
applied On Thu, Aug 10, 2017 at 02:29:29PM +0200, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > pve-gui.adoc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/pve-gui.adoc b/pve-gui.adoc > index 45485d7..88faa43 100644 > --- a/pve-gui.adoc > +++ b/pve-

[pve-devel] [PATCH docs] fix #1466: fix typos in gui docs

2017-08-10 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- pve-gui.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-gui.adoc b/pve-gui.adoc index 45485d7..88faa43 100644 --- a/pve-gui.adoc +++ b/pve-gui.adoc @@ -179,9 +179,9 @@ members. You can see those messages in the 'Cluster log' pane

[pve-devel] [PATCH installer] correctly set keymap

2017-08-10 Thread Fabian Grünbichler
otherwise console-setup will fail. we already use the same keymap string to set the keyboard layout in the installer itself. Signed-off-by: Fabian Grünbichler --- proxinstall | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proxinstall b/proxinstall index 0e12d0f..4afe82d

[pve-devel] applied: [PATCH storage] Fix #1474: Fixes input and output of print_storage

2017-08-10 Thread Wolfgang Bumiller
applied On Thu, Aug 10, 2017 at 01:14:52PM +0200, Philip Abernethy wrote: > Accommodates changes in 44ae567 and d40e27d by > reordering checks to allow for proper filtering > of disabled storages. Also reorders two checks to > prevent autovivification resulting in disabled > storages always showin

[pve-devel] [PATCH storage] Fix #1474: Fixes input and output of print_storage

2017-08-10 Thread Philip Abernethy
Accommodates changes in 44ae567 and d40e27d by reordering checks to allow for proper filtering of disabled storages. Also reorders two checks to prevent autovivification resulting in disabled storages always showing in output. --- PVE/Storage.pm | 9 + 1 file changed, 5 insertions(+), 4 de

Re: [pve-devel] [PATCH manager 5/5] add summary to the ceph warning window

2017-08-10 Thread Fabian Grünbichler
On Wed, Aug 09, 2017 at 11:42:56AM +0200, Dominik Csapak wrote: > and format it better > > Signed-off-by: Dominik Csapak > --- > www/manager6/ceph/Status.js | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/www/manager6/ceph/Status.js b/www/manager6/ceph/Status.js

[pve-devel] applied: [PATCH manager 4/5] make the ceph warning window modal

2017-08-10 Thread Fabian Grünbichler
On Wed, Aug 09, 2017 at 11:42:55AM +0200, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > www/manager6/ceph/Status.js | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/www/manager6/ceph/Status.js b/www/manager6/ceph/Status.js > index b5130986..132c5e0a 100644 > --- a/www/man

[pve-devel] applied: [PATCH manager 3/5] fix ceph gui icons

2017-08-10 Thread Fabian Grünbichler
On Wed, Aug 09, 2017 at 11:42:54AM +0200, Dominik Csapak wrote: > this adds a new css class for fontawesome which we need under certain > circumstances (it is copied from fontawesome minus a font-size:inherited) > > and it changes the icons in the osd tree from x-fa to fa > (which is the correct o

[pve-devel] applied: [PATCH manager 2/5] ceph: add application parameter to createpool

2017-08-10 Thread Fabian Grünbichler
On Wed, Aug 09, 2017 at 11:42:53AM +0200, Dominik Csapak wrote: > and use 'rbd' by default, since we cannot create a cephfs or > rgw from the gui currently > > Signed-off-by: Dominik Csapak > --- > PVE/API2/Ceph.pm | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/PVE/API2

[pve-devel] applied: [PATCH manager 1/5] ceph: make size 3/min 2 default with createpool

2017-08-10 Thread Fabian Grünbichler
On Wed, Aug 09, 2017 at 11:42:52AM +0200, Dominik Csapak wrote: > in the gui this is already the default, so make it also the default > in the backend (also 2/1 is really bad as a default) > > Signed-off-by: Dominik Csapak > --- > PVE/API2/Ceph.pm | 8 > 1 file changed, 4 insertions(+),

Re: [pve-devel] [RFC PATCH 1/2] do not use PVE::API2 in spiceproxy.pm

2017-08-10 Thread Fabian Grünbichler
On Wed, Aug 09, 2017 at 06:17:20PM +0200, Dietmar Maurer wrote: > Looks quite strange to me, because PVE::HTTPServer calls: > > PVE::API2->find_handler > > so we should use PVE::API2 in PVE::HTTPServer? > > Not sure why it works without?? > it does, but only in rest_handler, which AFAICT, is

[pve-devel] [PATCH] migration : enable mtunnel for insecure migration

2017-08-10 Thread Alexandre Derumier
We only use it to send commands faster like resume Signed-off-by: Alexandre Derumier --- PVE/QemuMigrate.pm | 8 1 file changed, 8 insertions(+) diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index fc847cc..8271adf 100644 --- a/PVE/QemuMigrate.pm +++ b/PVE/QemuMigrate.pm @@ -635,