Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Fabian Grünbichler
On Fri, May 24, 2019 at 09:02:45PM +0200, Thomas Lamprecht wrote: > On 5/24/19 8:37 PM, Fabian Grünbichler wrote: > > On Fri, May 24, 2019 at 11:05:41AM +0200, Thomas Lamprecht wrote: > >> On 5/24/19 10:52 AM, Dominik Csapak wrote: > >>> On 5/24/19 9:52 AM, Thomas Lamprecht wrote: [... trimming a

Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Thomas Lamprecht
On 5/24/19 8:37 PM, Fabian Grünbichler wrote: > On Fri, May 24, 2019 at 11:05:41AM +0200, Thomas Lamprecht wrote: >> On 5/24/19 10:52 AM, Dominik Csapak wrote: >>> On 5/24/19 9:52 AM, Thomas Lamprecht wrote: On 5/24/19 9:36 AM, Fabian Grünbichler wrote: > On Fri, May 24, 2019 at 08:24:17AM

Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Fabian Grünbichler
On Fri, May 24, 2019 at 11:05:41AM +0200, Thomas Lamprecht wrote: > On 5/24/19 10:52 AM, Dominik Csapak wrote: > > On 5/24/19 9:52 AM, Thomas Lamprecht wrote: > >> On 5/24/19 9:36 AM, Fabian Grünbichler wrote: > >>> On Fri, May 24, 2019 at 08:24:17AM +0200, Dominik Csapak wrote: > LGTM, i intr

Re: [pve-devel] LDAP integration with G Suite?

2019-05-24 Thread Victor Hooi
Hi, Aha thank you! I can confirm this works for me as well (using verify = 1). I would like to document this on the wiki - I was thinking this page? https://pve.proxmox.com/wiki/User_Management I do have a wiki account (username "Victorhooi") - however I don't seem to have permission to edit pa

[pve-devel] [PATCH 2/3] adapt debian/rules to ZFS 0.8 structure

2019-05-24 Thread Stoiko Ivanov
Signed-off-by: Stoiko Ivanov --- debian/rules | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/debian/rules b/debian/rules index 9c17032..60e0265 100755 --- a/debian/rules +++ b/debian/rules @@ -105,7 +105,7 @@ binary: install ${MAKE} -C ${KERNEL_SRC

[pve-devel] [PATCH 3/3] update ZFS on Linux to 0.8

2019-05-24 Thread Stoiko Ivanov
Signed-off-by: Stoiko Ivanov --- submodules/zfsonlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/zfsonlinux b/submodules/zfsonlinux index 5e3e806..f3e3232 16 --- a/submodules/zfsonlinux +++ b/submodules/zfsonlinux @@ -1 +1 @@ -Subproject commit 5e3e80687ef

[pve-devel] [PATCH 1/3] adapt global Makefile to ZFS 0.8 structure

2019-05-24 Thread Stoiko Ivanov
Signed-off-by: Stoiko Ivanov --- Makefile | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 333ee13..300be1a 100644 --- a/Makefile +++ b/Makefile @@ -36,14 +36,13 @@ KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KER

[pve-devel] [PATCH 0/3] Adaptation for buildsystem for zfs-0.8

2019-05-24 Thread Stoiko Ivanov
This changeset integrates the changes to our zfsonlinux repository for zfs-0.8 for the pve-kernel master branch. Tested by compiling the current master (5.0) with the patches applied on a debian stretch system. Stoiko Ivanov (3): adapt global Makefile to ZFS 0.8 structure adapt debian/rules t

Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Thomas Lamprecht
On 5/24/19 10:52 AM, Dominik Csapak wrote: > On 5/24/19 9:52 AM, Thomas Lamprecht wrote: >> On 5/24/19 9:36 AM, Fabian Grünbichler wrote: >>> On Fri, May 24, 2019 at 08:24:17AM +0200, Dominik Csapak wrote: LGTM, i introduced this seemingly sometime last year... (oops) the question re

Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Dominik Csapak
On 5/24/19 9:52 AM, Thomas Lamprecht wrote: On 5/24/19 9:36 AM, Fabian Grünbichler wrote: On Fri, May 24, 2019 at 08:24:17AM +0200, Dominik Csapak wrote: LGTM, i introduced this seemingly sometime last year... (oops) the question remains why it sometimes takes so long for a rename to be propag

Re: [pve-devel] LDAP integration with G Suite?

2019-05-24 Thread Dominik Csapak
hi, i now tested it successfully my /etc/pve/domains.cfg looks like this: 8< ldap: google base_dn dc=anguslab,dc=io server1 ldap.google.com user_attr uid verify 1 cert /root/google.crt certkey /root/google.key default 0 por

Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Thomas Lamprecht
On 5/24/19 9:36 AM, Fabian Grünbichler wrote: > On Fri, May 24, 2019 at 08:24:17AM +0200, Dominik Csapak wrote: >> LGTM, i introduced this seemingly sometime last year... (oops) >> >> the question remains why it sometimes takes so long for a rename to >> be propagated > > the race window is actual

Re: [pve-devel] [RFC qemu-server] vm_resume: correctly honor $nocheck

2019-05-24 Thread Fabian Grünbichler
On Fri, May 24, 2019 at 08:24:17AM +0200, Dominik Csapak wrote: > LGTM, i introduced this seemingly sometime last year... (oops) > > the question remains why it sometimes takes so long for a rename to > be propagated the race window is actually very small - I guess it gets a bit bigger and thus t