[pve-devel] [PATCH] zfs: auto import after reboot

2015-02-03 Thread Wolfgang Link
this is necessary, because after a reboot all pools except rpool are gone Signed-off-by: Wolfgang Link w.l...@proxmox.com --- PVE/Storage/ZFSPlugin.pm |5 + PVE/Storage/ZFSPoolPlugin.pm | 10 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git

[pve-devel] [PATCH] pveproxy: enable TSLv1

2015-02-03 Thread Wolfgang Link
this is necessary for IE communication Signed-off-by: Wolfgang Link w.l...@proxmox.com --- bin/pveproxy |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/pveproxy b/bin/pveproxy index a9b6f1c..a254f08 100755 --- a/bin/pveproxy +++ b/bin/pveproxy @@ -107,8 +107,10 @@

Re: [pve-devel] [PATCH] pveproxy: enable TSLv1

2015-02-03 Thread Dietmar Maurer
+ sslv3 = 0, + verify = 1, Really? Why does a server side verification influence the client? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] pveproxy: enable TSLv1

2015-02-03 Thread Dietmar Maurer
I guess this will break most connections instead. No it don't, is only commanded by the doc to set this flag. Am 03.02.15 um 18:23 schrieb Dietmar Maurer: + sslv3 = 0, + verify = 1, Really? Why does a server side verification influence the client?

Re: [pve-devel] [PATCH] pveproxy: enable TSLv1

2015-02-03 Thread Wolfgang Link
No it don't, is only commanded by the doc to set this flag. Am 03.02.15 um 18:23 schrieb Dietmar Maurer: + sslv3 = 0, + verify = 1, Really? Why does a server side verification influence the client? ___ pve-devel mailing list