[pve-devel] [PATCH qemu-server] revert spice_ticket prefix change in 7827de4

2020-03-20 Thread Mira Limbeck
The change to the prefixed version broke migration from new to old qemu-server version. This reverts the change and adds a TODO comment for 7.0 to change it to the prefixed version then. Signed-off-by: Mira Limbeck --- Please test it as with my arch linux virt-viewer version it just segfaults or

[pve-devel] applied: [PATCH common v2 2/2] ldap: add optional classes to query_users

2020-03-20 Thread Thomas Lamprecht
On 3/13/20 1:18 PM, Dominik Csapak wrote: > and filter by it > > Signed-off-by: Dominik Csapak > --- > no changes > src/PVE/LDAP.pm | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > applied, thanks! ___ pve-devel mailing list pve-d

[pve-devel] applied: [PATCH common v2 1/2] ldap: optionally save group name by attribute

2020-03-20 Thread Thomas Lamprecht
On 3/13/20 1:18 PM, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > changes from v1: > * renamed attr to group_name_attr > * check if it is set > src/PVE/LDAP.pm | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > applied, thanks! __

Re: [pve-devel] [PATCH series v3 0/4] add needed changes for backup detail view

2020-03-20 Thread Dominic Jäger
On Mon, Mar 16, 2020 at 04:44:46PM +0100, Aaron Lauterer wrote: > This is a follow up to [0] but only includes the refactored changes to > make ti possible to have other features around the VZDump functionality. > > It is moving the following logic into its own methods: > * which guests are includ

[pve-devel] [PATCH pve-manager] API2: network reload: allow ovs reloading

2020-03-20 Thread Alexandre Derumier
ifupdown2 support it now Signed-off-by: Alexandre Derumier --- PVE/API2/Network.pm | 19 --- 1 file changed, 19 deletions(-) diff --git a/PVE/API2/Network.pm b/PVE/API2/Network.pm index 82ae9037..ae6a350e 100644 --- a/PVE/API2/Network.pm +++ b/PVE/API2/Network.pm @@ -629,25 +629

[pve-devel] [PATCH zfsonlinux 1/4] Reword ZFS Description

2020-03-20 Thread Stoiko Ivanov
(cherry-picked and adapted from ff8fbee152caa6b995839dae723dab484c3d295a [0]) [0] https://salsa.debian.org/zfsonlinux-team/zfs.git Signed-off-by: Stoiko Ivanov --- debian/control | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/

[pve-devel] [PATCH zfsonlinux 4/4] Preserve /etc/zfs/zed.d configuration on upgrade

2020-03-20 Thread Stoiko Ivanov
From: Antonio Russo Of the zedlet scripts shipped by upstream, a subset are enabled by default, by creating symlinks in /etc/zfs/zed.d. These symlinks are shipped in the zfs-zed package. dpkg, however, does not support conffile handling of symlinks, and therefore any changes (removals) to the s

[pve-devel] [PATCH zfsonlinux 2/4] cron: Do not error if already scrubbing

2020-03-20 Thread Stoiko Ivanov
From: Richard Laager If a pool is already scrubbing, zpool scrub will return an error. This breaks the cron scrub script. It outputs that error and then does not scrub any further pools. This change checks to see if the pool is scrubbing before attempting to start a scrub. This addresses long

[pve-devel] [PATCH zfsonlinux 3/4] Refresh upstream Git repo URL in d/copyright.

2020-03-20 Thread Stoiko Ivanov
From: Mo Zhou (cherry picked from 7916839f3f9f8735b6ee18ee4e25cf1670963272 [0]) [0] https://salsa.debian.org/zfsonlinux-team/zfs.git Signed-off-by: Stoiko Ivanov --- debian/copyright | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright ind

[pve-devel] [PATCH zfsonlinux 0/4] cherry-pick changes from debian 0.8.3-2

2020-03-20 Thread Stoiko Ivanov
With the recent upload of 0.8.3-2 to sid, 2 functional changes were included, which might make sense for our users as well: * preserving zfs-zed snippet config across upgrades (enabled via symlinks in /etc, they get restored on upgrade even if the local admin removed them explicitly) * not star