Re: [pve-devel] corosync bug: cluster break after 1 node clean shutdown

2020-10-15 Thread Eneko Lacunza
Hi all, I'm just a lurker on this list, but wanted to send a big THANK YOU to all involved in this fix, even with this 15-day lag. :-) I think some of our clients have been affected by this on production clusters, so I hope this will improve their cluster stability. Normally new features ar

Re: [pve-devel] SPAM: [PATCH container 1/1] Fix numbering scheme detection for CentOS Stream releases.

2020-10-15 Thread Stoiko Ivanov
Thanks for the patch! I could reproduce the issue by creating a centos container and installing 'centos-release-stream' and the patch does fix it. We'd still need a signed CLA from you in order to be able to incorporate it - see: https://pve.proxmox.com/wiki/Developer_Documentation#Software_Licen

[pve-devel] [PATCH container] fix #3030: activate volumes at the right time for restart migration

2020-10-15 Thread Fabian Ebner
The lxc-pve-poststop-hook deactivates volumes when a container is stopped. To make sure that volumes are active when using the restart mode, move activate_volumes to after the conditional vm_stop. The lxc-stop command used in vm_stop waits for the hook script to complete, so there is no race. Sign

[pve-devel] [PATCH manager] ui: Fix #2827: Add verify SSL cert checkbox for ldap

2020-10-15 Thread Dominic Jäger
Because the option is too important to be hidden in CLI. Signed-off-by: Dominic Jäger --- I haven't managed to test this against an LDAP server yet, but the GUI elements go on and off as I had it in mind and the options in /etc/pve/domains.cfg change as expected. www/manager6/dc/AuthEditLDAP.js

[pve-devel] SPAM: [PATCH docs] pveum: Add information about realm certificates

2020-10-15 Thread Dominic Jäger
As explained by Dominik and Fabian [0]. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=2827 Signed-off-by: Dominic Jäger --- pveum.adoc | 5 + 1 file changed, 5 insertions(+) diff --git a/pveum.adoc b/pveum.adoc index 4fbaa86..57e1b37 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -163,6 +1

[pve-devel] [PATCH manager 3/3] ceph: gui: add pg_autoscale_mode to pool creation

2020-10-15 Thread Alwin Antreich
Signed-off-by: Alwin Antreich --- Note: I forgot to include the patch on the first send-email www/manager6/ceph/Pool.js | 13 + 1 file changed, 13 insertions(+) diff --git a/www/manager6/ceph/Pool.js b/www/manager6/ceph/Pool.js index 19eb01e9..11bcf9d5 100644 --- a/www/manager6/ceph

[pve-devel] [PATCH manager] ceph: gui: add device class select on OSD create

2020-10-15 Thread Alwin Antreich
Signed-off-by: Alwin Antreich --- www/manager6/ceph/OSD.js | 17 + 1 file changed, 17 insertions(+) diff --git a/www/manager6/ceph/OSD.js b/www/manager6/ceph/OSD.js index 88109315..e9224743 100644 --- a/www/manager6/ceph/OSD.js +++ b/www/manager6/ceph/OSD.js @@ -77,6 +77,23 @@ Ex