Re: [pve-devel] [PATCH container] fix #1607: implement pct fstrim

2019-03-20 Thread Thomas Lamprecht
On 3/20/19 1:56 PM, Oguz Bektas wrote: > runs fstrim on the rootfs and all mountpoints of a given container. > > Signed-off-by: Oguz Bektas > --- > src/PVE/CLI/pct.pm | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/src/PVE/CLI/pct.pm b/src/PVE

Re: [pve-devel] [PATCH container] fix #1607: implement pct fstrim

2019-03-20 Thread Thomas Lamprecht
On 3/20/19 1:56 PM, Oguz Bektas wrote: > runs fstrim on the rootfs and all mountpoints of a given container. > > Signed-off-by: Oguz Bektas > --- > src/PVE/CLI/pct.pm | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/src/PVE/CLI/pct.pm b/src/PVE

[pve-devel] [PATCH container] fix #1607: implement pct fstrim

2019-03-20 Thread Oguz Bektas
runs fstrim on the rootfs and all mountpoints of a given container. Signed-off-by: Oguz Bektas --- src/PVE/CLI/pct.pm | 41 + 1 file changed, 41 insertions(+) diff --git a/src/PVE/CLI/pct.pm b/src/PVE/CLI/pct.pm index 794bc45..f89e183 100755 --- a/src/PVE

[pve-devel] applied: [PATCH container] setup: fix alpine ipv6-slaac configuration

2019-03-20 Thread Thomas Lamprecht
On 3/19/19 4:34 PM, Stoiko Ivanov wrote: > busybox ifupdown implementation differs from debian's - configuration type > auto is not supported. If SLAAC is selected for the ipv6 configuration of an > interface, the complete networking is not started, because of that error. > > This workaround sets

Re: [pve-devel] [PATCH manager 1/1] gui: show lock in status bar of vms/cts

2019-03-20 Thread Thomas Lamprecht
On 3/20/19 11:29 AM, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- missing a "(partially) fixes #1506", also I do not really like the colon and the right-alignment, it's just does not fits to the (action) button, as of now we have info left and buttons to the right in the guests t

[pve-devel] [PATCH container 1/1] add lock to vm status

2019-03-20 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- src/PVE/LXC.pm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 0e584f6..4b34bca 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -162,6 +162,11 @@ our $vmstatus_return_properties = { type => 'number',

[pve-devel] [PATCH qemu-server/container/manager] show guest lock in status

2019-03-20 Thread Dominik Csapak
this series adds the lock to vmstatus and show it in the gui qemu-server: Dominik Csapak (1): add lock to vm status PVE/QemuServer.pm | 6 ++ 1 file changed, 6 insertions(+) pve-container: Dominik Csapak (1): add lock to vm status src/PVE/LXC.pm | 6 ++ 1 file changed, 6 inserti

[pve-devel] [PATCH manager 1/1] gui: show lock in status bar of vms/cts

2019-03-20 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/lxc/Config.js | 20 +++- www/manager6/qemu/Config.js | 18 +- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/www/manager6/lxc/Config.js b/www/manager6/lxc/Config.js index 51864f1a..de125404 100644 ---

[pve-devel] [PATCH qemu-server 1/1] add lock to vm status

2019-03-20 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- PVE/QemuServer.pm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 580c432..85f4ab3 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3065,6 +3065,11 @@ our $vmstatus_return_properties = { type

Re: [pve-devel] [PATCH i18n] update german translation

2019-03-20 Thread Thomas Lamprecht
On 3/20/19 9:28 AM, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > de.po | 64 ++-- > 1 file changed, 26 insertions(+), 38 deletions(-) > applied, thanks! ___ pve-devel mailing

Re: [pve-devel] [RFC v3 manager] fix: # 2123 Logging of user defined firewall rules

2019-03-20 Thread Thomas Lamprecht
On 3/19/19 5:16 PM, Christian Ebner wrote: > This patch relies on the corresponding patch to pve-firewall, adding the user > defined log levels for firewall rules. > > By this, the user can select a per-rule log level for self defined rules. > These > are independent of the global log level, whic

[pve-devel] [PATCH i18n] update german translation

2019-03-20 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- de.po | 64 ++-- 1 file changed, 26 insertions(+), 38 deletions(-) diff --git a/de.po b/de.po index 946512e..7491bf0 100644 --- a/de.po +++ b/de.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxmo

Re: [pve-devel] [PATCH docs v2] Reword krbd option description

2019-03-20 Thread Thomas Lamprecht
On 3/19/19 3:46 PM, Alwin Antreich wrote: > Reword the description and add an extra note box for the KRBD option to > reflect its current use. As containers needs to use KRBD for a mapped > device anyway and they are not affected by this option. > > Signed-off-by: Alwin Antreich > --- > V1 -> V2:

[pve-devel] applied: [PATCH docs] Fixed some typos and slight language improvements

2019-03-20 Thread Thomas Lamprecht
On 3/19/19 2:48 PM, Christian Ebner wrote: > Signed-off-by: Christian Ebner > --- > pve-firewall.adoc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/pve-firewall.adoc b/pve-firewall.adoc > index acaca95..3e417e8 100644 > --- a/pve-firewall.adoc > +++ b/pve-firewal