[pve-devel] applied: [PATCH storage] Status: Include command error in error message when storage activation fails

2019-04-10 Thread Thomas Lamprecht
On 4/10/19 5:17 PM, Christian Ebner wrote: > Signed-off-by: Christian Ebner > --- > PVE/API2/Storage/Status.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/PVE/API2/Storage/Status.pm b/PVE/API2/Storage/Status.pm > index 1b0486a..9a5a952 100644 > --- a/PVE/API2/Storage

[pve-devel] applied: [PATCH cluster] pmxcfs: allow read access for www-data to /run dir

2019-04-10 Thread Thomas Lamprecht
There's no real sensible information here, and we naturally only allow read, but no write/exec. This makes our IPCC restart connection re-cachin heuristic also work for processes run as www-data, e.g., pveproxy, and thus guarantee a more seamless pmxcfs restart - e.g., for package updates. Signed

[pve-devel] [PATCH storage] Status: Include command error in error message when storage activation fails

2019-04-10 Thread Christian Ebner
Signed-off-by: Christian Ebner --- PVE/API2/Storage/Status.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Storage/Status.pm b/PVE/API2/Storage/Status.pm index 1b0486a..9a5a952 100644 --- a/PVE/API2/Storage/Status.pm +++ b/PVE/API2/Storage/Status.pm @@ -442,7 +442,

[pve-devel] applied: [PATCH i18n] improve and update turkish translations

2019-04-10 Thread Thomas Lamprecht
On 4/10/19 2:09 PM, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > tr.po | 362 > +- > 1 file changed, 157 insertions(+), 205 deletions(-) > applied, thanks a lot! ___ pve-deve

[pve-devel] [PATCH manager] fix #1326: allow multiple status server definitions per type

2019-04-10 Thread Dominik Csapak
we allow an id like storage.cfg but leave it optional (so we do not break existing configs): influxdb: name so that one can export the data to multiple servers of the same type Signed-off-by: Dominik Csapak --- PVE/Status/Plugin.pm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions

[pve-devel] [PATCH i18n] improve and update turkish translations

2019-04-10 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- tr.po | 362 +- 1 file changed, 157 insertions(+), 205 deletions(-) diff --git a/tr.po b/tr.po index 7f3802b..9c830fd 100644 --- a/tr.po +++ b/tr.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: prox

[pve-devel] [PATCH manager] Fix #482: Add timestamps to backup creation log

2019-04-10 Thread Dominic Jäger
Adding timestamps to the log messages facilitates troubleshooting failing backups. The current version already seems useful to me. A more advanced version with e.g. timezones and weekdays could be produced by additionaly using POSIX strftime or DateTime. Signed-off-by: Dominic Jäger --- PVE/VZDu

Re: [pve-devel] [PATCH manager] Ceph status: is public net IP available on host

2019-04-10 Thread Thomas Lamprecht
On 4/10/19 10:35 AM, Alwin Antreich wrote: > Checks if the host has an interface with an IP of ceph's public network > active, when ceph's status is requested. > > With this check the status returns a more descriptive message when no > network connection exists, as to just a time out, when the MON

[pve-devel] [PATCH manager] Ceph status: is public net IP available on host

2019-04-10 Thread Alwin Antreich
Checks if the host has an interface with an IP of ceph's public network active, when ceph's status is requested. With this check the status returns a more descriptive message when no network connection exists, as to just a time out, when the MON could not be reached. Signed-off-by: Alwin Antreich

[pve-devel] applied: [PATCH storage v4] Fix #318: Delete vzdump log when deleting a backup

2019-04-10 Thread Thomas Lamprecht
On 4/9/19 9:41 AM, Dominic Jäger wrote: > Vzdump log files were not deleted when a backup was deleted. > Consequently, the folder continuously filled with .log files. > Now they get deleted after the backup is removed. > > Signed-off-by: Dominic Jäger > --- > No more error message if .log file wa

Re: [pve-devel] [PATCH manager] fix #1814: do not enable disk related buttons for audit user

2019-04-10 Thread Thomas Lamprecht
On 4/9/19 1:56 PM, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- applied, with followup to not disable the add button completely, disk cap is not a guarantee that one cannot add resources in general (in the future may be more here)... Also, the commit subject is a bit confusing, au

Re: [pve-devel] [PATCH manager] ui: Restore.js: Fix error where the textfield did not default to next free VMID

2019-04-10 Thread Thomas Lamprecht
On 4/9/19 2:11 PM, Christian Ebner wrote: > Signed-off-by: Christian Ebner > --- > www/manager6/window/Restore.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/www/manager6/window/Restore.js b/www/manager6/window/Restore.js > index d7e1fb3d..870b0dde 100644 > --- a/www