[pve-devel] [PATCH qemu-server 1/1] Fix #2041: add spice webdav / folder sharing

2018-12-28 Thread Andreas Steinel
Add the device and serial port in order to get the service spice-webdavd on Linux and Windows working. Afterwards you can use remote-viewer and enable folder sharing therein to get a new virtual inside of your guest for sharing files. More information about this SPICE feature in

[pve-devel] [PATCH container 1/1] Fix #2041: add spice webdav / folder sharing

2018-12-28 Thread Andreas Steinel
Adding the device and serial port for the service spice-webdavd on Linux and Windows. Signed-off-by: Andreas Steinel --- PVE/QemuServer.pm | 5 + PVE/QemuServer/PCI.pm | 1 + 2 files changed, 6 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 1ccdccf..225f0c0

[pve-devel] [PATCH apiclient 1/3] Add "make dsc" target

2018-12-28 Thread Rhonda D'Vine
This target is required to make the package build automatically. Signed-off-by: Rhonda D'Vine --- Makefile | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ec67f2d..7401d08 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@

[pve-devel] [PATCH apiclient 3/3] Get version information from changelog

2018-12-28 Thread Rhonda D'Vine
The duplication of the version information both in the Makefile and in debian/changelog is a potential error point, and an unneeded one. Signed-off-by: Rhonda D'Vine --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8269eae..c02ba14

[pve-devel] [PATCH apiclient 0/3] Add "make dsc" target

2018-12-28 Thread Rhonda D'Vine
This patchsets does a few things: It adds a "make dsc" target. While working on that I noticed that the SOURCE file is missing, and also noticed the duplication of the version information from the Makefile and the changelog we use. The last patch probably should get applied in all our packages.

[pve-devel] [PATCH apiclient 2/3] Add SOURCE file

2018-12-28 Thread Rhonda D'Vine
This package was missing the SOURCE information from the binary package. Signed-off-by: Rhonda D'Vine --- Makefile| 2 ++ debian/docs | 1 + 2 files changed, 3 insertions(+) create mode 100644 debian/docs diff --git a/Makefile b/Makefile index 7401d08..8269eae 100644 --- a/Makefile +++

[pve-devel] [PATCH v2 1/2 docs] minor wording improvements/corrections

2018-12-28 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- pve-gui.adoc | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pve-gui.adoc b/pve-gui.adoc index 9c282bb..8ff2ff1 100644 --- a/pve-gui.adoc +++ b/pve-gui.adoc @@ -258,11 +258,11 @@ All belongs of a node can be managed at this

Re: [pve-devel] [PATCH 1/2] minor wording improvements/corrections

2018-12-28 Thread Wolfgang Bumiller
On Fri, Dec 28, 2018 at 12:30:28PM +0100, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > pve-gui.adoc | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/pve-gui.adoc b/pve-gui.adoc > index 9c282bb..1b652b4 100644 > --- a/pve-gui.adoc > +++

[pve-devel] [PATCH 1/2] minor wording improvements/corrections

2018-12-28 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- pve-gui.adoc | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pve-gui.adoc b/pve-gui.adoc index 9c282bb..1b652b4 100644 --- a/pve-gui.adoc +++ b/pve-gui.adoc @@ -258,11 +258,11 @@ All belongs of a node can be managed at this level.

[pve-devel] [PATCH 2/2] remove completed todo

2018-12-28 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- pve-gui.adoc | 7 --- 1 file changed, 7 deletions(-) diff --git a/pve-gui.adoc b/pve-gui.adoc index 1b652b4..9f70d2a 100644 --- a/pve-gui.adoc +++ b/pve-gui.adoc @@ -370,10 +370,3 @@ See Also * link:/wiki/Central_Web-based_Management endif::wiki[] - -

[pve-devel] [PATCH docs] Change iscsiscan invocation in pve-storage-iscsi

2018-12-28 Thread Stoiko Ivanov
Caught while checking #1936 - portal is a fixed (required) argument. Also changed `iscsiscan` to `scan iscsi` Signed-off-by: Stoiko Ivanov --- pve-storage-iscsi.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-storage-iscsi.adoc b/pve-storage-iscsi.adoc index

Re: [pve-devel] [PATCH manager] fix #2030: use looks_like_number for number check

2018-12-28 Thread Wolfgang Bumiller
On Mon, Dec 17, 2018 at 10:58:19AM +0100, Dominik Csapak wrote: > since numbers can also be in '1.e-10' format, we have to change > how we check for a number > > Scalar::Util is already core and we use it in PVE::Tools, so > no new dependecy. > > in case of "NaN" or "Infinity" we omit the

Re: [pve-devel] [PATCH manager 2/2] task index: allow filtering by task type

2018-12-28 Thread Wolfgang Bumiller
On Wed, Dec 19, 2018 at 09:37:21AM +0100, Fabian Grünbichler wrote: > convenience filter if caller is only interested in certain actions > > Signed-off-by: Fabian Grünbichler > --- > PVE/API2/Tasks.pm | 8 > 1 file changed, 8 insertions(+) > > diff --git a/PVE/API2/Tasks.pm

[pve-devel] [PATCH librados] Add missing Build-Depends

2018-12-28 Thread Rhonda D'Vine
Also use https for the homepage while in there already. Signed-off-by: Rhonda D'Vine --- debian/control.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control.in b/debian/control.in index ec12fb6..b44e4a5 100644 --- a/debian/control.in +++ b/debian/control.in

Re: [pve-devel] [PATCH manager 1/2] task index: optionally include active tasks

2018-12-28 Thread Wolfgang Bumiller
On Wed, Dec 19, 2018 at 09:37:20AM +0100, Fabian Grünbichler wrote: > otherwise there is no way to find out about those tasks over the API if > the UPID was not recorded when the initial API call happened. > > Signed-off-by: Fabian Grünbichler > --- > > Notes: > this is a nice addition for

[pve-devel] applied: [PATCH docs] Fix 7 typos and rephrase a sentence

2018-12-28 Thread Wolfgang Bumiller
applied On Thu, Dec 27, 2018 at 09:56:13AM +0100, Stoiko Ivanov wrote: > Reported via support ticket by Daniel A. Maierhofer . > > Signed-off-by: Stoiko Ivanov > --- > pve-gui.adoc | 16 > sysadmin.adoc | 2 +- > 2 files changed, 9 insertions(+), 9 deletions(-) > > diff