Re: [pve-devel] [PATCH manager] api: ceph: mon: make checking for duplicate addresses more robust

2022-06-07 Thread Fabian Ebner
Ping Am 04.03.22 um 14:09 schrieb Fabian Ebner: > Because $mon->{addr} might come with a port attached (affects monitors > created with PVE 5.4 as reported in the community forum [0]), or even > be a hostname (according to the code in Ceph/Services.pm). Although > the latter shouldn't happen for c

Re: [pve-devel] [PATCH guest-common v2 1/2] ReplicationState: purge state from non local vms

2022-06-07 Thread Fabian Ebner
Am 03.06.22 um 09:16 schrieb Dominik Csapak: > when running replication, we don't want to keep replication states for > non-local vms. Normally this would not be a problem, since on migration, > we transfer the states anyway, but when the ha-manager steals a vm, it > cannot do that. In that case, h

Re: [pve-devel] [PATCH pve-storage 1/2] fix #2822: add lvm, lvmthin & zfs storage on all cluster nodes

2022-06-07 Thread Fabian Ebner
Am 24.05.22 um 16:45 schrieb Stefan Hrdlicka: > this enables forwarding of request to the correct node if a node is set > > Signed-off-by: Stefan Hrdlicka > --- > PVE/API2/Storage/Config.pm | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/PVE/API2/Storage/Config.pm b/PVE/API2/Sto

Re: [pve-devel] [PATCH pve-manager 2/2] fix #2822: add lvm, lvmthin & zfs storage on all cluster nodes

2022-06-07 Thread Fabian Ebner
Am 24.05.22 um 16:45 schrieb Stefan Hrdlicka: > This adds a dropdown box for LVM, LVMThin & ZFS storage options where a > cluster node needs to be chosen. As default the current node is > selected. It restricts the the storage to be only availabe on the > selected node. > IMHO it's not immediatel

Re: [pve-devel] [PATCH pve-manager 2/3] fix #3967: enable ZFS dRAID creation in WebGUI

2022-06-07 Thread Stefan Hrdlicka
On 6/3/22 14:24, Dominik Csapak wrote: comments inline On 6/2/22 13:22, Stefan Hrdlicka wrote: add fields for additional settings required by ZFS dRAID Signed-off-by: Stefan Hrdlicka --- requires the changes in pve-storageto work   www/manager6/node/ZFS.js | 47

[pve-devel] applied-series: [PATCH guest-common v2 1/2] ReplicationState: purge state from non local vms

2022-06-07 Thread Thomas Lamprecht
Am 03/06/2022 um 09:16 schrieb Dominik Csapak: > when running replication, we don't want to keep replication states for > non-local vms. Normally this would not be a problem, since on migration, > we transfer the states anyway, but when the ha-manager steals a vm, it > cannot do that. In that case,

[pve-devel] applied: [PATCH manager] api: ceph: mon: make checking for duplicate addresses more robust

2022-06-07 Thread Thomas Lamprecht
Am 04/03/2022 um 14:09 schrieb Fabian Ebner: > Because $mon->{addr} might come with a port attached (affects monitors > created with PVE 5.4 as reported in the community forum [0]), or even > be a hostname (according to the code in Ceph/Services.pm). Although > the latter shouldn't happen for confi